
/*规范配色，后续配色根据此列进行纠正*/
root:{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --background: rgb(241, 241, 241);
    --background-circle: #c0d0ff;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap');
/*@font-face { font-family: 'webmo'; src: url('https://cdn.jsdelivr.net/gh/huiyio/Lib/fonts/AdobeCleanHanSC/AdobeCleanHanSC.eot'); src: url('https://https://cdn.jsdelivr.net/gh/tutuos/Tutu_Misans/tutufont.eot') format('embedded-opentype'), url('https://cdn.jsdelivr.net/gh/tutuos/Tutu_Misans/tutufont.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/tutuos/Tutu_Misans/tutufont.woff') format('woff'), url('https://cdn.jsdelivr.net/gh/tutuos/Tutu_Misans/tutufont.ttf') format('truetype'), url('https://cdn.jsdelivr.net/gh/tutuos/Tutu_Misans/tutufont.svg') format('svg'); font-weight: 400; font-style: normal; font-display: swap; } *:not([class*="icon"]):not(i) { font-family: "webmo" !important; }*/
body,
button,
input,
select,
textarea {
    transition: all 1s ease;
    font-family: 'Noto Serif SC', serif;
}
body {
    color: #484848;
    font-size: 1.3rem;
    font-weight: 400 ！important;
    line-height: 1.5;
}
a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none;
}
a strong {
    color: currentColor;
}
a:hover {
    color: #363636;
}
*{
    /*text-shadow: 0 0.1875rem 0.3125rem rgb(0 0 0 / 30%);*/

}
 body {
        /* display: flex; */
    width: 100%;
    height: 50%;
    overflow-x: hidden;
    justify-content: center;
    background-size: 1.4rem 1.4rem;
     background: #f7f7f7;
        }
.background-img{
    width: 100%;
    height: 100%;
    background-size:cover;background-repeat: no-repeat;
    background-position: center;
}
.container {
    margin-top: 0;
}
.header {
    position: fixed;
    padding: 0 10% 0 3%;
    /*filter: blur(5px);*/
    box-shadow: 0 4px 8px 0 rgb(7 17 27 / 10%);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 5px 5px 30px #d1d9e6;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 6.5rem;
    box-shadow: 0 0.5rem 1rem rgb(18 38 63 / 5%);
     margin-top: -20px;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.hasbg{
    transition-duration: 0.35s;
    transition-timing-function: linear;
    transition-delay: 0s;
    background-color: rgb(255 255 255 / 60%) !important;
}
.header-wide{
    /*backdrop-filter: none;*/
}
#nav_menu {
    display: inline-flex;
    margin-left:12rem ;
    color: #ffffff;
}
#nav_menu ul{padding-top: 1rem;
}
#nav_menu li {
    list-style: none;
    margin-right:5rem ;

}
#nav_menu a{
    font-size: 14.8px;
}
#pjax-container{
    display: flex;
    justify-content: center;
}
.daohang5:hover{
    background-color: #0d6efd;
}
.daohang5:hover li{
    margin-top: 5px;
    font-size: 20px;
    background-color: white;
    border-radius: 0.8rem;
    border: 2.5px solid #e1e1e1;
    opacity: 0;
}
.Indexpost-title{
    text-align: center;
    display: inherit;
    height: 3rem;
    font-weight: 600;
    font-size: 3rem;
    color: rgb(255 255 255);
    padding-bottom: 4rem;
    position: relative;
    top: 20rem;
}
.daohang5{
    background-color: white;
    border-radius: 1.2rem;
    width: 6rem;
    height: 3.2rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
}
.daohang li{
    margin-top: 5px;
   font-size: 20px;
    background-color: white;
    border-radius: 0.8rem;
    border: 2.5px solid #e1e1e1;
   opacity: 0;
}

.post_index-more{
    display: block;
    background: #9cd2ff3b;
    padding: 1 5;
    margin-left: 8%;
    position: relative;
    top: -35px;
    color: #2b4764a1;
    border-radius: 1.8rem;
    backdrop-filter: blur(16px);
    max-width: 15rem;
    text-align: center;
    box-shadow: 0 4px 10px rgb(26 72 162 / 17%), 0 0 1px rgb(42 78 244 / 40%);
}
.post_index-more a{
    color: white  !important;
}
header h1 {
    display: inline-block;
    margin-top: 2.8rem;
    font-size: 20.5px;
    font-weight: 400;
    position: relative;
    left: 7.2%;
    top: 3.9%;
}

