.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1320px
    }
}

.headbox {
    background: var(--bs-main);
    position: sticky;
    top: 0px;
    z-index: 3;
    padding-top: 30px;
}

@keyframes wrapper-gradient {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes img-gradient {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.fixednav {
    z-index: 5;
    top: -30px;
    animation: wrapper-gradient 0.3s linear;
}

.nei_top {
    background: var(--bs-main);
    height: 150px;
}

.head_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.head_top .logo {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: PingFang SC, Microsoft YaHei;
}

.head_top .logo:hover {
    color: #fff;
}

.head_top .logo img {
    height: 30px;
    margin-right: 12px;
}

.head_top .logo b {
}

.head_top .top_right {
    display: flex;
    align-items: center;
}

.head_top .top_icon {
    margin-right: -10px;
}

.head_top .top_icon .icon_btn {
    color: #fff;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    padding: 8px 15px;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none!important;
    }
}

.head_top .top_icon .icon_btn:hover {
    background: #0000001a;
}

.header-menu {
    margin-right: 20px;
}

.header-menu .header-menu-ul {
    font-size: 0px;
}

.header-menu .header-menu-ul li {
    display: inline-block;
    position: relative;
}

.header-menu .header-menu-ul li:hover {
    background: #ffffff24;
}

.header-menu .header-menu-ul li a {
    padding: 10px 18px;
    display: block;
    font-size: 12px;
    color: #fff;
}

.header-menu .header-menu-ul li .sub-menu {
    display: none;
    position: absolute;
    top: 38px;
    background: #fff;
    width: 200px;
    box-shadow: 0 1px 2px #00000036;
    z-index: 5;
    padding: 10px 15px 8px 15px;
}

.header-menu .header-menu-ul li .sub-menu li {
    width: 100%;
}

.header-menu .header-menu-ul li .sub-menu li a {
    font-size: 12px;
    color: #333;
    padding: 8px 0px 8px 6px;
}

.header-menu .header-menu-ul li .sub-menu li a:after {
    display: none
}

.header-menu .header-menu-ul li .sub-menu li a:hover {
    color: #c62641;
    text-indent: 5px;
    transition: .2s;
}

.header-menu .header-menu-ul li .sub-menu li:hover {
    background: none;
}

.header-menu .header-menu-ul li .sub-menu .sub-menu {
    position: absolute;
    left: 200px;
    top: 0px;
}

.header-menu .header-menu-ul li.current-menu-item, .header-menu .header-menu-ul li.current-menu-parent, .header-menu .header-menu-ul li.current-menu-ancestor {
    background: #00000014;
}

@media (max-width: 992px) {
    .header-menu {
        display: none;
    }
}

.collapseSearch {
    position: relative;
    width: 100%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 25px 25px -10px;
    background: var(--bs-main);
}

.searchForm {
    display: flex;
    position: relative;
}

.searchForm input {
    width: 100%;
    border: 0 none;
    background: transparent;
    outline: none;
    padding-right: 40px;
    color: #fff;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    line-height: 36px;
    margin: 50px 0px;
}

.searchButton {
    right: 10px;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    margin-top: 50px;
}

.searchButton i {
    color: #fff;
    font-size: 20px;
}

.collapse:not(.show) {
    display: none;
}

.collapse-show {
    display: none;
}

.collapsed .collapse-show {
    display: block;
}

.collapse-hide {
    display: block;
}

.collapsed .collapse-hide {
    display: none;
}

.searchForm input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.post-loop {
    z-index: 4;
    background-color: var(--bs-backguound);
    position: relative;
    background-image: url(../img/xt.svg);
    background-attachment: fixed;
    min-height: calc(100vh - 378px);
}

.post-loop .post-box {
    background: #fff;
    box-shadow: 0 30px 50px 0 #01010126;
    padding: 100px 200px;
    top: -120px;
    position: relative;
    background-image: url(../img/texture.png);
}

.post-box .post-box-txt {
    margin-bottom: 100px;
}

.post-box .post-box-txt img {
    margin: 0px auto 30px auto;
    display: block;
    border-radius: 50%;
}

.post-box .post-box-txt .latest_post {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.post-box .post-box-txt .latest_post:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: rgba(51, 51, 51, 0.2);
    bottom: 0px;
    left: calc(50% - 25px);
}

.post-box .post-box-txt p {
    line-height: 1.8;
    color: #666;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}

.post_list {
    margin-bottom: 180px;
    position: relative;
}

.post_list:last-child {
    margin-bottom: 100px;
}

.post_list .post_beici {
    position: absolute;
    font-size: 14em;
    font-weight: bolder;
    opacity: 0.1;
    left: -70px;
    top: -100px;
    margin: 0px;
}

.post_list .post_cover {
    background-size: contain;
    background-position: left;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: -70px;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-repeat: no-repeat;
    height: 168px;
    filter: blur(1px);
    opacity: .5;
}

.post_list h2 {
    font-size: 36px;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
}

.post_list h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}

.post_list .post_loop_info {
    margin-bottom: 30px;
    color: #888888;
    position: relative;
}

.post_list .post_loop_info span {
    font-weight: 300;
    position: relative;
    padding-right: 30px;
}

.post_list .post_loop_info span a {
    color: #888888;
    padding-bottom: 3px;
}

.post_list .post_loop_info span a:hover {
    border-bottom: 1px solid #333;
}

.post_list .post_loop_info span:before {
    position: absolute;
    content: "·";
    right: 5px;
    color: #ccc;
}

.post_list .post_loop_info span:last-child:before {
    display: none;
}

.meapost .table-wrapper {
    max-height: 20rem;
    white-space: pre;
    font-size: .7em;
    margin: 1rem 0;
    border: thin solid var(--bs-main);
    border-radius: 10px;
    overflow: scroll visible;
    scrollbar-width: none;
    align-items: normal !important;
}

.meapost .table-wrapper table {
    white-space: pre-wrap;
    table-layout: fixed;
    width: 100%;
}

.meapost .table-wrapper table thead {
    border: 0;
    font-size: 1.1em;
    font-weight: 700;
}

.meapost .table-wrapper table thead tr {
    transition: .3s;
}

.meapost .table-wrapper table thead tr th {
    position: sticky;
    top: 0;
    border: 0;
    background: var(--bs-main);
    color: #fff;
}

.meapost .table-wrapper tbody tr:nth-child(odd) {
    background: rgba(167,177,190,.04);
}

.meapost .table-wrapper td, .meapost .table-wrapper th {
    padding: 12px;
    padding-inline: 16px;border: 0;
}

.post_list p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    color: #4d4d4d;
}

