.cm-preview-content {
	padding: 20px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	white-space: normal;
	overflow-wrap: break-word;
	color: #606266;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.joe_detail__article {
	padding-top: 20px;
	font-size: 16px;
	word-break: break-word;
	color: var(--main-color);
	margin-bottom: 20px;
}

.joe_detail__article h1,
.joe_detail__article h2,
.joe_detail__article h3,
.joe_detail__article h4,
.joe_detail__article h5,
.joe_detail__article h6 {
	color: var(--main-color);
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 14px;
	position: relative;
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
	padding-bottom: 5px;
}

.joe_detail__article h1::before,
.joe_detail__article h2::before,
.joe_detail__article h3::before,
.joe_detail__article h4::before {
	transition: .4s;
	transform-origin: left;
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	background: var(--theme);
	left: 0;
	bottom: 0;
	border-radius: 5px;
	box-shadow: 1px 1px 3px -1px var(--theme);
}

.joe_detail__article h1:hover::before,
.joe_detail__article h2:hover::before,
.joe_detail__article h3:hover::before,
.joe_detail__article h4:hover::before {
	transform: scaleX(1.3);
}

.joe_detail__article h1:not(:first-child),
.joe_detail__article h2:not(:first-child),
.joe_detail__article h3:not(:first-child),
.joe_detail__article h4:not(:first-child),
.joe_detail__article h5:not(:first-child),
.joe_detail__article h6:not(:first-child) {
	margin-top: 24px;
}

.joe_detail__article h1 {
	font-size: 22px;
}

.joe_detail__article h2 {
	font-size: 20px;
}

.joe_detail__article h3 {
	font-size: 18px;
}

.joe_detail__article h3::before {
	width: 25px;
	height: 2px;
}

.joe_detail__article h4 {
	font-size: 16px;
}

.joe_detail__article h4::before {
	width: 25px;
	height: 2px;
}

.joe_detail__article h5 {
	font-size: 14px;
	padding-bottom: 0;
}

.joe_detail__article h6:not(:first-child) {
	margin-top: 10px;
}

.joe_detail__article h6 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-weight: 500;
}

.joe_detail__article hr {
	margin: 0;
	border: none;
	height: 1px;
	background-color: var(--classB);
	margin-bottom: 18px
}

.joe_detail__article iframe {
	width: 100%;
}

.joe_detail__article p {
	margin: 0;
	margin-bottom: 16px;
	line-height: 26px;
}

.joe_detail__article p:not([align]) {
	text-align: justify;
}

.joe_detail__article p:not([align]):has(> a[href]),
.joe_detail__article p:not([align]):has(> code),
.joe_detail__article p:not([align]):has(> .joe_anote),
.joe_detail__article p:not([align]):has(> .joe_abtn) {
	text-align: start;
}

.joe_detail__article ul>li>p {
	margin-bottom: 5px;
}

.joe_detail__article br {
	content: "";
	padding-bottom: 6px;
	display: block;
}

.joe_detail__article blockquote {
	margin: 0;
	line-height: 26px;
	margin-bottom: 18px;
	/* background: #ecf8ff; */
	/* border-left: 5px solid #50bfff; */
	/* color: #50bfff; */
	background-color: #f0f0f0;
	border-left: 5px solid var(--theme);
	color: #5c5c5c;
	padding: 8px 15px;
	border-radius: 0 var(--radius-inner) var(--radius-inner) 0
}

.joe_detail__article blockquote p {
	margin: 0
}

.joe_detail__article pre[class*='language-'] {
	position: relative;
	margin: 0 0 18px;
	padding: 30px 0 0;
	font-size: 14px;
	border-radius: var(--radius-inner);
}

.joe_detail__article pre[class*='language-'] code[class*='language-'] {
	display: block;
	overflow: auto;
	padding: 0 15px 12px;
	tab-size: 4 !important;
	padding-left: 4em;
}

.joe_detail__article pre[class*='language-']::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 15px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fc625d;
	box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
	z-index: 1
}