.header a {

    color: rgb(255 255 255);
    text-decoration: none;

}


.content-last .bg_color {
    margin: 0;
    /* width: 100%; */
    height: 12rem;
    font-family: 'Noto Serif SC', serif;
    color: #fff;
    background: linear-gradient(91deg, #0990df3d, #4164c75c, #993ce72e);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.contact .logo {
    border-radius: 50%;
    position: relative;
    width: 82px;
    display: inline-block;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-color: #ffffff2b;
    FONT-WEIGHT: 500;
    border-radius: 50%;
    margin-top: 80px;
    margin-left: 2rem;
    transition: -webkit-transform 0.75s;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    z-index: 7;
}


.contact .name {
    margin-top: -69px;
    text-align: center;
    color: rgb(255 255 255);
    font-weight: 400;
    font-size: 1.8rem;
    padding: 5px 0 0 0;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    height: 3rem;
}

.contact .name-talk {
    text-align: center;
    font-weight: 100;
    font-size: 13px;
    color: #000000;
    border-top: 1px solid #dbdbdb4f;
    padding-top: 2px;
}

.button-flex {

    margin-top: 7px;
    display: flex;
    justify-content: space-around;
    /*border-style: solid;*/
    /*border-color: rgb(231, 231, 231);*/
    /*border-top: none;*/
    /*border-left: none;*/
    /*border-right: none;*/
    /*border-width: 1.2px;*/
    height: 65px;

}

.button-flex a {
    font-size: 15px;
}

.a-left {
    height: 24px;
    background-color: #ffa55b;
    border-radius: 0.5rem;
    border: 2px solid #fff;
    width: 8rem;
    color: white;
    margin-left: 13rem;
    margin-top: 1rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    padding-bottom: 2px !important;
}



.a-left a {
    color: white !important;
}

.a-right a {
    color: white !important;
}

.a-right {
    height: 40px;
    background-color: rgba(255, 115, 0, 0.712);
    border-radius: 0.5rem;
    border: none;
    width: 6rem;
    color: white;
}

.a-right:hover {
    background: linear-gradient(145deg, #cc8747, #f3a155);
}

/* 内容区域 */
.content-all {
    width: 100%;
    /*  height:1000px ; */
     padding: 0 10% 0 8%;
    margin-top: 83px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

.content {

    /*margin-left: 3rem;*/
    margin-right: 2.2rem;
     margin-top: -10rem;
    /* padding-top: 18px; */
    padding: 22px 0 0 0 !important;
    width: 90rem;
    /* min-height: 970px; */
    /* height: 970px; */
    /* background-color: rgba(233, 232, 232, 0.692); */
    border-radius: 0.8rem;

}

.content-list {
    /* border-radius: 0.8rem; */
    margin-left: 2rem;
    margin-top: 3.3rem;
    width: auto;
    border-radius: 0.8rem;
}

/* .content-list img{
    display: block;
    width: 450px;
    margin-left: 170px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgb(3 27 78 / 12%);
} */
.content-last {

    position: sticky;
    top: 10.8rem;
    /*left: 11rem;*/
    /*margin-left: 6rem;*/
    /* float: inline-start;
    position: relative; */

    outline: none;

    /*padding-top: 18px !important;*/
    /* background-color: rgb(241, 239, 239); */
    /* box-sizing: border-box; */
    /*width: 380px !important;*/
    /* min-height: 970px; */
    /* background-color: rgb(236, 226, 226);*/
    /* box-shadow: 18px 18px 30px #d1d9e6; */

}

.content-text-2 img {
    display: block;
    margin: 10px auto;
    border-radius: 0.3rem;

}

.contact {
    margin-top: -6.5rem;
    display: fixed;
    margin-left: 11px;
    width: 300px;
    /* height: 35rem; */
    background-color: rgb(255, 255, 255);

}

footer .nav_top{
    background: #aab7d424;
    min-height: 4.5rem;
    width: 4.5rem;
    position: fixed;
    right: 5rem;
    bottom: 15rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 0.5rem;
    padding-top: 0.7rem;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.mac {
    height: 4rem;
    display: block;
    font-size: 1rem;
}

.mac span {
    display: inline-block;
    margin-left: -15rem;
    margin-top: 1rem;
    font-size: 1.8rem;
}



.border-wid {
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 0.5rem;
}

.contact-h1 {
    margin-left: 5px;
    font-weight: 400;
    font-size: 20px;
}

.archives {
    /* display: flex; */
    min-height: 20rem;
    margin-top: -6px;
    /*  margin-left: 18.5rem; */
    /* color: white */
    font-weight: 400;
    /* padding-bottom: 0.1rem; */
    overflow: scroll;
}

.archives a {

    color: rgb(89, 89, 89) !important;
    font-size: 1.3rem;
}
/*.archives a:before {*/
/*    content: "";*/
/*    !*color: #FE4F70;*!*/
/*    margin-right: 15px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-color: white;*/
/*    border: 1px solid black;*/
/*    border-radius: 100%;*/
/*    outline: 10px solid black;*/
/*    outline-offset: -35px;*/
/*    cursor: pointer;*/
/*}*/
.archives ul {
    list-style: circle !important;
    margin-top: 1rem;
    display: flex;
    align-content: flex-start;
    /* justify-content: space-between; */
    flex-flow: wrap;
    padding-bottom: 0.8rem;
    margin-left: -15px;
}

.archives li {

    /* overflow: hidden; */
    /* flex: 0 0 45%; */
    /* box-sizing: border-box; */
    font-weight: 400;
    color: rgb(79, 78, 78);
    /* min-width: 16rem; */
    text-align: left;
    height: 3rem;
    letter-spacing: 0.2rem;
    width: 22rem;
    list-style: circle !important;
    margin-top: 2px;
    /* background-image: linear-gradient(to right, rgba(117, 195, 224, 0.8), rgba(0, 38, 255, 0.48)); */

    /*background-color: #f1f1f12d;*/
    /*border-bottom: 1px solid #fd7e14;*/
}
.archives li:after {
    content: "";
    display: block;
    height: 0.9px;
    width: 100%;
    background: #adb5bd;
    background: -webkit-linear-gradient(left, #adb5bd 0, transparent 100%);
    background: linear-gradient(to right, #adb5bd 0, transparent 100%);
}
.new-text {
    margin-top: 15px;
    margin-left: 11px;
    width: 92%;
    background-color: white;

    font-weight: 400;
    padding-bottom: 1px;
}

.new-text ul {

    margin-top: -10px;
    margin-left: -25px;
    display: flex;
    align-content: flex-start;
    flex-flow: row wrap;

}

.new-text a {

    /* color: rgb(59, 59, 59) !important; */
}

.new-text li:hover {

    color: #55aef3;

}

.new-text li {
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 0 0 94%;
    /* box-sizing: border-box; */
    padding-top: 4px;
    font-weight: 100;
    color: rgb(10, 10, 10);
    margin-right: 10px;
    /* text-align: center; */
    height: 2rem;

    width: 8rem;
    list-style: none;
    margin-top: 0.5rem;
    /* background-image: linear-gradient(to right, rgba(117, 195, 224, 0.8), rgba(0, 38, 255, 0.48)); */


}

.typecho-header {
    background-color: #fff;
    border-radius: 0.3rem;

    padding-bottom: 10px;
}

.typecho-time {
    margin-top: 0.6rem;
    margin-left: 6px;
    background-color: rgb(17 44 107 / 78%);
    color: rgb(243 249 255);
     border-radius: 0.1rem;
    display: inline-block;
    font-size: 0.9rem;
    padding: 1px 5px 1px 5px;

}
.viewer-toolbar{
    display: none;
}

.viewer-navbar{
    display: none;
}
.content-list-post {
    margin-top: 15px;
    background-color: #fff;
    /* width: 94%; */
    /* background-color: rgb(231, 231, 231); */
    /* margin-left:30px ; */
    /* height: 1000px; */
    /* overflow: hidden; */


}

.content-all a {
    /* font-size: 0.8rem; */
    color: rgb(83, 83, 83);
    text-decoration: none;
    font-weight: 400;
}

.content .post {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 1px; */
    /*padding-left: 25px;*/
    /* padding-right:0; */
    /* margin-left: 10px; */
    color: rgba(65, 65, 65, 0.767);
    background: white;
    border-radius: 0.5rem;

    color: rgba(0, 0, 0, 0.856);
    /* border-color: rgba(126, 126, 126, 0.13); */
    margin-bottom: 35px;

    /* border-right:none ; */
    border-width: 1px;
    /* padding-left: 1rem;
    padding-right: 1rem; */
    /* overflow: hidden; */
    /*width: 99%;*/
    /* box-shadow: 18px 18px 30px #d1d9e6; */
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
}

.content .post:hover {
    /*box-shadow: 30px 30px 70px #dadfe9;*/

}
.pagination{
    display: flex;
    flex-wrap: wrap;
    margin-left: 4rem;
}

.content .nav-page {
    margin-top: 1.2rem;
    position: relative;

    left: 0;
    right: 0;
    bottom: 15px;
    /* border-style: solid;
    border-color: black; */

    /* display: inline; */
}

.content .nav-page ul {
    /*list-style-type: decimal;*/
    /*margin-block-start: 1em;*/
    /*margin-block-end: 1em;*/
    /*margin-inline-start: 0px;*/
    /*margin-inline-end: 0px;*/
    /*padding-inline-start: 40px;*/
    /* display: inline; */
    /* margin-left: 35%; */
    /* list-style: none; */
    float: left;
    margin-top: 5px;

}

/* ol li:nth-child(-n+2){
    display: none;
} */


.content .nav-page li {
    text-align: center;
    list-style: none;
    display: block;
    float: left;
    font-family: 'Noto Serif SC', serif;

    border-style: none;
    border-radius: 1rem !important;

    padding-top: 7px;
    margin-left: 6;


}
/*表格*/
.content-text-2 table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    color: var(--minor);
    margin-bottom: 18px;
    font-size: 13px;
    border-top: 1px solid #ebeef5;
    border-left: 1px solid #ebeef5;
    border-radius: 0.5rem;
    color: #8a8e94;
}
.content-text-2 thead{
    text-align: center;
    padding: 5rem;
    background: #ebeef5;
}
.content-text-2 thead  td,th{
    text-align: center;
}
/*.content-text-2 tr td:nth-child(1){*/
/*    background: #2e6da4;*/
/*}*/
.content-text-2 tbody td,th {
    /* padding: 0; */
    padding: 8px;

    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    outline: none;
}
/*文章分页*/
.content .nav-page a{
    border-style: none;
    border-radius: 0.3rem !important;
    width: 4rem;
    height: 4rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    font-weight: 400;
    text-align: center;
    padding: 9px 0 0 0px;
    color: #000000;
    background: white;
    padding-top: 1.2rem;
}
.content .nav-page span{
    border-style: none;
    border-radius: 0.3rem !important;
    width: 4rem;
    height: 4rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    color: #0a0606;
}
.content .nav-page .current a{
    background: #84a0ca;
    color: white;
}
.content .entry_text {
    height: 12rem;
    /* width: 10rem; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    font-size: 1.3rem;
    font-weight: 400;
    /* margin-top: -10px; */
    margin-left: 5.7rem;
    margin-bottom: 2.2rem;
    color: rgb(31 40 53 / 79%);
    overflow: hidden;
    /* display: contents; */
    /* display: block; */
    width: 44%;
    -webkit-box-orient: vertical;
    padding-right: 10px;
    position: relative;
    top: -36px;
    z-index: 2;
}

/* .content .entry_text li{

    word-break: break-all;
    overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
} */

/*.content .entry_text::marker {*/
/*    display: none;*/

/*}*/



.entry_text li {
    list-style: none;
    margin-left: -25px;
}

.content .entry_title a {
    color: rgb(31 40 53);
    text-decoration: none;
    font-weight: 400;
}

.content .entry_title {
    letter-spacing: 1px;
     position: relative;
    top: -45px;
    /* left: 8px; */
    margin-top: -20.2rem;
    font-size: 1.7rem;
    overflow: hidden;
    width: 45%;
    height: 2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-left: 5px;
    -webkit-line-clamp: 1;
    /* overflow: hidden; */
    -webkit-box-orient: vertical;
    border-style: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-color: rgb(53, 111, 220);
    border-width: 3px;

    margin-left: 5.3rem;
    z-index: 2;
}

.content .entry_data {
    /* position: relative;left: 250px;
    margin-left:220px;
    margin-top: 15px;
    font-size: 15px;
    color: rgb(65, 61, 61); */
    width: 25%;
    /* position: relative; top: -55px;right: -40rem; */
    position: relative;
    left: -66%;
    top: 10rem;
}

.content .entry_data a {
    color: #ffffff;
}

.content .entry_data ul {

    color: #ffffff;
    /* margin-right:15px ; */
    display: flex;

    flex-flow: row wrap;
    list-style: none;
}

.content .entry_data li {
    height: 1.2rem !important;
    background: #a3cfff;
    /*display: inline;*/
    letter-spacing: 2px;
    margin-left: 15px;
    padding-left: 5px;
    list-style: none;
    display: block;
    font-size: 12px;
    /*padding-top: 4px;*/
    font-weight:400;
    /* color: white; */
    /*color: rgb(83, 83, 83);*/
    color: #ffffff;
    /* margin-right: 10px; */
    text-align: center;
    height: 1.5rem !important;
    /*
        width: 5rem; */
    /* background-color: rgba(221, 221, 221, 0.842); */
    /* margin-top: 10px; */
    border-style: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-color: #ff8800;
    border-width: 3px;

}
.crumbs_patch{
    color: #5d5d5d;
    border-radius: 0.2rem;
    display: inline-block;
    padding: 3.5px;
    background: white;
    margin-bottom: 7px;
    font-weight: 400;
}
.crumbs-border a{
    color: #676767;
    font-weight: 400;
}
.crumbs-border{
    border-right: solid 2px rgba(2, 113, 185, 0.76);
    color: #5b5b5b;
    display: inline-block;



}
/*第二列sidebar*/
.sidebar-right{
    /*position: sticky;*/
    /*margin-top:5.5rem;*/
    margin-top: -4.5rem;


}
.sidebar-r{
    width: 340px;
    padding: 2rem;
    border-radius: 0.2rem;
    background: white;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);

}
.sidebar-r-top{
    margin-bottom: 1rem;
}
#tags a{
    color: #4f4f4f;
    text-shadow: 0 !important;
}
#tags{
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 3px;
    align-items: center;
    background-color: whitesmoke !important;
    border-radius: 4px;
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 0.75em;
}
.tagCount{
    display: inline-block;
    margin-left: 0.5rem;
    width: 1.7rem !important;
    background: #e7e7e7;
    text-align: center;
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
#sidebar-tags{
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    border-bottom: solid 2px #d1d1d1;
    border-radius: 0.1rem;
    color: #545454;
}
#archives_span{
    background: #dfdfdfb8;
    color: #696969;
    /* padding: 0 0.9rem; */
    min-width: 3rem !important;
    display: inline-block;
    border-radius: 0.3rem;
    text-align: center;
    height: 1.6rem;
}
.siber-comments{
    margin-top: 1.5rem;
margin-left: -4rem;
}
.siber-comments li{
    list-style: none;
    margin-bottom: 1rem;
}
.siber-com{
    margin-top: 2px;
    display: block;
    padding: 5px;
    background-color: #c0c7d269;
    color: #293b4b;
    border-radius: 0.3rem;
}
.siber-com::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #eef6fd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 8px;
    bottom: 100%;
}
/* 底部footer */
.footer {
    margin-top: 4rem;
    z-index: 999;
    height: 8rem;
    width: 100%;
    background-color: rgba(255, 255, 255);
    text-align: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
}