.post_list .post_loop_more {
    position: relative;
}

.post_list .post_loop_more a {
    background: var(--bs-main);
    color: #fff;
    padding: 13px 40px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid var(--bs-main);
    font-size: 12px;
}

.post_list .post_loop_more a:hover {
}

.post_list .post_loop_more a i {
    margin-right: 5px;
}

.post_list .post_loop_more a:last-child {
    background: none;
    color: var(--bs-main);
}

.post_loop_img {
    margin-bottom: 30px;
}

.post_loop_img a {
    display: block;
    position: relative;
}

.post_loop_img a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000052;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.post_loop_img a:hover:after {
    opacity: 1;
}

.post-loop .post-box .mod-archive-name {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
}

.post-loop .post-box .mod-archive-name small {
    font-size: 16px;
    margin-left: 10px;
    color: #888;
}

.post-loop .post-box .mod-archive-list {
    border-left: 2px solid #f0f0f0;
    margin-left: 20px;
    margin-bottom: 50px;
    padding-left: 30px;
}

.post-loop .post-box .mod-archive-list li {
    font-size: 18px;
    margin-bottom: 25px;
    display: flex;
}

.post-loop .post-box .mod-archive-list li a {
    transition: all 0.3s ease;
}

.post-loop .post-box .mod-archive-list li a:hover {
    padding-left: 15px;
    margin-right: -15px;
}

