






div{
    color:rgba(255, 255, 255,0.92);
}
body{
    cursor: url('https://files.cnblogs.com/files/blogs/785531/%E6%AD%A3%E5%B8%B8%E9%80%89%E6%8B%A9.ico?t=1696591416&download=true'),auto;
}
#home {
    border-radius: 15px;  /*调节边框圆度*/
    margin: 0 auto;
    width: 70%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: rgba(5, 5, 5, 0.63);
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(42, 105, 96, 0.1);

}
/*boby调节背景图片*/
body {
    background:url("https://img2023.cnblogs.com/blog/3091262/202310/3091262-20231017191248142-507418199.jpg");  /*背景图片链接*/
    background-position:center down;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
#blogTitle h1 {
    font-size: 36px;
    color:#F3F3F3;
    font-weight: bold;

    line-height: 1.5em;/*原始 1.6em*/
    margin-top: 20px;/*原始 15px */
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 30px; /*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.0;
    color: rgba(35, 180, 170, 0.3);
    font-weight: bold;
    text-align: right;
    float: right;
}
.postTitle {
    border-left: 20px solid rgba(132,112,255, 0);
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;

}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:rgba(35, 180, 170, 1);
    /* font-size: 1000px; */
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: rgba(35, 180, 170, 0.3);
    text-decoration: none;
}
.catListTitle{
    border-radius: 3px;  /*调节边框圆度*/
    background-color: rgba(35, 180, 170, 0.3);   //栏目的条纹颜色
    
}
#navigator{
border-radius: 10px;
    background-color:rgba(68, 175, 171, 0.6);          /*标题栏下的颜色*/

}
#navList a:link, #navList a:visited, #navList a:active{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
#cnblogs_post_body h1{
    font-size: 35px;
    padding-left: 15px;
    color:#ffffff;
    border-radius: 5px;
    background-color: rgba(35, 180, 170, 0.3);
}
#cnblogs_post_body h2 {
    font-size: 30px;
    color: #FFFFFF
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
.postBody{
    color: #FFFFFF;
    font-size: 17px;
}
.postDesc {
    color: #FFFFFF;
    font-size: 13px;
}
.blogStats {
    color: #FFFFFF;
    padding-right: 20px;
}
.postTitle{
    background-color:rgba(68, 175, 171, 0.15);
    border-radius: 5px;  /*调节边框圆度*/
}
.desc_img {
    border-radius: 5px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255, 0.01);
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 5px;  /*调节边框圆度*/
}
.postBody a:link, .postBody a:visited, .postBody a:active{text-decoration: none !important;}
a:link{color:#39C5BB;} /* 未访问链接*/
a:visited {color:#39C5BB;}  /* 已访问链接 */
a:hover {color:#fa7298;;}  /* 鼠标移动到链接上 */

/*评论区*/
/* #commentform_title,
.feedback_area_title {
    font: normal normal 16px/35px"Microsoft YaHei";
    margin: 10px 0 30px;
    border-bottom: 2px solid #ccc;
    background-image: none;
    padding: 0;
    border-bottom: 0;
} */

/* #commentform_title:after,
.feedback_area_title:after {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 16px;
    left: 110px;
    border-bottom: 1px dashed #e9e9e9;
} */

#tbCommentAuthor {
    padding-left: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 320px;
    height: 20px;
    background: #fff;
}

.commentbox_title {
    width: 100%;
}

div.commentform p {
    margin-bottom: 20px
}
textarea#tbCommentBody {
    width: calc(100% - 20px);
    border-radius: 10px;
    outline: 0;
    padding: 10px;
    height: 200px;
    position: relative;
    background: #fff url(https://img2023.cnblogs.com/blog/3091262/202310/3091262-20231006183540666-105505751.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    resize: vertical;
}
.comment_btn {
    width: 180px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #39C5BB !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    text-decoration: none;
}
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb, #under_post_card1, #under_post_card2, #cnblogs_ch {
    display:none; !important
}