.text-ellipsis{
    margin-bottom: 0;
}
.text-ellipsis_copy{
    font-size: 12px;
    display: block;
    text-align: center;}

.footer a{
    color: #274057f2 !important;
}
pre code {
    height: auto;
    min-height: none;
    /*background-color: #70c8d8;*/
    color: #7c5454;
    border-radius: 0.2rem !important;
    font-weight: 400;
    font-family: 'Noto Serif SC', serif;
    font-size: 1.4rem;
    line-height: 1.6;
}
code {
    border-radius: 0.5rem !important;
    background-color: #fff5f5;
    color: #ff502c !important;
}

.hljs{
    color: #dcdcdc !IMPORTANT;
}

pre {
    background-color: #484a5c !important;
    border: none !important;
}

pre code {
    font-size: 1.4rem;
    background: #36393b;

    word-break: break-word;

    padding: 2px;
    text-shadow: none;
    border-radius: 0.5rem !important;
    cursor: auto;
    /* max-height: calc(100vh - 250px); */
    overflow-y: scroll;
}

hr {
    display: none;
}

/* 文章内样式 */
.typecho-text {
    /* position: relative; top: 5px; */
    margin-top: 5px;
    background-color: white;
    /* height: 950px; */
    width: 96%;
    /* padding: 5px 5px 5px 5px; */
    /* padding-top:10px ; */
    margin-left: 5px;
    padding-left: 5px;
    border-radius: 0.8rem;
    overflow: scroll;
    overflow-x: hidden;
    box-shadow: 18px 18px 30px #d1d9e6;
    line-height: 20px;
    font-weight: 400;
    font-size: 1.7rem;
    color: #535353;
    letter-spacing: 1px;
}

