body {
    font-family: '微软雅黑';
    -webkit-text-size-adjust: 100%;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    --hcb-font-size: 14px;
    --hcb-font-size--mobile: 13px;
    --hcb-font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    color: #707885;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
    --hcb-color--text: #1f1e1e;
    --hcb-color--text-shadow: #fff;
    --hcb-color--bg: #f7f6f6;
    --hcb-color--lang--text: #1f1e1e;
    --hcb-color--lang--bg: #dedede;
    --hcb-color--line-numbers: #999;
    --hcb-color--highlight: hsla(24, 20%, 49%, .1);
    --hcb-color--highlight-text: #f5f2f0;
    --hcb-color--highlight-bg: #b1aead;
    --hcb-color--scrollbar-track: rgba(0, 0, 0, .05);
    --hcb-color--scrollbar-thumb: #0000001a;
}

.tinymce-content {
    white-space: normal;
}

.background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -9999;
    overflow: hidden;
    height: 100%;
    position: fixed;
    background-color: #272930;
}

.inner-background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
    background-color: #f7f6f6;
    min-height: 769px;
}

.min-height {
    min-height: 769px;
    padding: 0;
    margin: 0;
}

#warp {
    position: relative;
    z-index: 1;
}

.header {
    font-size: medium;
    font-weight: 100;
    background-color: #272930;
}

.header-nav {
    min-height: 120px;
}

.main-inner {

}

.tab-content {
    background-color: #fff;
}

.index-inner {
    background-color: #fff;
}

.inner-content {
    background-color: #f7f6f6;
    min-height: 769px;
}


.username_button.btn {
    margin-right: 0;
}


.article-index-body {
    min-height: 150px;
}

.screen-reader-text {
    display: none;
}

.left-border {
    border-left-style:solid ;
    border-width: 1px;
    border-color: rgba(144, 144, 144, 0.24);
}

.navbar-dark .navbar-nav .nav-link {
    color: beige;
    font-size: 15px;
    font-weight: 500;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: aliceblue;
}



.nav-item.active {
    background-color: #F73859;
    border-radius: 5px;
}