.joe_detail__article pre[class*='language-'] .copy {
	position: absolute;
	line-height: normal;
	top: 7.25px;
	right: 7.25px;
	z-index: 5;
	color: #909399;
	transition: color 0.35s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.joe_detail__article pre[class*='language-'] .copy:hover {
	color: #c0c4cc
}

html .line-numbers .line-numbers-rows {
	left: 0;
}

.joe_detail__article code:not([class]) {
	border-radius: var(--radius-inner);
	background: #ecf5ff;
	color: #409eff;
	padding: 0.0625rem 4px;
	font-family: "SFMono-Regular", consolas, "Liberation Mono", menlo, courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	word-break: break-word;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	font-size: .875em;
	margin-inline-start: .25em;
	margin-inline-end: .25em;
}

.joe_detail__article ol,
.joe_detail__article ul {
	margin: 0;
	margin-bottom: 16px;
	padding-left: 25px
}

/* .joe_detail__article ol {
	margin-bottom: 5px;
} */

.joe_detail__article ol li,
.joe_detail__article ul li {
	line-height: 26px;
	margin-bottom: 5px;
}

.joe_detail__article ol li {
	list-style: decimal
}

.joe_detail__article ul li {
	list-style: disc
}

.joe_detail__article table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	color: var(--minor);
	margin-bottom: 15px;
	font-size: 13px;
	border-top: 1px solid var(--classC);
	border-left: 1px solid var(--classC)
}

.joe_detail__article table td,
.joe_detail__article table th {
	padding: 8px;
	border-bottom: 1px solid var(--classC);
	border-right: 1px solid var(--classC)
}

.joe_detail__article table thead th {
	font-weight: 500;
	background: var(--classC);
	white-space: nowrap;
}

.joe_detail__article table tbody tr {
	transition: background 0.35s
}

.joe_detail__article table tbody tr:hover {
	background: var(--classD)
}

.joe_detail__article img:not([class]) {
	display: block;
	max-width: 100%;
	max-height: 40vh;
	border-radius: var(--radius-inner);
	transition: box-shadow 0.35s, -webkit-transform 0.35s;
	transition: transform 0.35s, box-shadow 0.35s;
	transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
	cursor: zoom-in;
	margin: 0 auto
}

.joe_detail__article li img:not([class]) {
	margin: 0;
}

.joe_detail__article img:not([class]):hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.joe_detail__article .owo {
	max-height: 26px;
	vertical-align: top
}

.joe_detail__article a {
	transition: color .2s, background .3s, opacity .3s, box-shadow .3s, transform .3s;
}

.joe_detail__article a:hover {
	text-decoration: none
}

.joe_detail__article a:not([class]) {
	display: inline-block;
	color: var(--theme);
	position: relative;
	text-decoration: none
}

.joe_detail__article a:not([class]):hover {
	text-decoration: none;
}

.joe_detail__article a:not([class])::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: var(--theme);
	-webkit-transform: scaleX(0.25);
	transform: scaleX(0.25);
	opacity: 0;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: transform 0.35s, opacity 0.35s;
	transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s
}

.joe_detail__article a:not([class]):hover::after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.joe_checkbox {
	appearance: none;
	position: relative;
	border-radius: 2px;
	width: 15px;
	height: 15px;
	border: 2px solid var(--theme);
	vertical-align: -3px;
	box-sizing: border-box;
	margin: 0;
	cursor: pointer;
}

.joe_checkbox:disabled {
	cursor: not-allowed
}

.joe_checkbox:checked {
	border: none;
	background: var(--theme)
}

.joe_checkbox:checked::after {
	content: '';
	width: 3px;
	height: 7px;
	position: absolute;
	top: 2px;
	left: 5px;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg)
}

.joe_mtitle {
	display: flex;
	justify-content: center
}

.joe_mtitle__text {
	position: relative;
	color: var(--minor);
	padding: 0 12px;
	transition: padding 0.35s
}

