/*****第一部分开始*******************************/
#cnblogs_ch,#opt_under_post,#cnblogs_c1,#under_post_card1,#under_post_card2,#HistoryToday{
   display: none;
}
#EntryTag {
	margin-top: 20px;
	font-size: 9pt;
	color: gray;
}
.topicListFooter {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
#divRefreshComments{
	text-align: right; 
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 9pt;
}
/*****第一部分结束*******************************/

/*****第二部分开始*******************************/
* {
	margin: 0;padding: 0;
}
table {
	border-collapse: collapse;border-spacing: 0;
}

ul {
	word-break: break-all;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;font-weight: normal;
}
a:link {
	color: black;text-decoration: none;
}
a:visited {
	color: black;text-decoration: none;
}
a:hover {
	color: #F60;text-decoration: none;box-shadow: 0px 0px 20px 5px rgba(112, 244, 240, 0.5);

}
a:active {
	color: black;text-decoration: none;
}
.clear {
	clear: both;
}
body {
	color: #000;
	font-size: 20px;
	font-family: "楷体","宋体","verdana","ms song","Arial","微软雅黑", "Helvetica", "sans-serif";
	margin: 0px auto;
	width:100%;
	min-width: 1070px;
	height: 100%;
    min-height: 200px;
    background: rgba(0, 195, 249, 0.1) url('https://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_fr.jpg') fixed no-repeat;
    background-position: 45% 50%;
    background-size: cover;
}
#home {
	background-color: rgba(0, 255, 47, 0.1);
	margin: 0 auto;
	width:90%;
	height: 100%;
	min-width: 50%;
	border: 2px solid rgba(17, 255, 0, 0.3);
	border-bottom:0px;
	border-radius: 20px 20px 0 0;
}
#header {
	width: 100%;
    border-bottom: 1px solid steelblue;
	}

#main{
	width: 100%;padding-top: 5px;
}
#footer{
    text-align: center;padding: 10px;border-top: 1px solid rgba(17, 255, 0, 0.3);
}
/*****第二部分结束*******************************/

/*****第三部分开始*******************************/
/*******************************第三部分开始****header属性*******************************/
#header #blogTitle{
    width: 90%;margin-left: 5%;
}

#header #blogTitle #lnkBlogLogo{
	width: 100%;height: 0px;
}
#header #blogTitle #blogLogo {
	//float: right;
}
#header #blogTitle h1 {
    font-weight: bold;font-size: 55px;
}
#header #blogTitle h2 {
    line-height: 30px;color: rgba(185, 64, 237, 0.9);text-align: right;font-size: 35px;
}
#header #navigator{
	font-size: 28px;height: 50px;
    //background-color: rgba(185, 64, 237, 0.9);
    margin: 5px 0px;
}
#header #navigator #navList {
	height: 50px;line-height: 50px;float: left;//display: none;
}
#header #navigator #navList li {float: left;width: auto;height: 50px;float: left;
}
#header #navigator #navList li #blog_nav_contact{display: none;}
#header #navigator #navList a {display: block; width: auto;padding: 0 13px;//border-right: 2px solid rgba(17, 255, 4, 0.9);
}

#header #navigator #navList a:hover {
	color: rgb(0, 0, 0);
    background-color: rgb(45, 249, 23);
    border-radius: 80%;
	animation:rotate 1s ease;      //animation定义rotate，时间30s，方式(轨迹)linear
	-webkit-animation:rotate 1s ease;
    animation-iteration-count:1; //效果循环次数定义为无限
    transform-style: preserve-3d;//3D显示
    -webkit-transform-style: preserve-3d; /* Safari and Chrome */
    transition: all 0.2s ease 0s;
}
#header #navigator .blogStats {
    float: right;margin-top: 20px;margin-right: 25px;text-align: right;font-size: 20px;//color: #fff;
}
/*******************************第三部分开始****main #sideBar属性*******************************/
#main #sideBar{
	width: 23%;
	height: auto;
	min-height: 200px;
     background-color: rgba(255, 0, 238, 0);
	 padding-left: 1%;
	 padding-right: 1%;
	float: left;
}
#main #sideBar #sideBarMain h3,#main #sideBar #sideBarMain #blog-calendar .CalTitle{
    background-color: rgba(185, 64, 237, 0.9);
    font-size: 30px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin: 0;
    color: #fffefe;
}
#main #sideBar #sideBarMain .sidebar-block,#main #sideBar #sideBarMain #sidebar_news,#main #sideBar #sideBarMain #blog-calendar{
border-right: 1px solid #ffffff;
border-radius: 20px;
background-color: #ffffff00;
box-shadow: 5px 5px 16px 5px rgb(255 255 255 / 80%);
padding: 5px;
margin-top: 10px;
margin-bottom: 20px;
}
#main #sideBar #sideBarMain ul
{
    padding: 5px;font-size: 20px;line-height: 25px;
}
#main #sideBar #sideBarMain #sidebar_topviewedposts li,#main #sideBar #sideBarMain .sidebar-block li
{
    font-size: 25px;list-style: none;border-bottom: 1px solid white;margin-bottom: 16px;line-height: 30px;
    margin: 5px;
}
/*******************************侧边栏 公告*******************************/
#main #sideBar #sideBarMain #profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    margin-left: 20px;
}
/*******************************侧边栏 日历*******************************/
#main #sideBar #sideBarMain #blog-calendar table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 25px;
    line-height: 40px;
}
#main #sideBar #sideBarMain #blog-calendar .CalOtherMonthDay{
	color: #00fd3b00;
}
#main #sideBar #sideBarMain #blog-calendar .CalWeekendDay{
	background-color: #00fd3b;
	border-radius: 100%;
}
#main #sideBar #sideBarMain #blog-calendar .CalTodayDay{
background-color: #fd0000;
	border-radius: 100%;
}
/*******************************侧边栏 搜索*******************************/
#main #sideBar #sideBarMain #sidebar_search .div_my_zzk{
    width: 100%;
    height: 25px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom:6px ;
    padding-left: 10px;
}
#main #sideBar #sideBarMain #sidebar_search .input_my_zzk {
    width: 60%;
    vertical-align: middle;
    height: 25px;
}
#main #sideBar #sideBarMain #sidebar_search .btn_my_zzk {
    vertical-align: middle;
    height: 26px;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    width: 29%;
    border-radius: 10px;
    background: rgba(185, 64, 237, 0.9);
    color: white;
}
#main #sideBar #sideBarMain #sidebar_search .btn_my_zzk:hover {
color: black;
background-color: #00fd3b;
}
/*******************************侧边栏 常用链接 排名*******************************/
#main #sideBar #sideBarMain #sidebar_shortcut li,#main #sideBar #sideBarMain .catListBlogRank li{
    padding: 5px;
    margin: 15px auto;
    width: 75%;
    text-align: center;
    border: 1px solid #00000024;
    border-radius: 18px;
    box-shadow: 5px 3px 35px 1px white;
    font-size: 30px;
}
#main #sideBar #sideBarMain #sidebar_shortcut li:hover {
    background-color: #00fd3b;
}
#main #sideBar #sideBarMain #sidebar_shortcut a{
    width: 100%;height: 100%;display:block;
}
#main #sideBar #sideBarMain #sidebar_shortcut a:hover {
    color: rgb(0, 0, 0);text-decoration:none;
}
/*******************************侧边栏 阅读排行*******************************/