.post-loop .post-box .mod-archive-list li.li-inline {
    display: inline;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .post-loop .post-box {
        padding: 40px 25px;
        overflow: hidden;
    }

    .post-loop .post-box .latest_post {
        margin-bottom: 50px;
    }

    .post-loop .post-box .post_loop .post_list {
        margin-bottom: 120px;
    }

    .post-loop .post-box .post_loop .post_list .post_beici {
        left: -25px;
    }

    .post-loop .post-box .post_loop .post_list .post_cover {
        left: -15px;
    }

    .post-loop .post-box .post_loop .post_list h2 {
        font-size: 24px;
    }

    .post-loop .post-box .post_loop .post_list p {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .post-loop .post-box .post_loop .post_list .post_loop_more {
        display: none;
    }

    .post-loop .post-box .mod-archive-list {
        margin-left: 0px;
        padding-left: 25px;
    }
}

.page-navigator {
    text-align: center;
    margin-bottom: 30px;
}

.page-navigator li.current a {
    color: #fff;
    background-color: var(--bs-main);
}

.page-navigator li a {
    color: var(--bs-main);
    background-color: #efefef;
    padding: 10px 15px;
    font-size: 12px;
    margin: 0 5px;
    font-family: Arial;
    transition: all .6s;
}

.page-navigator li {
    display: inline-block;
    margin-top: 20px;
}

.page-navigator li span {
    color: #b1b1b1;
}

.page-navigator li>span {
    background-color: unset;
}

.spinner {
    text-align: center;
    display: block;
}

.spinner .spinner-grow {
    width: 3rem;
    height: 3rem;
    color: var(--bs-main);
}

.no-more {
    opacity: 0;
    text-align: center;
    color: #eaeaea;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 8px;
}

.dark .no-more {
    color: #191919;
}

.dark .post_list .post_loop_more a {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #888;
}

.dark .post_list .post_beici {
    color: #555c;
}

.dark .post_list .post_loop_more a:last-child {
    background: #2a2a2a;
    color: #888;
}

.dark .spinner .spinner-grow {
    color: #4d4d4d;
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}

.spinner-border, .spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.footer {
    background: var(--bs-backguound);
    position: relative;
    z-index: 5;
    margin-top: -26px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url(../img/xt.svg);
    background-attachment: fixed;
}

.footer h3 {
    font-size: 26px;
    color: #383838;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 30px;
}

.footer p {
    color: #9f9f9f;
    margin-bottom: 5px;
    line-height: 2;
    font-weight: 300;
}

.footer p a {
    color: #7a7a7a;
}

.scrollToTopBtn {
    background-color: var(--bs-main);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 16px;
    height: 48px;
    width: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
}

.scrollToTopBtn:hover {
    background: #323232;
    color: #fff;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.wap_nav {
    position: fixed;
    right: -80%;
    width: 80%;
    z-index: 9;
    height: 100vh;
    top: 0;
    transition: right .3s;
}

.wap_nav.open {
    right: 0;
}

.right-slide-header button i {
    color: #ffff;
    font-size: 26px;
}

.sidebar_canvas {
    height: 100vh;
    overflow-y: auto;
}

.right-slide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 40px;
    background: var(--bs-main);
    color: #fff;
}

.right-slide-header button {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.sidebar_box {
    padding: 30px;
    background: #efefef;
}

.widget {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    padding: 20px 25px;
}

.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    margin-top: 0;
    padding-left: 1.25rem;
}

.widget-title:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: var(--bs-main);
}

.widget-title:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #f7f7f7;
    left: -22px;
    bottom: -15px;
    right: -22px;
    width: calc(100% + 44px);
}

.widget_text .textwidget p {
    font-size: 12px;
}

.widget_nav_menu .menu li {
    display: inline-block;
}

.widget_nav_menu .menu li a {
    font-size: 13px !important;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: #f5f5f5;
    position: relative;
}

.widget_nav_menu .menu li a:hover {
    background: var(--bs-main);
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
    transition: opacity 0.3s ease;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.meapost input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
}