.joe_mtitle__text:hover {
	padding: 0
}

.joe_mtitle__text::before,
.joe_mtitle__text::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	background: var(--theme)
}

.joe_mtitle__text::before {
	left: -35px
}

.joe_mtitle__text::after {
	right: -35px
}

.joe_abtn {
	display: inline-block;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin-bottom: 5px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.joe_abtn:hover {
	-webkit-animation-name: wobble-bottom;
	animation-name: wobble-bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.joe_abtn__icon {
	display: inline-block;
	vertical-align: top;
	text-align: center
}

.joe_abtn__icon .fa {
	color: #fff
}

.joe_abtn__icon [class^='fa-'] {
	margin-right: 8px
}

.joe_abtn__content {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.joe_anote {
	position: relative;
	display: inline-block;
	color: #fff;
	height: 35px;
	line-height: 35px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s
}

.joe_anote+.joe_anote {
	margin-bottom: 5px;
}

.joe_anote:hover {
	opacity: 0.8;
}

.joe_anote__icon {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2)
}

.joe_anote__icon .fa {
	color: #fff
}

.joe_anote__content {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff
}

.joe_anote.secondary {
	background: #34495e
}

.joe_anote.success {
	background: #27ae60
}

.joe_anote.warning {
	background: #f39c12
}

.joe_anote.error {
	background: #e74c3c
}

.joe_anote.info {
	background: #3498db
}

.joe_dotted {
	display: block;
	width: 100%;
	height: 2px;
	background-size: 80px
}

.joe_hide {
	background: repeating-linear-gradient(145deg, var(--classD), var(--classD) 15px, var(--background) 0, var(--background) 25px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.joe_hide_block {
	display: block;
	padding: 15px 0;
	text-align: center;
	position: relative;
	line-height: normal
}

.joe_hide__button {
	position: relative;
	font-style: normal;
	cursor: pointer;
	color: var(--theme)
}

.joe_card__default {
	display: block;
	margin: 0 auto;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: var(--radius-inner);
	border: 1px solid var(--classC);
	background: var(--background);
	line-height: 26px
}

.joe_card__default-title {
	padding: 8px 12px;
	border-bottom: 1px solid var(--classC);
	color: var(--main);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.joe_card__default-content {
	padding: 12px;
	color: var(--routine)
}

.joe_card__default-content *:last-child {
	margin-bottom: 0 !important
}

.joe_message {
	display: block;
	position: relative;
	padding-top: 8px;
	margin-bottom: 8px;
}

.joe_message:hover .joe_message__icon {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.joe_message__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	transition: transform 0.85s;
}

.joe_message__icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	fill: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.joe_message.success>.joe_message__content {
	border-left-color: #2bde3f;
	background: #2bde3f20;
	color: #2bde3f
}

.joe_message.success .joe_message__icon {
	background: #2bde3f
}

.joe_message.success .joe_message__icon::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjEyNTE4MDE1ODgxIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQxMTU3IiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik00MTMuMjU1IDY5MS40MzZjMTguNTQ2LTE3LjQ1IDMzLjE4Ni0zMC41NTIgNDcuMDc2LTQ0LjQyNyAxMzMuMDQtMTMyLjgxIDI2Ni4xODItMjY1LjUxMyAzOTguNzI0LTM5OC44MzcgMzIuMDc0LTMyLjI0NCA2NS42NjYtNDguNDUyIDEwNC45OTctMTQuNzUyIDMyLjk4MyAyOC4yNDEgMjguMDQ5IDY3LjQ2NS0xMi45MiAxMDguNTc0LTE1Ny4xNzUgMTU3LjcxLTMxNC41ODcgMzE1LjE4NC00NzIuMjkyIDQ3Mi4zOC00OS4zODkgNDkuMjI1LTc2LjMwOCA0OS41NDYtMTI0LjcxNiAxLjYwNy04NS41OS04NC43NjUtMTcwLjEzNS0xNzAuNTc5LTI1NS44LTI1NS4yNTctMzIuMjkyLTMxLjkyMy00OC42OC02NS41MTYtMTQuOTk3LTEwNC45NzYgMjguMTctMzIuOTk1IDY3LjU1Ny0yOC4xNTUgMTA4LjU1OCAxMi42NzUgNzMuNDI3IDczLjE2IDE0Ni4wNzkgMTQ3LjA5IDIyMS4zNyAyMjMuMDEzeiIgcC1pZD0iNDExNTgiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=)
}

.joe_message.info>.joe_message__content {
	border-left-color: #1d72f3;
	background: #1d72f320;
	color: #1d72f3
}

.joe_message.info .joe_message__icon {
	background: #1d72f3
}

.joe_message.info .joe_message__icon::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjEyNTE4MzM4MjIxIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYxNjg0IiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik03NjcuOTczOTc1IDExNi4zNDYwODZjMCA2NC4yNTI3MzQtNDEuNjgzMjE0IDExNi4zODg3NS05My4wOTM5MzUgMTE2LjM4ODc1UzU4MS43ODYxMDYgMTgwLjU5ODgyIDU4MS43ODYxMDYgMTE2LjM0NjA4NkM1ODEuNzg2MTA2IDUyLjA5MzM1MiA2MjMuNDY5MzIgMCA2NzQuODgwMDQgMFM3NjcuOTczOTc1IDUyLjA5MzM1MiA3NjcuOTczOTc1IDExNi4zNDYwODZ6TTI1NiA1MDQuMjk0MzY1czcwLjgyMzA2Ni0yODQuNzg1NTIzIDI4Ni43NDgwOS0yNzEuMDQ3NTU1YzIxNS45MjUwMjQgMTMuNjk1MzA0IDY3LjIzOTI0OSAyNjEuNDQ4MDQzLTEzLjI2ODY1OSA1MDEuNjQ5MTY2LTgwLjUwNzkwOCAyNDAuMjAxMTIzIDEwMC4yNjE1NyA3MS40MjAzNjkgMTQ1LjQwMDYwOS03LjU1MTYxNiAwIDAtOTMuMTM2NTk5IDQwNi43NjMzMjMtMzY3LjM0MTMyNyAyNjcuNjc3MDYtMTI4LjU0ODEzMi02NS4yMzQwMTcgMzIuMjU0MzYtMzk4LjA1OTc2NSAxMDMuMTIwMDkyLTU0NS41OTM1OTlDNDgxLjU2NzIgMzAxLjgwODY1OCAzMzYuNjM1OTAxIDM4Ny42MDY5NjMgMjU2IDUwNC4yNTE3MDF6IiBmaWxsPSIjZmZmZmZmIiBwLWlkPSI2MTY4NSI+PC9wYXRoPjwvc3ZnPg==)
}

.joe_message.warning>.joe_message__content {
	border-left-color: #ffc007;
	background: #ffc00720;
	color: #ffc007
}

.joe_message.warning .joe_message__icon {
	background: #ffc007
}

.joe_message.warning .joe_message__icon::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjEyNTE4MTI5NTE1IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQ3NDkyIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik00NzkuODE3MTQzIDY2NS42YzEwLjI0IDMwLjcyIDMwLjcyIDUxLjIgNjEuNDQgNTEuMnM1MS4yLTIwLjQ4IDYxLjQ0LTUxLjJsNDAuOTYtNTYzLjJDNjQzLjY1NzE0MyA0MC45NiA1OTIuNDU3MTQzIDAgNTQxLjI1NzE0MyAwIDQ3OS44MTcxNDMgMCA0MzguODU3MTQzIDUxLjIgNDM4Ljg1NzE0MyAxMTIuNjRsNDAuOTYgNTUyLjk2eiBtNjEuNDQgMTUzLjZjLTYxLjQ0IDAtMTAyLjQgNDAuOTYtMTAyLjQgMTAyLjQgMCA2MS40NCA0MC45NiAxMDIuNCAxMDIuNCAxMDIuNCA2MS40NCAwIDEwMi40LTQwLjk2IDEwMi40LTEwMi40IDAtNjEuNDQtNDAuOTYtMTAyLjQtMTAyLjQtMTAyLjR6IiBwLWlkPSI0NzQ5MyIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==)
}

