/*标题的样式*/
/*修改大标题的字体大小*/
#cb_post_title_url {
	font-size: 24px;
	line-height: 1.8;font-weight: normal;
}
#topics .postTitle a:link {text-decoration: none;color: black;}
#topics .postTitle a:visited {text-decoration: none;color: black;}
#topics .postTitle a:hover {text-decoration: none;color: #666666;}


/*目录超链接*/
#catalog a {font-family: "Microsoft Yahei";text-decoration: none;}

#catalog a:link {color: black;}
#catalog a:visited {color: black;}
#catalog a:hover {color:  #666666;text-decoration: none;}

/*一级目录*/
#catalog ul li {list-style-type: none;font-size: 16px;margin: 0px;line-height: 2;}
/*二级目录*/
#catalog ul li ul li {list-style-type: none;font-size: 15px;margin: 0px;}

/*正文字体*/
#cnblogs_post_body p {
	color: black;
	font-size: 16px;	
	font-family: 微软雅黑, PTSans, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/*正文一级标题*/
#cnblogs_post_body h2 {
	background:#00AEAE;
	// border-radius: 6px 6px 6px 6px;
	// box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	box-shadow: 15px 15px 10px #888888;
	color: #FFFFFF;
	font-family:"微软雅黑", "宋体", "黑体", Arial;
	font-size: 18px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 6px 0px 18px 0px !important;
	padding: 6px 0 6px 6px;
	text-shadow: 2px 2px 3px #222222;
}


/*-------------------------适应于当前皮肤-------------------------*/

#footer {
}

/*-------------------------以下是打赏按钮-------------------------*/

#green_channel {
    width: 380px;
}

#green_channel  #green_channel_reward {
    background-color: #c50fdf;
}

.reward{
    height: 10vw;
    border: 1.5px dashed #955757;
    margin: 0 10px 0 10px;
    z-index: 99;
}
   
   .popup {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popupimg {
    width: 450px;
    background-color: #f3f8f8;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 100%;
    /*margin-left: -80px;*/
}

/* Popup arrow */
.popup .popupimg::after {
    /*content: "";*/
    position: absolute;
    top: 100%;
    left: 11%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/*-------------------------以下是个性化标签-------------------------*/

#MySignature{　　
 border:solid 1px #E5E5E5;
 padding:10px;
 background:#E5EEF7 url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 15px 50%;
 padding-left:80px;
}

#MySignature div{
  line-height: 20px;
}



/*-------------------------推荐与反对-------------------------*/
/* 定制推荐和反对按键   --begin*/

.buryit {
    display: none;
}

/* 定制推荐和反对按键   --end*/