.meapost input[type="checkbox"]:checked::after {
    content: "✓";
    color: black;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.meapost input[type="checkbox"]:disabled {
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    opacity: 0.6;
    cursor: not-allowed;
}

.post_head_title {
    margin-bottom: 70px;
}

.post_list .post_loop_info {
    margin-bottom: 30px;
    color: #888888;
    position: relative;
}

.meapost {
    font-size: 18px;
    text-align: justify;
}

.tips-box {
    padding: 12px;
    margin: 1em 0;
    border-radius: 4px;
    border-left: 4px solid;
}

.tips-info {
    background: rgb(24 144 255 / 10%);
    border-color: #1890ff;
}

.tips-warning {
    background: rgb(250 173 20 / 10%);
    border-color: #faad14;
}

.tips-danger {
    background: rgb(255 77 79 / 10%);
    border-color: #ff4d4f;
}

.tips-success {
    background: rgb(82 196 26 / 10%);
    border-color: #52c41a;
}

.tips-note {
    background: hsl(0deg 0% 85.1% / 10%);
    border-color: #d9d9d9;
}

.tips-title {
    font-weight: bold;
}

.tips-content {
    line-height: 1.6;
}

.link-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    transition: all 0.3s ease;
}

.link-card:hover {
    border-color: #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.link-card a {
    text-decoration: none;
    color: inherit;
}

.link-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.link-card-header h3 {
    margin: 0 0 0 10px;
    font-size: 1.1em;
}

.link-card-desc {
    color: #666;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.5;
}

.link-card-url {
    color: #999;
    font-size: 0.8em;
    word-break: break-all;
}

.github-card {
    border-left: 3px solid #24292e;
}

.cloud-card {
    border-left: 3px solid #1890ff;
}

.normal-card {
    border-left: 3px solid #666;
}

.icon-github, .icon-cloud, .icon-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
}

.meapost hr {
    height: 20px;
    border: none;
    position: relative;
    padding: 0px;
    margin: 10px 0px 25px 0px;
}

.meapost hr:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.meapost hr:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ababab;
    left: 50%;
    top: 50%;
    transform: rotate(45deg);
    z-index: 2;
    margin-top: -4px;
    margin-left: -4px;
}

.meapost .post-image {
    padding-bottom: 20px
}

