* {
    margin: 0;
    padding: 0;
}

body, html {
    background: #f1f5f9;
    position: relative;
}

img, a, p, div {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

ul, input {
    list-style: none;
    outline: none;
}

a {
    text-decoration: none;
}

.left{float:left;}
.right{float:right;}

.clearfix {
    zoom: 1;}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

header {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 999;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}

.header_center {
    width: 1200px;
    height: 33px;
    margin: 0px auto;
    padding-top: 13.5px;
    position: relative;
}

.header_center_logo {
    float: left;
}

.header_center_logo img {
    height: 33px;
    width: auto;
    float: left;
}

.header_center_logo span {
    font-size: 28px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 35px;
    color: #000;
    font-family: serif;
}

.header_nav {
    float: left;
    line-height: 33px;
    margin-left: 20px;
}

.header_nav a {
    color: #1e293c;
    font-weight: bold;
    padding: 0px 10px;
}

.header_search {
    float: left;
    margin-left: 20px;
}

#search {
    position: relative;
}

#search input {
    width: 220px;
    height: 30px;
    border: 1px solid #f3f4f6;
    padding: 2px 2px 2px 35px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    background: #f3f4f6;
}

#search button {
    border: 0px;
    background: none;
    position: absolute;
    left: 10px;
    top: 10px;
}

#search button img {
    height: 18px;
    width: auto;
}

.header_btn {
    position: absolute;
    right: 0px;
    top: 18px;
}

.header_btn a {
    padding: 5px 20px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    border-radius: 999px;
}

.header_btn a img {
    width: 10px;
}

.content {
    border-radius: 8px;
    overflow: hidden;
}

.hdtop{width: 1200px;margin: 80px auto 0px auto;}
.hdtop>h1{
    text-align: center;
    font-size: 24px;
}
.center {
    width: 1200px;
    margin: 0px auto 0px auto;
    display: flex;
    min-height: 100vh;
}

.post {
}

.post:hover {
    background: #f7f9fb;
}

