/* .content-list li::before{
    /* content:"★";
    color:blue;
    font-size:30px; */
}
.typecho-text li {
    list-style: none;
}

* {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-tream li {
    /*list-style: url(https://cdn.jsdelivr.net/gh/zc1351856278/jsdever-ty@main/list-style.png);*/

    /*!* list-style: none; *!*/
    /*list-style-position: outside;*/
    /*line-height: 26px;*/
    /*margin-bottom: 18px;*/
    /*background: #ecf8ff;*/
    /*border-left: 5px solid #50bfff;*/
    /*color: #50bfff;*/
    /*padding: 8px 15px;*/
}

.content-text-2 img {
 /*   width: 500px;*/
}

::-webkit-scrollbar {
    width: 4px;

}

::-webkit-scrollbar-thumb {
    background-color: rgb(141 155 186);
    border-radius: 2rem;
}

.comments {
    margin-top: 1rem;

    /* padding: 1rem 0rem 1rem 1rem; */

    border-radius: 0.8rem;
}


#comments-padding {
    /* margin-left: -1rem; */

    /* background-color: white; */
  
    border-radius: 0.3 #comments-paddingrem;
    /* padding: 0.3rem 2rem 2rem 2rem; */
}

/* 评论按钮 */
.submit {
    border-style: none;
    margin-top: 1rem;
    color: white;
    width: 5rem;


}
.nav-page .current a {
    background: #244c74;
    color: white !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
}
.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 !important;
    background: white;
    padding-top: 1.2rem !important;
}
.nav-page li {
    text-align: center;
    list-style: none;
    display: block;
    float: left;
    font-family: 'DingTalk JinBuTi', serif;
    border-style: none;
    border-radius: 1rem !important;
    padding-top: 7px;
    margin-left: 6;
}
.submit-alone {
    height: 3.5rem;
    border-radius: 0.5rem;
    background-color: #4a5972af;
    color: #fff;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 1.25rem;
    transition: all .2s ease;
}

.submit-alone:hover {
    /* border-radius: 0.2rem; */
    background-color: #475876;
}

/* 针对表单进行布局尝试 */
.comments-3-text {
    display: flex;
    margin: 0 0.5%;
    justify-content: center;
    flex-wrap: wrap;
}

/* 评论区标题 */
#response {

    text-align: center;
    font-weight: 100;
    font-size: 22px;
    height: 3rem;
    padding: 2rem;


}

.submit-align {
    text-align: right;
    padding: 0 3rem;
}

.comments-3-text .text {
    /* border-radius: 0.3rem; */
    height: 3.7rem;
    border-radius: 0.4rem;
    width: 30%;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background: #e6ebf163;
    margin-top: 1.2rem;

}


.comments-3-text .text:hover {
    border-color: #8a8e94;
    border-width: 1px;
}

.talk-content .text {
    padding: 2px 10px 2px 10px;
    font-size: 1rem;

    background-color: rgb(241, 241, 241);
    margin-left: 6%;
    height: 10rem;
    width: 90%;

    border-radius: 0.3rem;

    border-style: solid;
    border-color: rgba(185, 185, 185, 0.356);
    border-width: 0.5px;
    padding: 0.8rem;
    font-family: 'Noto Serif SC', serif;
}

.submit {
    position: relative;
    left: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.submit a {
    color: #244759;

}

.talk-content .text:hover {
    border-style: none;
    border-style: solid;
    border-color: rgba(185, 185, 185, 0.356);
    border-width: 0.5px;
    /* background-color: rgb(238, 233, 225); */
}

.talk-content .text:active {
    border-style: none;
    border-style: solid;
    border-color: rgba(95, 151, 224, 0.356);
    border-width: 0.5px;
}

/* 单独对文本框限制边框属性 */
input {
    outline: none;
}

#textarea {
    outline: 0;
    width: 100%;
    border-color: #b0b0b000;
    border-radius: 0.4rem;
    resize: none;
    padding: 1rem;
    background: #e6ebf163;
    font-size: 1.3rem;
}

#textarea:focus {
    border-color: #96999f;
    border-width: 1px;
}

/* 对评论列表增加样式 */
.comments-unuser {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    align-content: space-between;
    width: 100%;
}