.joe_message.error>.joe_message__content {
	border-left-color: #f56c6c;
	background: #f56c6c20;
	color: #f56c6c
}

.joe_message.error .joe_message__icon {
	background: #f56c6c
}

.joe_message.error .joe_message__icon::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjEyNTE4MjAyNDk4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQ4OTE1IiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0xOTMuOCA4MzAuMmMtMTkuNC0xOS40LTE5LjQtNTEuMyAwLTcwLjdsNTY1LjctNTY1LjdjMTkuNC0xOS40IDUxLjMtMTkuNCA3MC43IDAgMTkuNCAxOS40IDE5LjQgNTEuMyAwIDcwLjdMMjY0LjUgODMwLjJjLTE5LjQgMTkuNC01MS4zIDE5LjQtNzAuNyAweiIgZmlsbD0iI2ZmZmZmZiIgcC1pZD0iNDg5MTYiPjwvcGF0aD48cGF0aCBkPSJNODMwLjIgODMwLjJjLTE5LjQgMTkuNC01MS4zIDE5LjQtNzAuNyAwTDE5My44IDI2NC41Yy0xOS40LTE5LjQtMTkuNC01MS4zIDAtNzAuNyAxOS40LTE5LjQgNTEuMy0xOS40IDcwLjcgMGw1NjUuNyA1NjUuN2MxOS40IDE5LjQgMTkuNCA1MS4zIDAgNzAuN3oiIGZpbGw9IiNmZmZmZmYiIHAtaWQ9IjQ4OTE3Ij48L3BhdGg+PC9zdmc+)
}

