/*滚动条样式*/
::-webkit-scrollbar {
    width: 6px !important;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: #d7d7d7 !important;
    /* background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%,
		transparent 75%,
		transparent
	); */
}
::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0 !important;
    background: #f5f5f5 !important;
}

#cnblogs_post_body blockquote {
    background-color: #bf80ff;
    border-color: #9756d9;
    color: #fbfbfb;
}

a:link {
    color: #8f70ff;
}
#home{
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px !important;
    box-shadow: 0 40px 40px #bbbaba;
}
#blogTitle{height: initial;transition: .5s;}
#Header1_HeaderTitle:hover{padding-left: 20px;}
#cnblogs_post_body p {font-size: 16px;}
div#navigator ul#navList li a {
    border-radius: 0;
    padding-top: 11px;
    font-size: 18px;
    border-bottom: 3px solid #fff;
    padding-bottom: 14px;
    font-weight: normal;
    transition: .5s;
}
div#navigator ul#navList li a:hover{border-bottom-color: #8f70ff;}
a{transition: .5s;}
a:hover,
#sideBar a:hover,
.postDesc a:hover,.postDesc a:link,
#blogTitle:hover,
div#navigator ul#navList li a:hover,
.postTitle a:link, .postTitle a:visited, .postTitle a:active,
#blogTitle h1 a:hover {color: #8f70ff;}
.day .postTitle a {padding-left: 10px;}
.postTitle{border-left: 5px solid #8f70ff;}
.postTitle a:hover {
    padding-left: 20px;
    margin-left: 0;
}
.post-view-count,.post-comment-count,.post-digg-count{margin:0 10px;}
.postDesc{background-position: 0 3px;}
.c_b_p_desc_readmore {
    padding-left: 5px;
    text-decoration: none !important;
    font-weight: bold;
    color: #8f70ff !important;
}
.c_b_p_desc_readmore:hover{
    padding-left: 20px;
    text-decoration: underline;
}
.input_my_zzk:hover,
.input_my_zzk:focus {
    border: 1px solid #8f70ff;
}
#footer {padding-top: 40px;}
.comment_textarea{
    width: initial;
    border-radius: 0 !important;
}
.comment_btn{
    border-radius: 0 !important;
    background: #8f70ff;
}
.comment_btn:hover {
    background: #1e7cdd;
    box-shadow: 0 0 5px #1e7cdd;
}
#commentbox_opt a {
    color: #606266;
    background-color: #f5f7fa;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    transition: .5s;
    margin-left: 20px;
}
#commentbox_opt a:hover {box-shadow: 0 0 5px #dbdbdb;}
#tip_comment{display: none;}
#tip_comment2{
    color: #f56c6c;
    background: #fef0f0;
}
#under_post_card1,#under_post_card2,#comment_form_container p:last-child{display: none;}
#green_channel a{border-radius: 0;}
#BlogPostCategory a:hover,#EntryTag a:hover{background: #1e7cdd;}
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    border-radius: 5px 0;
    background-color: #8f70ff;
    color: #fff;
    box-shadow: 2px 2px 4px #747474;
}

#sidebar_news,.sidebar-block,#sidebar_shortcut,#sidebar_toptags{
	border: 1px solid #ededed;
    margin-bottom: 20px;
}
#sidebar_news .catListTitle,
#sidebar_search .catListTitle,
#sidebar_shortcut .catListLink .catListTitle,
#sidebar_toptags .catListTag .catListTitle,
#sidebar_postcategory .catListTitle,
#sidebar_postarchive .catListTitle,
#sidebar_topviewedposts .catListView .catListTitle,
#sidebar_topcommentedposts .catListFeedback .catListTitle,
#sidebar_topdiggedposts #topdigg_posts_wrap .catListView .catListTitle,
#sidebar_recentcomments .catListComment .catListTitle{
    margin: 0;
    padding: 10px;
    color: #fff;
    /*background: linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);*/
        background: linear-gradient(62deg,#4060ff,#bf80ff 82.51%);
}
.mySearch,
#sidebar_shortcut .catListLink,
#sidebar_toptags .catListTag,
#sidebar_topviewedposts .catListView,
#sidebar_topcommentedposts .catListFeedback,
#sidebar_topdiggedposts #topdigg_posts_wrap .catListView,
#sidebar_recentcomments .catListComment{margin: 0;}
#sidebar_search #sidebar_search_box{padding: 0 10px;}
#sidebar_search #sidebar_search_box #widget_my_zzk{height: 33px;}
#sidebar_news #blog-news,
#sidebar_shortcut .catListLink ul,
#sidebar_toptags .catListTag ul,
#sidebar_postcategory ul,
#sidebar_postarchive ul,
#sidebar_topviewedposts .catListView #TopViewPostsBlock,
#sidebar_topcommentedposts .catListFeedback #TopFeedbackPostsBlock,
#sidebar_topdiggedposts #topdigg_posts_wrap .catListView #TopDiggPostsBlock,
#sidebar_recentcomments .catListComment .RecentCommentBlock{padding:10px;}