.content-text-2 {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #474747;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 0.1rem;
}

.post-title {
    /*text-align: center;*/
    height: 3rem;
    font-weight: 600;
    font-size: 2.1rem;
    color: #0000009c;
    padding-bottom: 4rem;
    border-bottom: solid 1px #dee2e6;
}

.site-search {
    display: inline-block;


}
.comments{
    background: white;
}
.nextWide{
    display: flex;
    justify-content: space-around;
    margin-left: 2rem;
    background: #ffffff;
    border-radius: 2.6rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 0.5rem;
}
.nextWide .next{
    /*background: #8596ae;*/
    color: #1b1515 !important;
    padding: 0.8rem;
    font-size: 1.3rem;
    /*border-radius: 0.4rem;*/
}
#a-search{
    /*border-bottom-left-radius: 0.8rem;*/
    /*border-top-left-radius: 0.8rem;*/
    border-bottom-right-radius: 0.8rem;
    /*border-top-right-radius: 0.8rem;*/

    /*border-top: 0.5px solid #5594fa;*/
    /*border-left: 0.5px solid #5594fa;*/
    border-right: 2.5px solid #5594fa;
}
.a-text {

    float: left;
}

#s {
    padding: 0 2px 0 5px;
    background-color: rgb(238, 238, 238);
    border-style: none;
    border-color: #535353;

    height: 3rem;
    border-width: 1px;
    width: 25rem;
}

