.joe_bread {
	padding-top: 15px
}

.joe_bread__bread {
	display: flex;
	align-items: center
}

.joe_bread__bread .line {
	color: var(--seat);
	padding: 0 8px
}

.joe_bread__bread .item {
	color: var(--minor);
	white-space: nowrap
}

.joe_bread__bread .item .link {
	color: var(--routine);
	transition: color 0.35s;
	margin-top: 5px;
}

.joe_aside__item.links .list {
    padding-top: 15px;
}

.joe_bread__bread .item .link:hover {
	color: var(--theme)
}

.joe_bread__bread .item .icon {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	fill: var(--routine);
	margin-right: 2px
}

.joe_bread__bread .item:first-child {
	display: flex;
	align-items: center
}

.joe_post__pagination {
	display: flex;
	justify-content: space-between
}

.joe_post__pagination-item {
	margin-bottom: 15px
}

.joe_post__pagination-item a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	color: #fff;
	border-radius: 3px;
	background: var(--theme);
	font-size: 12px;
	box-shadow: var(--box-shadow)
}

.joe_post__pagination-item a:hover {
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
	box-shadow: 0 0 0 20px rgba(255,255,255,0)
}

.joe_post__pagination-item.next {
	margin-left: auto
}

@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--theme)
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--theme)
	}
}


/**
 * markdown 输出样式
 */

 .markdown {
    overflow-wrap: break-word;
    text-align: justify
}

.markdown h1 {
    font-size: 1.8rem !important;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px
}

.markdown h2 {
    font-size: 1.5rem !important;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px
}

.markdown h3 {
    font-size: 1.3rem !important;
    line-height: 1.43;
    font-weight: bold
}

.markdown h4 {
    font-size: 1.2em !important;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.5px
}

.markdown h5 {
    font-size: 1rem !important;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4
}

.markdown h6 {
    font-size: 1rem !important;
    color: #777;
    margin-top: 1em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px
}

.markdown strong {
    font-weight: bold;
    font-size: 1rem !important
}

.markdown del {
    text-decoration: line-through
}

.markdown a {
    text-decoration: underline;
}

.markdown blockquote {
    color: #666;
    border-left: 4px solid #ddd;
    padding-left: 20px;
    margin-left: 0;
    font-size: 14px;
    font-style: italic
}

.markdown ul {
    padding-left: 2em;
    margin-bottom: 16px
}

.markdown ol {
    padding-left: 2em;
    margin-bottom: 16px
}

.markdown li {
    font-size: 15px !important;
    line-height: 2
}

.markdown hr {
    height: 1px;
    border: none;
    border-top: 1px solid #ddd;
    background: none
}

.markdown pre.prettyprint {
    padding: 10px;
    border: 1px solid #ddd;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.6
}

.markdown table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    word-break: keep-all;
    border-collapse: collapse;
    margin-bottom: 16px;
    table-layout: auto;
}

.markdown thead tr {
    background-color: #f5f5f6
}

.markdown td {
    padding: 6px 13px;
    border: 1px solid #00000019
}

.markdown th {
    padding: 6px 13px;
    border: 1px solid #00000019
}

.markdown table tr:nth-child(even) {
    background: #f5f5f6
}

/* 选择不在 <pre> 标签中的 <code> 元素 */
.markdown code:not(pre > code) {
    border-radius: 3px;
    font-size: 14px;
    margin-right: 4px;
    color: #f6607d;
    background: #00000019;
    padding: 2px 4px;
}

.markdown pre {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000019;
    background: #00000019;
    overflow: auto
}

.markdown img {
    display: block;
    margin: auto;
    box-sizing: border-box;
    border: 0
}

.markdown hr {
    margin: 7px 0 7px 0
}

.captcha_input {
    height: 38px;
    padding: 0 10px;
    margin-left: 5px;
}

.captcha {
    cursor: pointer;
    width: 100px;
    height: 38px;
}