.joe_message__content {
	display: block;
	border-left-width: 4px;
	border-left-style: solid;
	/* margin-top: 15px; */
	margin-left: 8px;
	padding: 8px 15px;
	border-radius: 0 4px 4px 0;
	line-height: 26px;
}

.joe_progress {
	width: 100%;
	display: flex;
	align-items: center
}

.joe_progress__strip {
	height: 12px;
	border-radius: 6px;
	overflow: hidden;
	background: var(--classC);
	min-width: 0;
	flex: 1;
	margin-right: 10px
}

.joe_progress__strip-percent {
	position: relative;
	height: 100%;
	border-radius: 6px;
	transition: width 0.35s
}

.joe_progress__strip-percent::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 6px;
	-webkit-animation: progress-active 3s ease-in-out infinite;
	animation: progress-active 3s ease-in-out infinite
}

.joe_progress__percentage {
	color: var(--minor)
}

.joe_callout {
	display: block;
	padding: 12px;
	border: 1px solid var(--classB);
	border-left-width: 4px;
	border-radius: var(--radius-inner);
	color: var(--routine);
	line-height: 26px
}

.joe_callout *:last-child {
	margin-bottom: 0 !important
}

.joe_card__list {
	display: block;
	border: 1px solid var(--classC);
	border-radius: var(--radius-inner);
	overflow: hidden;
	line-height: 26px
}

.joe_card__list-item {
	padding: 12px;
	border-bottom: 1px solid var(--classC)
}

.joe_card__list-item:last-child {
	border-bottom: none
}

.joe_card__list-item *:last-child {
	margin-bottom: 0 !important
}

.joe_timeline {
	display: block;
	padding-top: 5px;
}

.joe_timeline__item {
	position: relative;
	padding-bottom: 15px
}

.joe_timeline__item-tail {
	position: absolute;
	top: 0;
	left: 6px;
	height: 100%;
	border-left: 1px solid var(--classC)
}