#main #sideBar #sideBarMain #sidebar_topviewedposts li a:hover{
    text-decoration:none;
}
/*******************************第三部分结束****main #sideBar属性*******************************/


/*******************************第三部分开始****main #mainContent属性内容*******************************/
#main #mainContent{
	width: 73%;
	height: auto;
    min-height: 200px;
	background-color: rgba(0, 251, 255, 0);
	padding-left: 1%;
	 padding-right: 1%;
	float: right;
}
/*文章部分信息*/
.forFlow .day{
    background: rgba(255, 255, 255, 0.5);
    margin: 20px 0px;
    box-shadow: 0 0 10px 0px white;
    padding-bottom: 15px;
}
/*文章日期行*/
.forFlow .day .dayTitle {
    text-align: center;
    padding: 5px;
    font-size: 30px;
    border-bottom: 1px solid white;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 2em;
    
}
.forFlow .day a{
        background-color: #00fd3b59;
    border-radius: 25px;
    padding: 5px;
}
/*文章标题*/
.forFlow .day .postTitle {
    width: 92%;
    margin: 1px auto;
    padding: 0px 15px;
    font-size: 35px;
    text-align: left;
    line-height: 40px;
    background: #90c0e39c;
     border-radius: 10px 10px 0 0;
    box-shadow: 10px 10px 19px 2px #00fd3b59;
}
.forFlow .day .postTitle a {
    display: block;
    border-left: 15px solid rgba(0, 94, 255, 0.8);
    padding: 2px 0;
    background: #90c0e39c;
    text-indent: 0.5em;
}
.forFlow .day .postTitle a:hover {
    border-left: 40px solid rgba(0, 94, 255, 0.8);
    //margin-left: 20px;
}
/*文章部分信息*/
.forFlow .day .postCon {
    width: 92%;
    margin: 1px auto;
    padding: 0px 15px;
     font-size: 25px;
    text-indent: 2em;
    clear: both;
    background: #90c0e39c;
     border-radius: 0 0 0px 0px;
    box-shadow: 10px 10px 19px 2px #00fd3b59;
    
}
/*文章附加信息*/
.forFlow .day .postDesc {
    width: 92%;
    margin: 1px auto;
    padding: 0px 15px;
   background: #90c0e39c;
    font-size: 23px;
    height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: right;
    line-height: 35px;
    border-radius: 0 0 10px 10px;
    box-shadow: 10px 10px 19px 2px #00fd3b59;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #0088ffac;/*文章标题颜色*/
    transition: all 0.2s ease 0s;
    
}
/*文章界面*/
#mainContent .forFlow{
    background: #fdfeff9c;
    border-radius: 10px;
    box-shadow: 5px 0px 10px 2px #0000003b;
    padding-bottom: 10px;
}
#topics .post .postTitle,#commentform_title, .feedback_area_title{
    display: block;
    border-left: 15px solid rgba(0, 94, 255, 0.8);
    padding: 2px 0;
    background: #90c0e39c;
    text-indent: 0.5em;
    margin-top: 10px;
    font-size: 30px
}
#topics .post .postBody,#blog-comments-placeholder,#comment_form_container{
    padding: 0 30px;border-top: 1px solid;
}
#topics .post .postDesc{ padding: 5px 15px;}
#comment_nav {
    text-align: right;
    padding: 5px 15px 5px 15px;
}
//*{cursor: url(https://files.cnblogs.com/files/ayxj/favicon.ico),auto;}