.a-submit {

    height: 3rem;
    border-style: none;
    background-color: rgb(238, 238, 238);

    color: azure;
    width: 4rem;
    border-bottom-right-radius: 0.8rem;
    /*border-top-right-radius: 0.8rem;*/
    /*border-bottom: 2.8px solid #0d6efd;*/
    /*border-top: 2.8px solid #0d6efd;*/
    border-bottom: 2.5px solid #5594fa;
    /*border-right: 2.8px solid #0d6efd;*/
}

.post-images {
    width: 90rem;
    height: 20rem;
    margin: 15px 54px !important;
    background: #ffffff;
    transform: scale(1.2);
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
    overflow: hidden;
}


.post-images img {
    width: 33rem;
    height: 20rem;
    /* border-radius: 0.5rem; */
    object-fit: cover;
    /* opacity: 0.9; */
    position: relative;
    top: 0;
    margin-left: 56%;
}


.sibar-data {

    margin-top: 2rem;
    margin-left: 11px;
    width: 300px;
    /* height: 35rem; */
    background-color: rgb(255, 255, 255);
    text-align: center;

}

.sibar-data-a ul {
    margin-left: -3px;
    margin-top: 0.5rem;
}

.sibar-data-a {
    margin-top: 2.6rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-around;

}

.sibar-data-a li {
    list-style: none;
    /* display: inline; */
    font-size: 1.3rem;
    font-weight: 400;
     text-align: center;
    width: 4rem;
    margin-top: 0.1rem;
    color: #000000b5;
}