/*生成博客目录*/
.sideBarContentsFixed{
    position: fixed;
    top: calc((100vh - 430px - 61px) / 2);
    right: 0;
    z-index: 99999;
    box-shadow: 0 0 10px #294b72;
    width: 245px;
}
#uprightsideBar{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: fixed; /*将div的位置固定到距离top:250px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top: calc((100vh - 522px - 61px) / 2);
    left: 0px; /*确定在左侧还是右侧*/
    width: auto;
    height: auto;
}
#sideBarTab {
    display: none;
    float: left;
    width: 20px;
    border: 2px solid #8f70ff;
    border-left: none;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
    padding: 5px;
    color: #8f70ff;
    box-shadow: 0 0 10px #838383;
}
/* 固定在左侧悬浮的样式 #sideBarTitle{
    color: #409eff;
    border-bottom: 1px dashed #409eff;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
} 
#sideBarContents{
    float: left;
    overflow: auto;
    overflow-x: hidden !important;
    width: 250px;
    min-height: 100px;
    max-height: 500px;
    border: 1px solid #409eff;
    border-left: none;
    background: #ffffff;
    padding: 10px 0 10px 0;
} */
#sideBarContents dd, dt {
    cursor: pointer;
    font-size: 14px;
    color: #838383;
    padding: 5px 0;
    transition: .3s;
}

#sideBarContents {
    transition: .5s;
    border: 1px solid #ededed;
    background: #ffffff;
    margin-bottom: 20px;
}
#sideBarTitle {
    color: #fff;
    padding-left: 10px;
    margin-bottom: 10px;
    background: linear-gradient(62deg,#4060ff,#bf80ff 82.51%);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
#sideBarContents dl {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: auto;
}
.title1:hover,
.title2:hover,
.title3:hover,
.title4:hover,
.title5:hover,
.title6:hover {color: #8f70ff !important;}
/* .title1,
.title2 {font-weight: bold;} */
/* 固定在左侧悬浮的样式 #sideBarContents dl{
    margin: 0;
    padding: 0;
} */
.title1{
    margin-top: 5px;
    margin-left: 5px;
}
.title2{margin-left: 20px;}
.title3{margin-left: 40px;}
.title4{margin-left: 60px;}
.title5{margin-left: 80px;}
.title6{margin-left: 100px;}

/*返回顶部*/
.rocket-wrapper {
    position: fixed;
    bottom: 5rem;
    right: 4rem;
    height: 50px;
    width: 50px;
    opacity: 0;
    transition: all 0.5s ease-in 0.5s;
    cursor: pointer;
    transition: .5s;
    font-size: 40px;
    text-align: center;
    color: #8f70ff;
}
.rocket-wrapper:hover{color: #ff5e2b;}

/*分页*/
.pager{
    color: #8f70ff;
}
.pager a {
    color: #fff;
    box-shadow: 0 1px 3px #8f70ff;
    border: 1px solid #8f70ff;
    background: linear-gradient(62deg,#4060ff,#bf80ff 82.51%);
    transition: all .3s linear 0s;
}
.pager a:hover {
    box-shadow: 0 1px 3px #ff5e2b;
    border: 1px solid #ff5e2b;
    background: linear-gradient(62deg,#4060ff,#bf80ff 82.51%);
}

/*评论*/
#comment_form_container .comment_textarea:hover{
    border-color: rgb(143 112 255 / 80%);
}
.commentbox_tab:hover, .commentbox_tab.active {
    border-bottom: 2px solid #8f70ff;
}

/*列表左侧的原型日期分类标签*/
.dayTitle{
    display: inherit;
    border: 1px solid #8f70ff;
    background: linear-gradient(62deg,#4060ff,#bf80ff 82.51%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 2;
    margin-left: -103px;
}
.dayTitle a{
    color: #fff;
}