.bg-img-box {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*.form-control {*/
/*    height: 24px;*/
/*    font-size: 12px;*/
/*    letter-spacing: 2px;*/
/*}*/

/*.form-group {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.form-inline {*/
/*    border-left: 2px gray;*/
/*    margin: 0 5px;*/
/*    padding: 0 5px;*/
/*}*/

.search-btn {
    margin-left: -68px;
    border-style: none;
    background-color: rgba(255, 255, 255, 0);
}


.modal-body {
    padding: 0;
}

.field {
    margin: 20px;
}

.inner_left {
    padding: 0;
    background-color: #FFF;
}

.inner_right {
    background-color: #FFF;
}

.zero-border {
    margin: 0;
    padding: 0;
}

.register-r {
    margin: 20px 0;
}

.modal-header {

}

h5.modal-title {
    position: absolute;
    margin: 0 auto;


}

h1.display-4 {
    font-weight: 380;
}

.jumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner-footer {
    left: 0;
    right: 0;
    margin: auto;
}

p.credits {

    box-sizing: border-box;
    margin: 20px;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
}

.comment-area {

}

.card-header-elli {
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.card-body-info {
    min-height: 96px;
}

.card-text-elli {
    min-height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-article {
    padding: 15px;
    margin: 0;
}

.likes-num {
    text-align: center;
    list-style: none;
}

.likes-result {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", Arial, sans-serif;
    margin: 5px;
}

.article-auth-info {
    font-size: 16px;
    font-weight: bolder;
}

.article-auth-info:hover {
    color: #1b1e21;
    font-weight: bold;
    text-decoration: none;
}

.article-label {
    color: white;
    text-decoration: none;
}

.article-label:hover {
    text-decoration: none;
    color: white;
}

.stats-card {
    -webkit-text-size-adjust: 100%;
    color: #707885;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
    box-sizing: border-box;
}

.stats-inner {
    color: #707885;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.stats-card-item {
    color: #707885;
    line-height: 22px;
    font-weight: 400;
    box-sizing: border-box;
    list-style: none;
    overflow: hidden;
    float: left;
    width: 50%;
    padding: 12px 15px;
    margin: 0;
    text-align: center;
    position: relative;
    height: 75px;
    font-size: 12px;
    font-family: "Roboto", Arial, sans-serif;
    border-radius: 2px;
    border: 1px solid #e1e3e3;
    background-color: #FFF;
}

.page-link {
    color: #dc3545;
}

.page-item.active .page-link {
    font-weight: bold;
    font-size: larger;
    text-align: center;
    background-color: #dc3545;
    border-color: #dc3545;
}

.page-link:hover {
    color: #dc3545;
    background-color: #fcf8e3;
}

.stats-card-item {
}

.stats-inner {
    overflow: hidden;
}

.stats-inner li:nth-child(odd):before {
    background-color: #F25C54;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 45px;
    width: 2px;
}

.stats-inner li:nth-child(even):before {
    background-color: #4A90E2;
    content: "";
    position: absolute;
    top: 15px;
    height: 45px;
    width: 2px;
    left: initial;
    right: 0;
}

.stats-value {
    font-size: 25px;
    font-weight: bolder;
    color: #0c0c0c;
}

.stats-articles .stats-text {
    color: #F25C54;
}

.stats-comment .stats-text {
    color: #4A90E2;
}

.stats-read-num .stats-text {
    color: #F9A722;
}

.stats-inner li.stats-read-num:before {
    background-color: #F9A722;
}

.stats-user-num .stats-text {
    color: #D2535E;
}

.stats-inner li.stats-user-num:before {
    background-color: #D2535E;
}

.side-area-hot-article {

}

ul.side-area-hot-article > li {
    border-bottom: 1px solid #e1e3e3;
}

ul.side-area-hot-article > li:last-child {
    border-bottom: none;
}

.side-area-hot-article {

}

.side-area-newest-comment {
    max-width: 270px;
    word-wrap: break-word;
}

.notification__body {
    max-width: 88%;
}

.notification_comment {
    display: block;
    width: 100%;
}

.notification_comment {
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control-info {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.color-dark {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #0F0F0F;
    text-decoration: none;
}

.color-dark:hover {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #0F0F0F;
    text-decoration: none;
}

.post-meta-comment {
    color: #f2b632;
}

.meta-comment {
    color: #3B2E4F;
}

.post-meta-comment:hover {
    color: #D86B3A;
    text-decoration: none;
}

.meta-comment:hover {
    color: #3B2E4F;
    text-decoration: none;
}

.widget-member {
    background-color: white;
}

.widget-member-title {
    font-weight: 700;
}

.widget-cloud-tag {
    background-color: white;
}

.widget-wrap {

}

.user-author-image {
    border: #D2535E 2px solid;
    height: 50px;
    width: 50px;
}

.stats_count {
    color: #858585;
    text-decoration: none;
}

.stats_count:hover {
    color: #5A5A5A;
    text-decoration: none;
}

.stats_user {
    color: #F25C54;
    font-weight: 500;
    text-decoration: none;
}

.stats_user:hover {
    color: #D2535E;
    font-weight: 700;
    text-decoration: none;
}

.toc {
    margin: auto;
    padding: 1rem;
}

.register-btn {
    top: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

img.thumb-image {
    max-height: 138px;
}

.label-info {
    color: #fff;
    background-color: #dc3545;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.add-leaves-btn {
    position: fixed;
    z-index: 999999;
    left: 30px;
    bottom: 30px;
    width: 96px;
    height: 38px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    display: inline-block;
}

.fa-heart {
    font-size: 20px;
    color: #ec165f;
    filter: grayscale(1);
}

.collect-btn {
    background: none;
    border: none;
}

#tag_cloud {
    max-width: 270px;
    max-height: 100%;
}

.article-card-title {
    color: #D2413F;
    font-weight: 600;
    text-decoration: none;
}

.article-card-title:hover {
    color: #D0021B;
    font-weight: 600;
    text-decoration: none;
}

.break-word {
    word-wrap: break-word;
    word-break: break-all;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 1200px
    }
}