.sibar-data-a ul {
    /* padding: 0; */
    list-style: none;
    border-radius: 0.2rem;
    background: #ffffff;
    padding: 1px 1px 1px 1px;
    border-radius: 0.5rem;

}

.sibar-data-b {
    /* text-align: center; */

}

.sibar-data-b li {

    display: flex;
    list-style: none;
    font-size: 1.1rem;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;

}

.footer h3 {
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    display: inline-block;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

/* 说说 */
.talk-content-talk {
    padding: 0 3.1rem;
}

.talk-content-talk .text:hover {


}

.talk-content-talk .text:active {
    border-style: none;
    background-color: rgb(248, 243, 233);
}

.talk-content-talk .text {
    padding: 10px 10px 10px 10px; */
font-size: 1rem;

    height: 10rem;


    font-family: 'Noto Serif SC', serif;

    border-width: 0.5px;
    outline: 0;
    width: 100%;
    border-color: #b0b0b000;
    border-radius: 0.3rem;
    background: #f1f1f1;
    resize: none;
    padding: 1rem;

}

.talk-content-talk .submit-talk {
    border-style: none;
    height: 3rem;
    color: white;
    width: 5rem;
    border-radius: 0.2rem;
    background-color: #839dc8;

}
.talk-content-talk .submit-talk:hover{
    background-color: #a3b1cd;
}
.dian {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #3a8df5;
    position: relative;
    right: 3rem;
    border: 2px solid #b4d3eb;
}
.talk-list .listTalkc::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #00ffaf;
    display: inline-block;
    vertical-align: middle;
    margin-top: px;
    /* margin-right: 11px; */
    /* margin-left: -30px; */
    border-radius: 100%;
    border: 5px solid #ffffff21;
    z-index: 2;
    position: relative;
    left: 36px;
    top: 47px;
}
#talkIMG{
    width: 45px;
    border-radius: 0.4rem;
    position: relative;
    right: 1px;
}
.comment_data {

    display: block;
    padding: 0 5.2rem 0 0;

}
.comment_data a{
    color: #151515;
}
.comment_body{
    background: #c2d0e478;
    padding: 10px;
    margin-left: 5rem;
    border-radius: 1rem;
    display: block;
    width: 100%;
    margin-top: -4.5rem;
    border: 3px solid #ebf0ff;
    box-shadow: 0 5px 8px rgb(29 35 54 / 15%), 0 0 2px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
    color: #464750;
    font-size: 1.28rem;
}
.talk-list li {
    list-style: none;
}
.talkUserTitle{
    border-bottom: 1px solid #5b5b5b21;
    display: flex;
    justify-content: space-between;
}
.typecho-category {
    display: inline-block;
    padding: 0.1px 4px 0.1px 4px;
    background-color: #4b8dd8d7;
    margin-top: 30px;
    margin-left: 5px;
    border-radius: 0.1rem;
    font-size: 1.2rem;
}

.typecho-category a {
    color: #ffffff;
}
/*.content-text-2 li {*/
/*    margin-left: 0px;*/
/*    line-height: 26px;*/
/*    margin-bottom: 18px;*/
/*    background: #ecf8ff;*/
/*    border-left: 5px solid #50bfff;*/
/*    !*color: #50bfff;*!*/
/*    padding: 8px 15px;*/

/*}*/
.sideroom{
    display: none;
}


@media screen and (max-width: 1250px) {
    .sidebar-r{
        display: none;
    }
    /*.content-last {*/
    /*    display: none;*/
    /*}*/

    .content {
        margin-left: auto;
        margin-right: auto;

    }

    .content-all{
        padding: 0 2% 0 2%;

    }
}

.duli {
    display: flex;
    justify-content: flex-end;
    margin-right: 22rem;

}

.duli li {

    display: inline;
    margin-left: 2rem;
}



.sidenav {
    display: none;
}
#box_hover {
    display: none;

}
.sideroom{
    display: none;
}