#comment_list {
    display: block;
    background: #ffffff;
    /* padding: 1rem 1rem 0 1rem; */
    border-radius: 0.4rem;
    min-height: 3.6rem;
    margin-left: 5rem;
    margin-top: -18px;
    word-break: break-word;
}
#comment_list p{
    display: table;
    border-radius: 1.5rem;
    font-size: 1.4rem !important;
    background: #e6ebf163;
    padding: 1.5rem;
}
.comment-list {
    margin-top: 2rem;
    width: 100%;
    padding: 0;
}
.CommentsId{
    background-color: white;
    padding: 2rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    border-radius: 1.5rem;
    outline: 1px solid #354b6042;
}
.CommentsId:hover{
outline: 1px solid #354b6042;
    box-shadow: 0 34px 20px -24px rgb(96 122 179 / 30%);
}
.typecho-user-text {
    width: 100%;
}
.sidebarTagsClass{
    background-color: #fff;
    color: rgb(53, 75, 96);
    margin-top: 2.2rem;
    border-radius: 1.5rem;
    padding: 2rem;
    transform: translateY(-3px);
    -webkit-transition: .2s;
    transition: .2s;    
}
.sidebarChatClass{
    position: sticky;
    top: 8rem;
    background: white;
    padding: 2rem;
    margin-top: 2.2rem;
    transform: translateY(-3px);
    -webkit-transition: .2s;
    transition: .2s; 
    border-radius: 1.5rem;
}
.contentheadFortitlesmall{
    display: block;
    margin-left: 1rem;
    margin-top: 2.5rem;
    padding-top: 1rem;
    font-size: 14px;
    color: rgb(53 75 96 / 73%);
}
.contentheadFortitle2{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1rem;
    margin-top: 2rem;
}
.contentheadFortitle3{
    margin-left: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contentheadFortitle3 .logo{
    width: 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8eab3;
    FONT-WEIGHT: 500;
    border-radius: 50%;
    transition: -webkit-transform 0.75s;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 10%);
}
.contentheadFortitle3 .author{
    margin-left: 5px;
}
.contentheadFortitle3 .data{

}
#comment-form{
    width: 100%;
}
.contentheadFortitle4{
    background: #ffffff;
    display: block;
    width: 90%;
    height: 6rem;
    margin-left: 4rem;
    margin-top: 1rem;
    border: 2px dashed #22517599;
    border-radius: 1.5rem;
    padding: 1rem;
}
.siderchatdate{
    color: #293b4b85;
}
.alaverdateFlex{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 5.2rem;
    /* width: 20rem; */
    position: relative;
    top: -43px;
}
.sidebarChatClass:hover{
    outline: 1px solid #354b6042;
    box-shadow: 0 34px 20px -24px rgb(96 122 179 / 30%);
}
.sidebarTagsClass:hover{
    outline: 1px solid #354b6042;
    box-shadow: 0 34px 20px -24px rgb(96 122 179 / 30%);
}
.rechap {
    /*margin-top: 2rem;*/
}

.comments-type {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    background: #ffffff;
    padding: 1rem;
    border-radius: 0.3rem;
    margin-top: 2rem;
    border-radius: 1.5rem;  
    outline: 1px solid #354b6042;
 

}
.comments-type:hover{
outline: 1px solid #354b6042;
    box-shadow: 0 34px 20px -24px rgb(96 122 179 / 30%);
}
.copy_code {
    z-index: 2;
    transition: all .3s;
    display: none;
    position: absolute;
    color: #ddd;
    background-color: transparent;
    right: 5px;
    top: 9px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    border: 1px solid;
    border-radius: 4px;
}

pre code ul {
    list-style: decimal;
    margin: 0px 0px 0 35px !important;
    padding: 0px;
    font-size: 14px;
    color: #F5F5F5;
    border-left: 1px solid #696969;
}

pre code ul li {
    list-style: decimal;
    padding: 5px !important;
    margin: 0 !important;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 14px;
    word-break: break-all;
    word-wrap: break-word;
}

pre code ul li:nth-of-type(even) {
    color: inherit;

}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
pre code::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0);
}

/*定义滚动条轨道 内阴影+圆角*/
pre code::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
}

/*定义滑块 内阴影+圆角*/
pre code::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


pre code::-webkit-scrollbar-corner {
    /* background: transparent!important; */
}

pre code:-webkit-scrollbar {
    /* width: 8px!important; */
    height: 8px !important;
}

pre code::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    background-color: #777 !important;
}

pre code::-webkit-scrollbar-track-piece {
    background: #21252a !important
}

pre code::-webkit-scrollbar-thumb:hover {
    background-color: #888 !important
}