.joe_timeline__item-circle {
	position: absolute;
	top: -0.5px;
	width: 13px;
	height: 13px;
	background-color: var(--background);
	border-radius: 50%;
	border: 1px solid #19be6b
}

.joe_timeline__item-content {
	padding-left: 24px;
	position: relative;
	top: -5px
}

.joe_timeline__item-content *:last-child {
	margin-bottom: 0 !important
}

.joe_timeline__item:last-child {
	padding-bottom: 0
}

.joe_timeline__item:last-child .joe_timeline__item-tail {
	display: none
}

.joe_vplayer {
	width: 100%;
	height: 500px;
	border-radius: var(--radius-inner);
}

.dplayer {
	max-width: 100%;
	border-radius: var(--main-radius);
}

.dplayer video {
	max-height: 60vh;
}

.dplayer:-webkit-full-screen video {
	max-height: unset;
}

.dplayer:full-screen video {
	max-height: unset;
}

.dplayer video,
.dplayer-video-wrap,
.dplayer-controller-mask {
	border-radius: var(--main-radius);
}

.joe_tabs {
	display: block;
	width: 100%;
	overflow: hidden;
	background: var(--background);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--classC);
	border-radius: var(--radius-inner);
	line-height: 26px
}

.joe_tabs__head {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	background: var(--classD)
}

.joe_tabs__head-item {
	position: relative;
	padding: 0 10px;
	line-height: 35px;
	height: 35px;
	color: var(--minor);
	cursor: pointer;
	transition: 0.1s;
	white-space: nowrap;
	font-size: 14px
}

.joe_tabs__head-item.active {
	color: #fff;
	background: var(--theme);
}

.joe_tabs__body-item {
	padding: 15px
}

.joe_tabs__body-item *:last-child {
	margin-bottom: 0 !important
}

.joe_card__describe {
	display: block;
	position: relative;
	padding-top: 10px;
}

.joe_card__describe-title {
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--background);
	padding: 0 5px;
	color: var(--main);
	font-weight: 500;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.joe_card__describe-content {
	color: var(--routine);
	padding: 18px 15px 15px;
	border: 1px dashed var(--classA);
	line-height: 26px;
}

.joe_card__describe-content *:last-child {
	margin-bottom: 0 !important
}

.joe_lamp {
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	overflow: hidden;
	-webkit-animation: lamp-background linear 4s infinite;
	animation: lamp-background linear 4s infinite
}

.joe_lamp::before,
.joe_lamp::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	-webkit-animation: lamp-front linear 4s infinite;
	animation: lamp-front linear 4s infinite
}

.joe_lamp::before {
	right: 50%;
	-webkit-transform-origin: right;
	transform-origin: right
}

.joe_lamp::after {
	left: 50%;
	-webkit-transform-origin: left;
	transform-origin: left
}

.joe_collapse {
	display: block;
	line-height: 26px
}

.joe_collapse__item {
	margin-bottom: 10px;
	color: var(--routine);
	border: 1px solid var(--classC)
}

.joe_collapse__item-head {
	display: flex;
	align-items: center;
	background: var(--classD);
	padding: 10px 12px;
	padding-right: 8px;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.joe_collapse__item-head--label {
	padding-right: 8px
}

.joe_collapse__item-head--icon {
	flex-shrink: 0;
	margin-left: auto;
	fill: var(--minor);
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.joe_collapse__item-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease
}

.joe_collapse__item-wrapper--content {
	padding: 12px
}

.joe_collapse__item-wrapper--content *:last-child {
	margin-bottom: 0 !important
}

.joe_collapse__item:last-child {
	margin-bottom: 0
}

.joe_collapse__item.active .joe_collapse__item-head--icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.joe_cloud {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--classC);
	border-radius: var(--radius-inner);
	overflow: hidden
}

.joe_cloud__logo {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background-size: 100% 100%
}

.joe_cloud__logo._default {
	background-image: url("../images/cloud/default.svg");
}