.post_icon {
    flex-basis: 80px;
    height: 80px;
    float: left;
    position: relative;
    display: block;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.post_icon img {
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.post_content {
    flex-grow: 1;
    height: 80px;
    margin-left: 10px;
}

.post_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.post_jj {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 3px 0 3px;
}
.icon-platforms{
    float:left;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-right: 5px;
}

.post_time {
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #c3cfdc;
    background: #f7f9fb;
    color: #4b5563;
}

.post_btn:hover {
    background: #c3cfdc;
}

.post_cate a {
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #c3cfdc;
    background: #f7f9fb;
    color: #4b5563;
}

.post_cate a:hover {
    background: #c3cfdc;
}

.post_cmt {
    font-size: 12px;
    border-radius: 4px;
    color: #4b5563;
    display: initial;
}

.post_cmt a {
    color: #4b5563;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #c3cfdc;
    background: #f7f9fb;
}

.post_fr {
    display: inline;
    font-size: 12px;
    border-radius: 4px;
    color: #4b5563;
    float: right;
}

.post_fr a {
    font-weight: bold;
    color: #4b5563;
    text-decoration: underline;
}

.post_pl {
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #c3cfdc;
    background: #f7f9fb;
    color: #999;
}

.post_pl:hover {
    background: #c3cfdc;
}

.post_tj{
    flex-basis: 60px;
    margin-left: 20px;
}

.post_dz {
    flex-basis: 60px;
    margin-left: 20px;
    height: 78px;
    border: 1px solid #dde5ed;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}

.post_dz:hover {
}

.post_dz_box img {
    width: 10px;
    margin-top: 22px;
}

.post_dz_box {
    width: 60px;
    height: 100%;
}

.post_dz_box p {
    word-break: normal;
    white-space: pre-warp;
    word-wrapL: break-word;
    font-size: 12px;
}

.page-navigator {
    text-align: center;
    margin: 20px 0px 10px 0px;
}

.page-navigator li {
    display: initial;
    margin: 0px 4px;
    display: inline-block;
}

.page-navigator li a {
    padding: 5px 18px;
    color: #999;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0;
}

.page-navigator li a:hover {
    color: #fff;
    background: #2e394a;
}

.current a {
    color: #fff !important;
    background: #2e394a !important;
}

.sidebar_hd {
    font-size: 18px;
    font-weight: bold;
    color: #4b5563;
    position: relative;
    margin: 0;
    padding: 10px 20px 10px 15px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #f1f5f9;
    border-radius: 8px 8px 0 0;
}
.sidebar_hd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7.5px;
    height: 18px;
    width: 4px;
    border-radius: 10px;
    background-color: #4b5563;
}

.sidebar {
    width: 330px;
    margin-left: 20px;
}

.sidebar_fl {
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.sidebar_fl a {
    height: 50px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
}
.sidebar_fl a.child{
    height: 20px;
    padding:10px 10px 10px 30px;
    line-height: 1;
}

.sidebar_fl a img,.sidebar_fl a svg.icon {
    height: 48px;
    width: 48px;
    border-radius: 4px;
    float: left;
}

.sidebar_fl a.child svg.icon{
    height:20px;
    width:20px;
}

.sidebar_fl a:hover {
    background: #f7f9fb;
}

.sidebar_fl_right {
    margin-left: 60px;
}
.sidebar_fl a.child .sidebar_fl_right{
    margin-left:30px;
}

.sidebar_fl a:hover {
    background: #f7f9fb;
}

.sidebar_fl a .sidebar_flmc {
    font-size: 16px;
    color: #333;
}

.sidebar_flmc_sm {
    font-size: 12px;
    color: #999;
}

.sidebar_wzsl {
    font-size: 12px;
    color: #999;
}

.sidebar_fgx {
    margin: 20px 0px;
    height: 1px;
    background: #dde5ed;
    overflow: hidden;
}

.sidebar_ggw {
    height: 170px;
    background: #333;
    text-align: center;
}

.sidebar_ggw_bt {
    font-size: 24px;
    color: #737373;
    padding-top: 56px;
}

.sidebar_ggw_lxfs {
    font-size: 18px;
    color: #737373;
}

.sidebar_cate{
    padding:10px;
    font-size: 14px;
    color: #666;
}

.sidebar_cate a{
    padding: 5px 20px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    border-radius: 999px;
    height: unset;
    margin-top: 10px;
    border: none;
    text-align: center;
}

.sidebar_cate a:hover{
    background: #4b5563;
}

.footer_box_1 {
    font-size: 14px;
    color: #58697f;
}

.footer_box_1 a {
    color: #58697f;
}

.footer_box_2 {
    font-size: 14px;
    color: #58697f;
}

.footer_box_2 a {
    color: #58697f;
}

.footer_box_3 {
    font-size: 14px;
    color: #58697f;
}

.footer_box_3 a {
    color: #58697f;
}

.footer_box p {
    margin-bottom: 4px;
    line-height: 1.4;
}


.post_mbx {font-size:14px;color:#475569;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;display:flex;border-radius:0;margin-bottom: 20px;}
.post_mbx span {margin:0px;}
.post_mbx span svg {width:16px !important;height:16px !important;padding:0;line-height:1;vertical-align:sub;}
.post_mbx a {color:#475569;}
.post_hd {margin-bottom:20px;height:60px;display:flex;}
.post_hd .post_icon {flex-basis:60px;width:60px;height:60px;border-radius:8px;margin-right:10px;background:#fff;}
.post_hd .post_icon img {border-radius:8px;aspect-ratio:1 / 1;object-fit:cover;width:100%;height:100%;}
.post_title_box {flex-grow:1;font-size:30px;margin-left:10px;height:60px;}
.post_title_box h1 {font-size:26px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;margin:0;}
.post_title_box .post_desc {font-size:14px;color:#475569;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;margin-top:3px;}
.post_bd,.page_full {padding:20px;background:#fff;border-radius:8px;}
.post_body {overflow:hidden;margin-bottom:10px;font-size:16px;line-height:1.6;}
.post_body a{
    color: #58697f;
}
.post_body p,.post_body img,.post_body h1,.post_body h2,.post_body h3,.post_body h4,.post_body h5,.post_body h6,.post_body ul,.post_body ol,.post_body blockquote,.post_body figure,.post_body pre,.mulu {margin:0 0 10px;}
.post_body pre {background: #777777;border-radius:2px;padding:10px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;}
.post_body code {padding:0px 5px;margin:0;font-size: 90%;white-space:break-spaces;border-radius:2px;display: inline-block;background: #777;color: #fff;vertical-align: text-bottom;font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;}
.post_body .mulu {background:#eee;padding:10px;}
.post_body .mulu ul,.post_body .mulu ol {-webkit-padding-start:20px !important;}
.post_body .mulu .mb-2 {margin:5px auto;}
.post_body .card{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 20px 2px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    background: #f8f8f8;
}
.post_body .card-img{
    width: 120px;
    aspect-ratio: 1 / 1;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 20px;
    background: #ffffff;
}
.post_body .card-title{font-size: 1.4em;font-weight: 700;line-height: 1.4;}
.post_body .card-text{
    font-size: 14px;
    line-height: 1.4;
}
.post_body ul,.post_body ol {display:block;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:30px;color:#4a4e54;}
.post_body ul li {list-style:disc;}
.post_body .gxq{background: #ffeeee;padding: 10px;border-radius: 5px;}
.post_body .gxq ul li a{
    display:block;
}
.post_body .gxq ul li a img{
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 3px;
    vertical-align: baseline;
    margin-top: 5px;
    margin-bottom: 0px;
}
.post_body blockquote {margin: 10px 0px;padding:10px;border-left: 4px solid #f4645f;background: #ffeeee;color: #968686;}
.post_body .reply2download {display:block;text-align:center;background:#f00;margin:10px 0;color:#ffbcbc;border-radius:5px;padding:5px;border:1px solid #e10000;}
.post_body .reply2download a{font-weight:bold;color:#fff;}
.post_body img {max-width:100%;margin:0 0 20px;}
.post_tags a {color:#475569;font-size:14px;text-decoration:underline;}
.post_bd .post_info_btn {margin-bottom: 5px;display: inline-block;padding:4px 8px;background:#f8fafc;font-size:12px;color:#475569;border:1px solid #cbd5e1;border-radius:4px;}
.post_bd .post_zw_fl {margin-left: 4px !important;display: inline-block;}
.post_bd .post_info_btn span a {color: #475569;}
.post_bd .url_share{cursor:pointer;}
.post_bd .url_share svg {vertical-align:bottom;}
.post_bd .url_share img {width: 10px;}
.post_sidebar {flex-basis:330px;flex-grow:1;margin-left:20px;margin-top:120px;}
.post_page {width: 100%;border-radius:0;}



table {width:100%;margin:20px 0;border-spacing:0;border-collapse:collapse;border:1px solid #ddd;}
table>tbody>tr:nth-of-type(odd) {background-color:#f9f9f9}
table>tbody>tr:hover {background-color:#f5f5f5}
td,th {border-right:1px solid #ddd;border-bottom:3px solid #ddd;font-weight:400;padding:8px;text-align:left;vertical-align:middle;word-break:break-word;min-width:70px;}
th {font-weight:700;padding-bottom:10px;background:#fff;}
td {border-bottom-width:1px;vertical-align:middle;}
tr>td:nth-child(2) img {max-width:150px !important;max-height:50px;vertical-align:bottom;margin:0;}
tr>td:nth-child(2) figure {margin:0;}
tr>td:nth-child(2) .article-holder {display:none;}
.table-responsive {width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}





#agree-btn {
    display: block;
    padding: 8px 20px;
    background: #ef4444;
    color: #fff;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
}

#agree-btn:disabled {
    color: #fff;
    background: #475569;
}



.post_center {
    width: 1200px;
    margin: 0px auto 40px auto;
    display: flex;
}

.post_sidebar_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 330px;
    margin-bottom: 15px;
}

.post_sidebar_btn a {
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.post_sidebar_btn .url_share:hover {
    background: #f7f9fb;
}

.post_sidebar_btn .url_share {
    background: #fff;
    color: #1E293C;
    cursor: pointer;
}

.post_author{padding:20px;background:#fff;border-radius:8px;margin-bottom:15px;}
.post_author .author_box{
    display:flex;
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.post_author .author_box img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    vertical-align: middle;
    display: block;
    margin: 0;
}

.post_author .author_box .author_box_text {
    flex: 1 1;
    margin-left:10px;
    color: #475569;
}

.post_author .author_box .author_box_text span{
    font-weight:500;
}

.post_author .author_box .author_box_text .qianming{
    font-size:14px;
    margin-top: 5px;
}

.post-near {
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
}

.post-near li {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 16px;
    color: #475569;
    overflow: hidden;
    display: flex;
    background: #fff;
    font-weight: bold;
}

.post-near li span {
    display: block;
    flex-basis: 50.36px;
    height: 20px;
}

.post-near li span div {
    width: 50.36px;
    height: 20px;
}

.post-near li a {
    flex-grow: 1;
    color: #10172a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: contents;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

#comments {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

#comments .comment-head {
    margin-bottom: 20px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 400;
    line-height: 50px;
}

.comment-awaiting-moderation {
    font-size: 14px;
    background: #f00;
    color: var(--color-text-white);
    border-radius: 20px;
    padding: 2px 5px;
    font-style: normal;
    border: 1px solid #d60000;
}

#commnent-list{margin-top:20px;}

.comment-list,.comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list li {
    padding: 14px;
    margin-top: 10px;
    border: 1px solid #f1f5f9;
    border-radius: 3px;
    box-shadow: 0 0 0.0625rem 0 rgba(8,11,14,.06), 0 0.1875rem 0.1875rem -0.0625rem rgba(8,11,14,.1), 0 0 0.1875rem 0 rgba(8,11,14,.02);
    box-sizing: border-box;
}

.comment-list li.comment-level-odd {
    background: #f6f6f3
}

.comment-list li.comment-level-even {
    background: var(--color-background);
}

.comment-list li.comment-by-author {
    background: #fff9e8
}

.comment-list li .comment-reply {
    text-align: right;
    font-size: .92857em
}
.comment-meta{
    margin:5px 0;
    display:block;
}
.comment-meta a {
    color: #475569;
    font-size: 12px;
    font-family: initial;
    margin: 8px 0;
    display: block;
}

.comment-author {
    display: block;
    margin-bottom: 0px;
    color: #444
}

.comment-author .avatar {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
}

.comment-author cite {
    font-weight: 700;
    font-style: normal;
    color: #475569;
    font-size: 18px;
}

.comment-author cite a{
    color:#475569;
    text-transform: capitalize;
}

.comment-list .respond {
    margin-top: 15px;
    border-top: 1px solid var(--color-eee);
}

.comment-list .hideCmt {
    background: repeating-linear-gradient(145deg,#f2f2f2,#f2f2f2 15px,var(--color-background); 0,var(--color-background); 30px);
    display: block;
    padding: 8px;
    color: #777;
    border-radius: 5px;
    margin: auto 0;
    text-align: center;
}

.comment-list .hideCmtText {
    background: var(--color-eee);
    display: block;
    padding: 8px;
    color: #777;
    border-radius: 5px;
}

.comment-list .hideCmtText:after {
    content:'';
    float: right;
    bottom: 16px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff;
    color: #777;
    z-index: -9999;
}

.comment-parse {
    margin: 1em 0;
    display: block;
    overflow: hidden;
}

.comment-parse .com-img-box {
    position: relative;
    padding: 0;
    float: left;
    overflow: hidden;
    margin: 0px 10px 20px;
    width: calc(20% - 22px);
    border-radius: 3px;
    box-shadow: 0 0 0.0625rem 0 rgba(8,11,14,.06), 0 0.1875rem 0.1875rem -0.0625rem rgba(8,11,14,.1), 0 0 0.1875rem 0 rgba(8,11,14,.02);
    border: 1px solid #e6e6e6;
}

.com-img-box .orgin {
    position: absolute;
    text-align: right;
    right: 5px;
    margin-top: -25px;
    background: #000000c7;
    color: var(--color-text-white);
    font-size: 14px;
    padding: 0px 5px;
}

.com-img-box .image {
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    background: transparent;
    border: 0;
    margin: 0;
}

.com-img-box .image img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 250px;
}

.respond .cancel-comment-reply {
    float: right;
    margin-top: 15px;
    font-size: .92857em
}

#comment-form label {
    display: block;
    margin-bottom: .5em;
    font-weight: 700
}

#comment-form .required:after {
    content: " *";
    color: #c00
}

#comment-form button,#payForm button {
    border-radius: 3px;
    padding: 5px 8px;
    vertical-align: middle;
    min-height: 33px;
    border: 1px solid #475569;
    color: #475569;
    background: #eee;
}

#payForm button{
    position: relative;
    display: inline-block;
    width: 90px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border: none;
}

#comment-form .uploadfile,#comment-form .adminbtn {
    overflow: hidden;
    text-indent: 0;
    background: buttonface;
    margin-top: 0px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 8px;
    vertical-align: middle;
    color: buttontext;
    position: absolute;
    box-sizing: content-box;
    margin-left: 5px;
    min-height: 22px;
    font-size: 13px;
}

#comment-form .adminbtn {
    position: relative;
    height: 33px;
    display: inline-block;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-left: 0;
}

#uploadBtn {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 28px;
    padding: 0;
    margin: 0;
    height: 28px;
}

#comment-form textarea,#payForm textarea {
    resize: vertical;
    min-height: 140px;
    margin-bottom: 20px;
}

input[type=email], input[type=url], input[type=password],#author ,#comment-form textarea,#payForm textarea {
    padding: 10px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 0.0625rem 0 rgba(8,11,14,.06), 0 0.1875rem 0.1875rem -0.0625rem rgba(8,11,14,.1), 0 0 0.1875rem 0 rgba(8,11,14,.02);
    box-sizing: border-box;
    font-size: 14px;
}

.relative {
    margin: 20px 0;
    border-radius: 8px;
    display: contents;
}

.relative h3 {
    background: #475569;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 0px;
    border-radius: 8px 8px 0 0;
    padding: 10px;
}

.relative .post:last-child{
    border-radius:0 0 8px 8px;
}



.post-near li:hover {
    background: #f7f9fb;
}

.go_top {
    display: none;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 40%);
    position: fixed;
    right: 20px;
    bottom: 120px;
    border-radius: 9998px;
    text-align: center;
    z-index: 999;
}

.go_top img {
    width: 14px;
    padding-top: 18px;
}

.footer{
    margin:0;
    
}
.footer .footer_box{
    width: 1200px;
    margin: 0px auto;
    padding-top: 13.5px;
    margin-bottom: 20px;
}



.m_nav {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    z-index: 9999;
}

.m_nav_box {
    display: block;
    float: left;
    width: 25%;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.m_nav_box_wz {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #2e3849;
    font-size: 12px;
}

.m_nav_box_icon {
    height: 19px;
    margin-top: 3px;
}

.m_class_bt {
    font-size: 18px;
    font-weight: bold;
    color: #2e3849;
    margin-bottom: 10px;
}

.m_class_fl {
    border-radius: 0px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

.m_class_fl a {
    display: block;
    padding: 20px 12px;
    background: #fff;
    border-radius: 8px;
}

.m_class_fl a:hover {
    background: #f7f9fb;
}

.m_class_flmc {
    font-size: 16px;
    color: #333;
}

.m_class_wzsl {
    font-size: 12px;
    color: #999;
}

.m_time {
}

.m_time ul li {
    padding: 20px 12px;
    background: #fff;
    font-size: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.m_time ul li a {
    display: block;
    color: #333;
}

.m_time ul li:hover {
    background: #f7f9fb;
}

.fankui {
    padding: 6px 20px;
    background: #fff;
    position: fixed;
    bottom: 110px;
    right: 20px;
    font-size: 14px;
    border-radius: 99px;
    color: #333;
    box-shadow: 1px 1px 0px 2px #000000;
}

.fankui:hover {
    background: #f7f9fb;
}

.index_content {
    width: 100%;
    margin-bottom: 30px;
}

.archive_hd{margin-bottom: 20px;border-radius: 8px;background: #fff;padding: 10px;}
.archive_hd a{
    padding: 5px 10px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    border-radius: 999px;
    height: unset;
    border: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.archive_post{
    border-radius: 8px;
}
.archive_content{
    border-radius:0 0 8px 8px;
}

.archive_content .archive_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1E293C;
}

.archive_content .archive_cate{
    background:#fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.archive_content .archive_cate .archive_cate_list{
    margin-bottom: 10px;
    display: block;
}

.archive_content .archive_cate .archive_cate_list a{
    font-size: 14px;
    border: 1px solid #475569;
    padding: 8px 20px;
    line-height: 1;
    background-color: #475569;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}


#archive-box {
    margin-bottom: 10px;
}
#archive-box>ul>li{
    list-style:none;
    margin-bottom: 15px;
    line-height: 1.2;
}

#archive-box ul li{
    align-items: center;
    display: flex;
}
#archive-box ul li::after {
    content: '';
    display: block;
    flex: 1;
    border-top: 1px dotted #c8c8c8;
    order: 2;
    margin: 0 10px;
}
#archive-box ul>li p {
    display: none;
}
#archive-box ul li .post-date {
    order: 3;
    min-width: 85px;
    white-space: nowrap;
}

#archive-box>ul>li a{
    font-size: 16px;
    display: block;
    z-index: 10;
    color: #1b2533;
}
#archive-box>ul>li a span{
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 2px 8px 2px 8px;
    max-width: 100%;
    background: #000000;
    border-radius: 5px;
    border: 1px solid #2f2f2f;
    color: #eee;
}
#archive-box>ul>li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -8px;
  border: 8px solid #ffffff00;
  border-right: 8px solid #000000;
  z-index: -13;
}
#archive-box>ul>li a img{
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: baseline;
    float: left;
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}
#archive-box>ul>li a h2{
    display: unset;
    font-size: 18px;
}
#archive-box>ul>li p a{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
}

#archive-box ul ul.pt-comments{
    margin: -5px 0 10px 15px;
    font-size:15px;
}

#archive-box ul ul.pt-comments li{
    display: block;
    color:#5e5e5e;
}

#archive-box ul ul.pt-comments li::after{
    content: none;
}

#archive-box ul ul.pt-comments li a{
    color:#5e5e5e;
}


.header_nav {
    color: #1b2533;
    font-weight: bold;
}

.header_nav .icon{
    height: 30px;width: 30px;vertical-align: top
}

.sidebar_bottom_btn {
    height: 20px !important;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: 0 !important;
}

.class_center {
    width: 1100px;
    margin: 80px auto 0px auto;
}

.time_center {
    width: 100%;
    margin-top: 80px;
}

.sls_box {
    margin-top: 60px;
}

.sls_box_content_zwf {
    height: 20px;
}

.sls_box_content {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.sls_box_content_1 {
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

.sls_box_content_1 img {
    height: 400px;
}

.sls_box_content_2 {
    text-align: center;
    margin-top: 20px;
}

.sls_box_content_2_2 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.sls_box_content_2 a {
    padding: 6px 20px;
    background: #0F172A;
    border: 2px solid #0F172A;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 200;
    transition: .2s;
}


.page_full{width:100%;}
.page_full .bd_title{
    position: relative;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 0;
}
.page_full .bd_title span{
    position: relative;
    z-index: 1;
    padding: 0 8px;
    background-color: #fff;
}
.page_full .bd_title:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-bottom: 1px solid #dde5ed;
    content: '';
}
.xd-box{overflow:hidden;margin: 10px -10px;}
.ele-box {
    align-items: center;
    background-color: #fff;
    border: none;
    box-shadow: 0 0.0625rem 0.5rem 0.0625rem rgba(0, 0, 0, .05);
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px;
    padding: 10px;
    position: relative;
    transform: translateZ(0);
    transition: transform .1s ease, background-color .1s ease, color .05s ease-out;
    vertical-align: top;
    width: calc(25% - 20px);
    border-radius: 5px;
    float: left;
    line-height: 1;
}
.ele-box .icon {
    height: 45px;
    width:45px;
    margin-right: 10px;
    float: left;
}
.ele-box .title{
    font-weight: bold;
    color: #000000;
    padding-top: 5px;
}
.ele-box .title span{
    color:#777;
    font-weight:normal;
}
.ele-box .title p{
    font-weight: normal;
    font-size: 14px;
    color: #777;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}