pre code::-webkit-scrollbar-thumb:active {
    background-color: #999 !important
}

pre, article pre {
    max-height: calc(100vh - 250px);
    overflow: auto;
    padding: 0;
    margin-left: 2px;
    background: #161616;
    position: relative;
    padding-top: 30px;
    overflow-y: hidden;
}

.btn-copy-code {
    transition: all .3s;
    opacity: 0;
    position: absolute;
    color: #ddd;
    background-color: transparent;
    right: 6px;
    top: 4px;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 5px;
    border: 1px solid;
    border-radius: 4px
}

.btn-copy-code:hover {
    color: #fff
}

pre:hover .btn-copy-code {
    opacity: 1
}

pre:before {
    content: " ";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 10px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}

pre, article pre {
    max-height: calc(100vh - 250px);
    overflow: auto;
    padding: 0;
    margin-left: 2px;
    background: #161616;
    position: relative;
    padding-top: 30px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 21%);
    min-height: auto !important;
}

.article-ach li {
    padding-left: 1.7rem;
    line-height: 3rem;
    list-style: none;
    /* border-left: 1.5px solid #21212129; */
    background: #f7f7fb;
    margin: 9px 19px;
    padding: 1PX 12PX;
    border-radius: 0.9rem;
    display: inline-flex;
}

#archives li::before {
    content: '';
    width: 14px;
    height: 14px;
    /*background: #5c9af5;*/
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 11px;
    margin-left: -25px;
    border-radius: 100%;
    /*border: 3px solid #a0caff;*/
    z-index: 1;
    position: relative;
}

.comment-user-flex {
    display: flex;
    margin-bottom: 0.5rem;
}

.comment-list-username {
    font-size: 1.5rem;
    padding: 0 0.5rem;
    margin-top: 1rem;
}

.comment-list-time {
    display: flex;
    font-size: 1.1rem;
    margin-top: -0.5rem;
    margin-bottom: 0rem;
    margin-left: 6rem;
    color: #8d8d8d;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
}

#cancel-comment-reply-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 0.2rem;
    color: #263855de;
    background: #e6ebf163;
    padding: 7px 5px 1px 5px;
    border-radius: 0.2rem;
    height: 3rem;
}
#cancel-comment-reply-link:hover{
    text-decoration: none;
    background: #e6ebf1;
}
.post-lists {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-list-item {
    float: left;
    width: 33.3333%;
    height: auto;
    padding: 15px;
    align-items: center;
}

.post-list-item .item-title {
    font-size: 18px;
}
.post-list-item .item-title a{
    color: #000000 !important;
}
.post-list-item a {
    color: #000000;
    border-bottom: 0px solid #00000070;
}

.post-list-item-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    background: #e6ebf163;
    border-radius: 0.5rem;
    outline: 1px solid #354b6042;
}

.post-list-item-container .item-label {
    position: relative;
    height: 130px;
    padding: 25px 20px 40px;

}

.post-list-item-container .item-label.bg-purple .item-title a {
    color: #fff;
}

.post-list-item-container .item-label .item-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    text-align: right;
}

.post-list-item-container .item-label .item-meta .item-meta-ico {
    display: inline-block;
    float: right;
    width: 45px;
    height: 45px;
    /* border: 1px solid #eaeaea; */
    border-radius: 0.5rem;
}

.post-list-item-container .item-label.bg-purple .item-meta .item-meta-date {
    color: #fff;
}

.post-list-item-container .item-label .item-meta .item-meta-date {
    font-size: 12px;
    position: relative;
    /*float: left;*/
    padding-left: 5px;
    text-align: left;
    text-transform: none;
    color: #000000;
    max-width: 75%;
}
#comment_list_talk{
    background: #ffffff;
    width: 100%;
    padding: 0 3.8%;
    border-radius: 1.5rem;
    min-height: 4rem;
}

.bg-white {
    /* background-color: #fff !important; */
}

#flinksH {
    display: flex;
    justify-content: space-around;
    align-content: flex-end;
    flex-wrap: wrap;
}
 /* 以下代码为giscuz做适配*/
 .giscus{
    background: #ffffff;
padding: 1rem;
border-radius: 0.3rem;
margin-top: 2rem;
border-radius: 1.5rem;
outline: 1px solid #354b6042;
padding-top: 3rem;
}
.giscus-frame .main {
  --color-btn-primary-disabled-bg: #5e95f3 ;
}