.joe_cloud__logo._360 {
	background-image: url("../images/cloud/360.svg");
}

.joe_cloud__logo._baidu {
	background-image: url("../images/cloud/baidu.svg");
}

.joe_cloud__logo._tianyi {
	background-image: url("../images/cloud/tianyi.svg");
}

.joe_cloud__logo._chengtong {
	background-image: url("../images/cloud/chengtong.svg")
}

.joe_cloud__logo._weiyun {
	background-image: url("../images/cloud/thin-cloud.png")
}

.joe_cloud__logo._quark {
	background-image: url("../images/cloud/quark.png")
}

.joe_cloud__logo._github {
	background-image: url("../images/cloud/github.svg")
}

.joe_cloud__logo._gitee {
	background-image: url("../images/cloud/gitee.svg")
}

.joe_cloud__logo._lanzou {
	background-image: url("../images/cloud/lanzou.png")
}

.joe_cloud__describe {
	line-height: normal;
	flex: 1;
	overflow: hidden
}

.joe_cloud__describe-title {
	color: var(--theme);
	font-size: 14px;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.joe_cloud__describe-type {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.joe_cloud__btn {
	flex-shrink: 0;
	margin-left: auto;
	background: var(--theme);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center
}

.joe_cloud__btn:focus,
.joe_cloud__btn:hover {
	color: #fff;
	opacity: 0.8;
}

.joe_gird {
	display: grid;
	line-height: 26px
}

.joe_gird__item *:last-child {
	margin-bottom: 0 !important
}

.joe_alert {
	display: block;
	padding: 12px;
	border-radius: var(--radius-inner);
	line-height: 26px;
	background: transparent;
	color: #606266;
	margin-bottom: 10px;
}

.joe_alert.info {
	border: 1px solid #abdcff
}

.joe_alert.success {
	border: 1px solid #8ce6b0
}

.joe_alert.warning {
	border: 1px solid #ffd77a
}

.joe_alert.error {
	border: 1px solid #ffb08f
}

.joe_alert *:last-child {
	margin-bottom: 0 !important
}

.joe_copy {
	cursor: pointer;
	user-select: none;
}

@keyframes progress-active {
	0% {
		opacity: 0.4;
		width: 0
	}

	to {
		opacity: 0;
		width: 100%
	}
}

@keyframes lamp-background {

	0%,
	24.9% {
		background-color: #54b5db
	}

	25%,
	49.9% {
		background-color: #da4733
	}

	50%,
	74.9% {
		background-color: #3b78e7
	}

	75%,
	to {
		background-color: #fdba2c
	}
}

@keyframes lamp-front {
	0% {
		transform: scaleX(0);
		background-color: #da4733
	}

	24.9% {
		transform: scaleX(0.5);
		background-color: #da4733
	}

	25% {
		transform: scaleX(0);
		background-color: #3b78e7
	}

	49.9% {
		transform: scaleX(0.5);
		background-color: #3b78e7
	}

	50% {
		transform: scaleX(0);
		background-color: #fdba2c
	}

	74.9% {
		transform: scaleX(0.5);
		background-color: #fdba2c
	}

	75% {
		transform: scaleX(0);
		background-color: #409eff
	}

	to {
		transform: scaleX(0.5);
		background-color: #409eff
	}
}

@keyframes wobble-bottom {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	100% {
		transform: skew(0)
	}
}

@media (max-width: 1400px) {
	html .joe_vplayer {
		height: 450px
	}
}

@media (max-width: 1200px) {
	html .joe_vplayer {
		height: 430px
	}
}

@media (max-width: 992px) {
	html .joe_vplayer {
		height: 400px
	}
}

@media (max-width: 768px) {
	html .joe_vplayer {
		height: 225px
	}

	html .joe_detail__article {
		font-size: 15px
	}

	html .joe_detail__article pre[class*='language-'] {
		font-size: 13px
	}

	html .joe_detail__article img:not([class]) {
		max-height: unset;
	}
}