.meapost p {
    line-height: 2;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.meapost>h1, .meapost>h2, .meapost>h3, .meapost>h4, .meapost>h5, .meapost>h6 {
    margin-bottom: 25px;
    margin-top: 0px;
    line-height: 30px;
    font-weight: bold;
}

.meapost h1 {
    font-size: 22px;
}

.meapost h2 {
    font-size: 20px;
}

.meapost h3 {
    font-size: 18px;
}

.meapost h4 {
    font-size: 16px;
}

.meapost h5 {
    font-size: 14px;
}

.meapost h6 {
    font-size: 14px;
}

.meapost ol, .meapost ul {
    margin-bottom: 30px;
    list-style: disc;
}

.meapost ol li, .meapost ul li {
    margin-left: 24px;
    margin-bottom: 12px;
    line-height: 2;
}

.meapost ol li a, .meapost ul li a {
    border-bottom: 1px solid #3ca5f6;
    color: #3ca5f6;
}

.meapost p img {
    max-width: 100%;
    height: auto
}

.meapost blockquote {
    position: relative;
    border: 2px solid #e0e0e0;
    padding: 45px 30px 40px 30px;
    margin: 40px 0px;
    box-shadow: 5px 5px #e0e0e0;
}

.meapost blockquote:before {
    content: "\e6f4";
    font-family: 'iconfont';
    background: var(--bs-main);
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    left: calc(50% - 20px);
}

.meapost blockquote p {
    padding: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 18px;
    font-style: inherit;
    word-break: break-all;
}

.meapost blockquote cite {
    padding-bottom: 0px;
    display: flex;
    font-size: 16px;
    font-style: inherit;
    color: #777;
}

.meapost .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.meapost .alignright {
    float: right;
    margin: 25px 0px 10px 20px;
}

.meapost .alignleft {
    float: left;
    margin: 25px 20px 10px 0px;
}

.meapost p a {
    border-bottom: 1px solid #3ca5f6;
    color: #3ca5f6;
    margin: 0 4px;
    word-wrap: break-word;
}

.meapost strong {
    font-weight: bold;
}

.meapost .crayon-table tr:nth-child(odd) {
    background: none;
}

.meapost figure {
    border: none !important;
}

.meapost figcaption {
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0px !important;
    text-align: center;
}

.meapost .has-text-align-left {
    text-align: left;
}

.meapost .has-text-align-center {
    text-align: center;
}

.meapost .has-text-align-right {
    text-align: right;
}

.meapost pre code table {
    border: none;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

.meapost pre code table tr:nth-child(odd) {
    background: none;
}

.meapost pre code table tr:last-child {
    border-bottom: none;
}

.meapost pre code table tr td.hljs-ln-numbers {
    width: 30px;
}

.meapost pre code table tr td.hljs-ln-numbers .hljs-ln-n {
    text-align: center;
    color: #d3d3d3;
    font-weight: 300;
}

.meapost pre code table tr td.hljs-ln-numbers .hljs-ln-n:before {
    padding-right: 10px;
}

.meapost pre code table tr td.hljs-ln-code {
    border-left: 1px solid #eaeaea;
    padding-left: 20px;
}

.meapost pre code table tr td {
    border: none;
    text-align: inherit;
    line-height: inherit;
}

.dark .meapost pre code table tr td.hljs-ln-numbers .hljs-ln-n {
    color: #222;
}

.dark .meapost pre code table tr td.hljs-ln-code {
    border-left: 1px solid #222;
}

.post_head_title {
    margin-bottom: 70px;
}

.post_tag {
    margin: 50px 0px 100px 0px;
}

.post_tag a {
    background: var(--bs-main);
    display: inline-block;
    margin-right: 10px;
    padding: 6px 25px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.post-author {
    margin-bottom: 120px;
}

.post_about_author {
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    font-weight: bold;
}

.post_about_author:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: rgba(51, 51, 51, 0.2);
    bottom: 0px;
    left: calc(50% - 25px);
}

.post_author {
    display: flex;
}

.post_author img {
    margin-right: 40px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.post_author .author_txt {
}

.post_author .author_txt h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 8px;
    font-weight: bold;
}

.post_author .author_txt p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
}

.post_author .author_txt a {
    display: inline-block;
    background: var(--bs-main);
    color: #fff;
    padding: 8px 40px;
    font-weight: 300;
}

.post_author .author_txt a:hover {
    box-shadow: 0 10px 20px 0 #01010126;
    transition: .6s;
}

.post_tag span {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 25px;
    font-size: 14px;
    color: var(--bs-main);
    border: 1px solid var(--bs-main);
}

.post-next-prev {
    margin-bottom: 30px;
}

.next_prev_beici {
    position: absolute;
    font-size: 4em;
    font-weight: bolder;
    opacity: 0.1;
    left: -20px;
    top: -30px;
}

.post-next .next_prev_beici {
    right: -20px;
}

.post-next a, .post-prev a {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    margin-bottom: 20px;
}

.post-next, .post-prev {
    position: relative;
    padding: 0 10px;
}

.post-next {
    text-align: end;
}

.mb-5 {
    margin-bottom: 3rem!important;
}

ol.comment-list li {
    display: grid;
}

.comment-children {
    order: 1;
}

.cancel-comment-reply {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
}

.cancel-comment-reply a {
    color: #717171;
}

.reply-submit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: .5rem;
}

.reply-submit button {
    width: 130px;
    padding: 8px;
    float: right;
    background: var(--bs-main);
    color: #fff;
    border: none;
}

.reply-text {
    margin-top: 10px;
    background-color: #e5e5e5;
    padding: 25px;
    color: #333;
}

.reply-text textarea {
    height: 150px;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    background: none;
}

.dark .reply-text {
    background-color: #2b2b2b;
    color: #c9c9c9;
}

#response {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
}

.response-input {
    position: relative;
}

element.style {
}

@media (max-width: 992px) {
    .response-input {
        margin: 0px 0px 5px 0px;
    }
}

.response-input i {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #333;
}

.dark .response-input i {
    color: #c9c9c9;
}

.response-input input {
    padding: 0;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #333;
    background: none;
}

.dark .response-input input {
    padding: 0;
    background-color: #2b2b2b;
    color: #c9c9c9;
}

.comment-list img.avatar {
    border-radius: 50%;
    width: 70px;
}

