/* 正文大标题 */
body .post-warp .post-title {
	font-weight: bold;
	color: var(--theme-color);
}

/* 正文内容标题 */
body .post-warp .content-warp h2 {
  display: table;
  padding: 0.5rem 1rem;
  margin: 1.8rem auto 1.6rem;
  min-width: 12rem;
  color: #fff;
  background: var(--theme-color);
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 24px 8px 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* B种标题
body .post-warp .content-warp h2 {
	display: inline-block;
	min-width:120px;
	margin:14px 0 12px;
	padding: 6px 20px;
	text-align: center;
	background: var(--theme-color);
	color: #fff;
	border-radius: 999px;
	box-shadow: 0 2px 6px var(--theme-color);
}
*/

.post-warp .content-warp h2::before {
	display: none !important;
	content: none !important;
}

body .post-warp .content-warp h3 {
    font-size: 1.32rem;
	color: var(--theme-color);
}

body .post-warp .content-warp h4 {
	font-size: 1.2rem;
}

body .post-warp .content-warp h5 {
	font-size: 1.16rem;
}



/* 正文内容图片 */
body .post-warp .content-warp img {
	border-radius: 6px;
}

/* 正文内容文本 */
body .post-warp .content-warp p {
	margin: 0.6rem auto;
}

/* 正文表头 */
.content-warp table th{
	background-color: var(--theme-color);
	opacity: 0.8;
}

/* 正文超链接 */
.content-warp a {
	text-decoration: none !important;
}
.content-warp a:hover {
	text-decoration: underline !important;
}

/* 下载块 */
.content-warp .download-plane {
	max-width: 1000px;
	height: 80px;
}

.content-warp .download-plane .customize-unpreviewable{
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.content-warp .download-plane .download_btn{
	margin-right: 1rem;
}