.comment-author {
    display: flex;
}

.comment-author .fn {
    font-size: 16px;
    font-weight: inherit;
    font-style: normal;
    margin-left: 15px;
    margin-top: 10px;
}

.comment-meta {
    margin-top: -35px;
    margin-left: 85px;
}

.reply-submit button {
    cursor: pointer;
}

.comment-meta a {
    color: #717171;
}

.comment-content {
    font-size: 16px;
    margin-left: 85px;
    margin-top: 10px;
}

.comment-reply {
    margin-left: 85px;
    padding-bottom: 40px;
}

.comment-reply a {
    color: #333;
    font-weight: 300;
    border-bottom: 1px solid #606060;
    font-size: 13px;
}

ol.comment-list ol.comment-list {
    padding-left: 20px;
}

ol.comment-list ol.comment-list ol.comment-list ol.comment-list {
    padding-left: unset;
}

#comment-form .head {
    display: grid;
    width: 100%;
    align-items: center;
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
}

#comment-form .head .response-input {
    background-color: #e5e5e5;
    color: #333;
    padding: 15px 5px 15px 40px;
}

@media (max-width: 992px) {
    #comment-form .head {
        display:block;
    }
}

body.dark {
    background: #191919;
    color: #c9c9c9;
}

body.dark .table {
    color: #c9c9c9;
}

.dark a {
    color: #c9c9c9;
}

.dark img {
    filter: brightness(80%);
}

.dark .post-loop {
    background: #191919;
}

.dark .footer {
    background: #191919;
}

.dark .post-loop .post-box {
    background: #212121;
}

.dark .no-more {
    color: #191919;
}

.dark .post_list .post_loop_more a {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #888;
}

.dark .post_list .post_beici {
    color: #555c;
}

.dark .post_list .post_loop_more a:last-child {
    background: #2a2a2a;
    color: #888;
}

.dark .spinner .spinner-grow {
    color: #4d4d4d;
}

.dark .post-loop .post-box .mod-archive-list {
    border-left: 2px solid #2b2b2b;
}

.dark .meapost blockquote {
    border: 2px solid #323232;
    box-shadow: 5px 5px #181818;
}

.dark #comments {
    color: #7b7b7b;
}

.dark #comment-form .head .response-input {
    background-color: #2b2b2b;
}

.dark #comments form .reply-text textarea {
    color: #7b7b7b;
}

.dark #comments form.comment-form p input {
    background-color: #272727;
    color: #7b7b7b;
}

.dark .theme-switch i {
    color: #eed215;
}

.dark .sidebar_box {
    background: #191919;
}

.dark .author_show_box {
    background: #242424;
}

.dark .author_post {
    border-top: 1px solid #1f1f1f;
}

.dark .widget {
    color: #c9c9c9;
    background: #242424;
}

.dark .widget-title:after {
    background: #1e1f1f;
}

.dark .widget_nav_menu .menu li a {
    background: #323232;
}

.dark .widget_search #s {
    background: #323232;
}

.dark .widget_hot_tags .tagcloud a {
    background: #323232;
}

.dark .widget_comment_ul li {
    border-bottom: 1px solid #292929;
}

.dark .widget_hot_tags .tagcloud a.hot:before {
    border: 3px solid #242424;
}

.dark .post_go {
    border: 2px solid var(--bs-main);
}

.dark .meapost input[type="checkbox"] {
    border: 2px solid #dbdbdb;
}

.dark .meapost input[type="checkbox"]:checked::after {
    color: #dbdbdb;
}

.friend_list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.friend_list li {
    display: inline-block;
    padding: 6px 25px;
    font-size: 14px;
    color: var(--bs-main);
    border: 1px solid var(--bs-main);
}

@media (max-width: 768px) {
    .top_icon #theme-toggle {
        display: none;
    }
}

.meapost del {
    opacity: .6;
}

.meapost code:not([class]) {
    padding: 0.2em 0.5em;
    background: #e7e7e7;
    border-radius: 0.5em;
    color: #333;
}

.dark .meapost code:not([class]) {
    background: #000000;
    color: #bfbfbf;
}
