<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vditor, .vditor-reset { -
	-border-color: #d1d5da; -
	-toolbar-background-color: #f6f8fa; -
	-toolbar-icon-color: #586069; -
	-toolbar-icon-hover-color: #4285f4; -
	-toolbar-icon-color1: rgba(88, 96, 105, 0.36); -
	-textarea-background-color: #fafbfc; -
	-textarea-focus-background-color: #fff; -
	-textarea-text-color: #24292e; -
	-hover-background-color: #4285f4; -
	-hover-background-color1: rgba(66, 133, 244, .8); -
	-resize-background-color: #f6f8fa; -
	-resize-hover-background-color: #4285f4; -
	-preview-background-color: #fff; -
	-code-background-color: rgba(27, 31, 35, .05)
}

.vditor--dark, .vditor-reset--dark { -
	-border-color: #141414; -
	-toolbar-background-color: #1d2125; -
	-toolbar-icon-color: #b9b9b9; -
	-toolbar-icon-hover-color: #fff; -
	-toolbar-icon-color1: rgba(185, 185, 185, .36); -
	-textarea-background-color: #24292e; -
	-textarea-focus-background-color: #24292e; -
	-textarea-text-color: #d1d5da; -
	-hover-background-color: #1d2125; -
	-hover-background-color1: rgba(44, 44, 44, 0.8); -
	-resize-background-color: #1d2125; -
	-resize-hover-background-color: #1d2125; -
	-preview-background-color: #f3f3f3; -
	-code-background-color: rgba(177, 181, 215, 0.23)
}

@
keyframes tooltip-appear {
	from {opacity: 0
}

to {
	opacity: 1
}

}
.vditor-tooltipped {
	position: relative;
	cursor: pointer
}

.vditor-tooltipped::after {
	position: absolute;
	z-index: 1000000;
	display: none;
	padding: 5px 8px;
	font-size: 11px;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: break-word;
	white-space: pre;
	pointer-events: none;
	content: attr(aria-label);
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	line-height: 16px;
	opacity: 0
}

.vditor-tooltipped::before {
	position: absolute;
	z-index: 1000001;
	display: none;
	width: 0;
	height: 0;
	color: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	content: "";
	border: 5px solid transparent;
	opacity: 0
}

.vditor-tooltipped--hover::before, .vditor-tooltipped--hover::after,
	.vditor-tooltipped:hover::before, .vditor-tooltipped:hover::after,
	.vditor-tooltipped:active::before, .vditor-tooltipped:active::after,
	.vditor-tooltipped:focus::before, .vditor-tooltipped:focus::after {
	display: inline-block;
	text-decoration: none;
	animation-name: tooltip-appear;
	animation-duration: 0.15s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in
}

.vditor-tooltipped__s::after, .vditor-tooltipped__se::after,
	.vditor-tooltipped__sw::after {
	top: 100%;
	right: 50%;
	margin-top: 5px
}

.vditor-tooltipped__s::before, .vditor-tooltipped__se::before,
	.vditor-tooltipped__sw::before {
	top: auto;
	right: 50%;
	bottom: -5px;
	margin-right: -5px;
	border-bottom-color: rgba(0, 0, 0, 0.8)
}

.vditor-tooltipped__se::after {
	right: auto;
	left: 50%;
	margin-left: -15px
}

.vditor-tooltipped__sw::after {
	margin-right: -15px
}

.vditor-tooltipped__n::after, .vditor-tooltipped__ne::after,
	.vditor-tooltipped__nw::after {
	right: 50%;
	bottom: 100%;
	margin-bottom: 5px
}

.vditor-tooltipped__n::before, .vditor-tooltipped__ne::before,
	.vditor-tooltipped__nw::before {
	top: -5px;
	right: 50%;
	bottom: auto;
	margin-right: -5px;
	border-top-color: rgba(0, 0, 0, 0.8)
}

.vditor-tooltipped__ne::after {
	right: auto;
	left: 50%;
	margin-left: -15px
}

.vditor-tooltipped__nw::after {
	margin-right: -15px
}

.vditor-tooltipped__s::after, .vditor-tooltipped__n::after {
	transform: translateX(50%)
}

.vditor-tooltipped__w::after {
	right: 100%;
	bottom: 50%;
	margin-right: 5px;
	transform: translateY(50%)
}

.vditor-tooltipped__w::before {
	top: 50%;
	bottom: 50%;
	left: -5px;
	margin-top: -5px;
	border-left-color: rgba(0, 0, 0, 0.8)
}

.vditor-tooltipped__e::after {
	bottom: 50%;
	left: 100%;
	margin-left: 5px;
	transform: translateY(50%)
}

.vditor-tooltipped__e::before {
	top: 50%;
	right: -5px;
	bottom: 50%;
	margin-top: -5px;
	border-right-color: rgba(0, 0, 0, 0.8)
}

@
keyframes scale-in { 0%{
	opacity: 0;
	transform: scale(0.5)
}

100%{
opacity
:
1;transform
:scale(1)
}
}
.vditor-panel {
	background-color: #fff;
	position: absolute;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 5px;
	z-index: 3;
	font-size: 14px;
	display: none;
	user-select: none;
	max-width: 320px;
	min-width: 80px;
	animation-duration: .15s;
	animation-name: scale-in;
	animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5)
}

.vditor-panel--none {
	color: var(- -toolbar-icon-hover-color);
	padding: 0;
	animation: none;
	background-color: var(- -toolbar-background-color);
	min-width: auto;
	max-width: none
}

.vditor-panel h1, .vditor-panel h2, .vditor-panel h3, .vditor-panel h4,
	.vditor-panel h5, .vditor-panel h6 {
	margin: 0;
	cursor: pointer;
	padding: 3px 10px;
	border-radius: 3px;
	line-height: normal
}

.vditor-panel h1:hover, .vditor-panel h2:hover, .vditor-panel h3:hover,
	.vditor-panel h4:hover, .vditor-panel h5:hover, .vditor-panel h6:hover
	{
	background-color: var(- -hover-background-color);
	color: #fff
}

.vditor-input {
	border: 0;
	padding: 3px 5px;
	background-color: var(- -toolbar-background-color);
	font-size: 12px;
	color: var(- -textarea-text-color)
}

.vditor-input:focus {
	background-color: var(- -textarea-focus-background-color);
	outline: none
}

.vditor-btn {
	border-radius: 3px;
	cursor: pointer;
	background-color: var(- -toolbar-background-color);
	font-size: 12px;
	padding: 2px 7px 1px;
	border: 1px solid var(- -border-color);
	line-height: 16px;
	float: right
}

.vditor-btn:focus {
	outline: none;
	background-color: var(- -textarea-focus-background-color)
}

.vditor-icon {
	color: var(- -toolbar-icon-color);
	cursor: pointer;
	float: left;
	padding: 2px 5px;
	height: 19px;
	width: 25px;
	background-color: transparent;
	border: 0;
	box-sizing: border-box
}

.vditor-icon:hover, .vditor-icon--current {
	color: var(- -toolbar-icon-hover-color);
	background-color: transparent
}

.vditor-icon:focus {
	outline: none
}

.vditor-icon svg {
	height: 15px !important;
	width: 15px !important;
	float: left;
	fill: currentColor
}

.vditor-toolbar {
	background-color: var(- -toolbar-background-color);
	border-bottom: 1px solid var(- -border-color);
	padding: 0 5px
}

.vditor-toolbar&gt;div {
	float: left
}

.vditor-toolbar&gt;div&gt;.vditor-tooltipped {
	border: 0;
	margin: 0;
	padding: 10px 5px;
	background-color: transparent;
	height: 35px;
	width: 25px;
	box-sizing: border-box
}

.vditor-toolbar&gt;div&gt;.vditor-tooltipped:focus {
	outline: none
}

.vditor-toolbar .vditor-tooltipped {
	color: var(- -toolbar-icon-color)
}

.vditor-toolbar .vditor-tooltipped:hover {
	color: var(- -toolbar-icon-hover-color)
}

.vditor-toolbar svg {
	fill: currentColor;
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	width: 15px;
	height: 15px
}

.vditor-toolbar input {
	position: absolute;
	width: 25px;
	height: 35px;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: .001;
	overflow: hidden
}

.vditor-menu--current svg {
	color: var(- -toolbar-icon-hover-color)
}

.vditor-menu__divider {
	width: 10px;
	height: 35px
}

.vditor-menu__br {
	width: 100%;
	padding: 0 !important;
	height: 0 !important
}

.vditor-menu--disabled svg {
	color: var(- -toolbar-icon-color1);
	cursor: not-allowed
}

.vditor-emojis {
	display: inline-block;
	overflow: auto
}

.vditor-emojis::-webkit-scrollbar {
	display: none
}

.vditor-emojis__tip {
	flex: 1;
	width: 200px;
	margin-right: 10px;
	color: var(- -toolbar-icon-color);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.vditor-emojis__tail {
	margin-top: 5px;
	font-size: 12px;
	color: var(- -toolbar-icon-color);
	display: flex
}

.vditor-emojis__tail a {
	text-decoration: none;
	color: var(- -toolbar-icon-color)
}

.vditor-emojis__tail a:hover {
	color: var(- -hover-background-color)
}

.vditor-emojis button {
	cursor: pointer;
	border-radius: 3px;
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 26px;
	padding: 3px;
	box-sizing: border-box;
	font-size: 16px;
	transition: all 0.15s ease-in-out;
	border: 0;
	margin: 0;
	background-color: transparent;
	overflow: hidden
}

.vditor-emojis button:focus {
	outline: none
}

.vditor-emojis button:hover .vditor-emojis__icon {
	display: inline-block;
	transform: scale(1.2)
}

.vditor-emojis img {
	height: 20px;
	width: 20px;
	float: left;
	margin: 3px 0 0 3px
}

@
keyframes slideInDown {
	from {transform: translate3d(0, -100%, 0);
	visibility: visible
}

to {
	transform: translate3d(0, 0, 0)
}

}
.vditor {
	display: flex;
	flex-direction: column;
	border: 1px solid var(- -border-color);
	border-radius: 3px;
	box-sizing: border-box;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
		"Hiragino Sans GB", "Microsoft Yahei", sans-serif
}

.vditor--fullscreen {
	position: fixed;
	top: 0;
	width: 100% !important;
	left: 0;
	height: 100vh !important;
	z-index: 90;
	background-color: #fff
}

.vditor-content {
	display: flex;
	min-height: 60px;
	flex: 1;
	position: relative;
	background-color: var(- -textarea-background-color)
}

.vditor-textarea {
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
		"Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	margin: 0 1px 0 0;
	height: 100%;
	overflow: auto;
	width: 100%;
	flex: 1;
	border: 0;
	resize: none;
	padding: 10px 9px 10px 10px;
	box-sizing: border-box;
	background-color: var(- -textarea-background-color);
	outline: 0 none;
	font-size: 16px;
	line-height: 22px;
	color: var(- -textarea-text-color);
	border-radius: 0 0 3px 3px;
	font-variant-ligatures: no-common-ligatures;
	white-space: pre-wrap;
	word-break: break-word;
	word-wrap: break-word
}

.vditor-textarea[contenteditable="false"] {
	opacity: 0.3;
	cursor: not-allowed
}

.vditor-textarea:focus {
	background-color: var(- -textarea-focus-background-color)
}

.vditor-textarea:empty::before {
	content: attr(placeholder);
	color: var(- -toolbar-icon-color1)
}

.vditor-preview {
	flex: 1;
	background-color: var(- -preview-background-color);
	overflow: auto;
	margin-left: -1px;
	padding: 10px;
	box-shadow: inset 1px 0 var(- -border-color);
	box-sizing: border-box;
	border-radius: 0 0 3px 0
}

.vditor-preview&gt;div::-webkit-scrollbar {
	display: none
}

.vditor-preview&gt;.vditor-reset {
	margin: 0 auto
}

.vditor-devtools {
	display: none;
	background-color: var(- -preview-background-color);
	overflow: auto;
	flex: 1;
	box-shadow: inset 1px 0 var(- -border-color);
	box-sizing: border-box;
	border-radius: 0 0 3px 0;
	padding: 10px
}

.vditor-counter {
	padding: 0 3px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: var(- -textarea-text-color);
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 3px;
	font-size: 12px;
	user-select: none;
	z-index: 2
}

.vditor-counter--error {
	color: #d23f31;
	background-color: rgba(210, 63, 49, 0.1)
}

.vditor-resize {
	padding: 3px 0;
	cursor: row-resize;
	user-select: none;
	position: absolute;
	width: 100%;
	z-index: 2
}

.vditor-resize--top {
	top: -3px
}

.vditor-resize--bottom {
	bottom: -3px
}

.vditor-resize&gt;div {
	height: 3px;
	background-color: var(- -resize-background-color);
	transition: all 0.15s ease-in-out
}

.vditor-resize:hover&gt;div, .vditor-resize--selected&gt;div {
	background-color: var(- -resize-hover-background-color)
}

.vditor-resize:hover svg, .vditor-resize--selected svg {
	color: #fff
}

.vditor-resize svg {
	fill: currentColor;
	stroke-width: 0;
	stroke: currentColor;
	width: 13px;
	height: 3px;
	display: block;
	margin: 0 auto;
	color: var(- -toolbar-icon-color)
}

.vditor-upload {
	position: absolute;
	height: 3px;
	left: 0;
	top: -2px;
	transition: all 0.15s ease-in-out;
	background-color: var(- -hover-background-color1)
}

.vditor-tip {
	position: absolute;
	font-size: 12px;
	top: 10px;
	color: #fff;
	animation-duration: .15s;
	animation-fill-mode: both;
	left: 50%
}

.vditor-tip--show {
	display: block;
	animation-name: slideInDown
}

.vditor-tip__content {
	text-align: left;
	display: inline-block;
	line-height: 16px;
	padding: 3px 10px;
	border-radius: 3px;
	background: var(- -hover-background-color1);
	position: relative;
	margin-left: -50%
}

.vditor-tip__content ul {
	margin: 2px 0;
	padding: 0 0 0 18px
}

.vditor-tip__close {
	position: absolute;
	color: var(- -toolbar-icon-color);
	top: -7px;
	right: -15px;
	font-weight: bold;
	cursor: pointer
}

.vditor-tip__close:hover {
	color: var(- -toolbar-icon-hover-color)
}

.vditor-hint {
	background-color: #fff;
	position: absolute;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 5px 0;
	z-index: 4;
	line-height: 20px;
	list-style: none;
	color: var(- -textarea-text-color);
	font-size: 12px;
	margin: 0;
	max-width: 250px;
	min-width: 80px;
	display: none
}

.vditor-hint button {
	display: block;
	padding: 3px 10px;
	border: 0;
	border-bottom: 1px solid var(- -border-color);
	line-height: 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	margin: 0;
	background-color: transparent
}

.vditor-hint button:last-child {
	border-bottom: 0
}

.vditor-hint--current, .vditor-hint button:hover {
	background-color: var(- -hover-background-color) !important;
	color: #fff
}

.vditor-hint__emoji {
	font-size: 16px;
	float: left;
	margin-right: 3px
}

.vditor-hint img {
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 3px
}

.vditor-reset {
	font-variant-ligatures: no-common-ligatures;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
		"Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	word-wrap: break-word;
	overflow: auto;
	line-height: 1.5;
	font-size: 16px;
	word-break: break-word
}

.vditor-reset--anchor {
	padding-left: 20px
}

.vditor-reset--error {
	color: #d23f31;
	font-size: 12px;
	display: block;
	line-height: 16px
}

.vditor-reset--dark a {
	color: var(- -toolbar-icon-color1)
}

.vditor-reset ul ul ul {
	list-style-type: square
}

.vditor-reset ul ul {
	list-style-type: circle
}

.vditor-reset ul {
	list-style-type: disc
}

.vditor-reset ul, .vditor-reset ol {
	padding-left: 2em;
	margin-top: 0;
	margin-bottom: 16px
}

.vditor-reset li+li {
	margin-top: 0.25em
}

.vditor-reset audio {
	max-width: 100%
}

.vditor-reset audio:focus {
	outline: none
}

.vditor-reset video {
	max-height: 90vh;
	max-width: 100%
}

.vditor-reset img {
	max-width: 100%
}

.vditor-reset img.emoji {
	cursor: auto;
	max-width: 20px;
	vertical-align: sub
}

.vditor-reset h1, .vditor-reset h2, .vditor-reset h3, .vditor-reset h4,
	.vditor-reset h5, .vditor-reset h6 {
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight: 600;
	line-height: 1.25
}

.vditor-reset h1:hover .vditor-anchor svg, .vditor-reset h2:hover .vditor-anchor svg,
	.vditor-reset h3:hover .vditor-anchor svg, .vditor-reset h4:hover .vditor-anchor svg,
	.vditor-reset h5:hover .vditor-anchor svg, .vditor-reset h6:hover .vditor-anchor svg
	{
	visibility: visible
}

.vditor-reset h1 {
	padding-bottom: 0.3em;
	font-size: 1.7em;
	border-bottom: 1px solid #eee
}

.vditor-reset h2 {
	padding-bottom: 0.3em;
	font-size: 1.5em;
	border-bottom: 1px solid #eee
}

.vditor-reset h3 {
	font-size: 1.25em
}

.vditor-reset h4 {
	font-size: 1em
}

.vditor-reset h5 {
	font-size: 0.875em
}

.vditor-reset h6 {
	font-size: 0.85em
}

.vditor-reset hr {
	height: 2px;
	padding: 0;
	margin: 24px 0;
	background-color: #e7e7e7;
	border: 0
}

.vditor-reset p {
	margin-top: 0;
	margin-bottom: 16px
}

.vditor-reset blockquote {
	padding: 0 1em;
	color: #777;
	border-left: 0.25em solid #ddd;
	margin: 0 0 16px 0
}

.vditor-reset blockquote&gt;:first-child {
	margin-top: 0
}

.vditor-reset blockquote&gt;:last-child {
	margin-bottom: 0
}

.vditor-reset ins&gt;iframe {
	border: 0
}

.vditor-reset iframe {
	border: 1px solid var(- -border-color);
	max-width: 100%;
	box-sizing: border-box
}

.vditor-reset iframe.iframe__video {
	min-width: 80%;
	min-height: 36vh
}

.vditor-reset table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	margin-bottom: 16px;
	display: block;
	overflow: auto;
	border-spacing: 0
}

.vditor-reset table tr {
	background-color: var(- -textarea-background-color);
	border-top: 1px solid #c6cbd1
}

.vditor-reset table td, .vditor-reset table th {
	padding: 6px 13px;
	border: 1px solid #dfe2e5;
	word-break: normal
}

.vditor-reset table th {
	font-weight: 600
}

.vditor-reset table tbody tr:nth-child(2n) {
	background-color: var(- -toolbar-background-color)
}

.vditor-reset code:not (.hljs ):not (.highlight-chroma ){
	padding: 0.2em 0.4em;
	margin: 0;
	font-size: 85%;
	border-radius: 3px;
	font-family: mononoki, Consolas, "Liberation Mono", Menlo, Courier,
		monospace;
	word-break: break-word;
	background-size: 20px 20px;
	white-space: pre-wrap;
	background-color: var(- -code-background-color)
}

.vditor-reset pre&gt;code {
	margin: 0;
	font-size: 85%;
	padding: 0.5em;
	border-radius: 5px;
	display: block;
	overflow: auto;
	white-space: pre;
	font-family: mononoki, Consolas, "Liberation Mono", Menlo, Courier,
		monospace;
	background-size: 20px 20px;
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);
	word-break: initial;
	word-wrap: normal
}

.vditor-reset pre:hover div.vditor-copy {
	display: block
}

.vditor-reset kbd {
	display: inline-block;
	padding: 3px 5px;
	font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
	line-height: 10px;
	color: #555;
	vertical-align: middle;
	background-color: #fcfcfc;
	border: solid 1px var(- -border-color);
	border-bottom-color: #bbb;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 #bbb
}

.vditor-reset summary {
	cursor: pointer
}

.vditor-reset summary:focus {
	outline: none
}

.vditor-reset svg {
	height: auto;
	width: auto
}

.vditor-reset p:last-child, .vditor-reset blockquote:last-child,
	.vditor-reset pre:last-child, .vditor-reset ul:last-child,
	.vditor-reset ol:last-child, .vditor-reset hr:last-child {
	margin-bottom: 0
}

.vditor-reset .language-echarts {
	overflow: hidden;
	height: 420px
}

.vditor-task {
	list-style: none
}

.vditor-task input {
	margin: 0 .2em .25em -1.6em;
	font-size: 12px;
	vertical-align: middle
}

.vditor-copy {
	position: relative;
	display: none;
	z-index: 1
}

.vditor-copy textarea {
	position: absolute;
	left: -100000px;
	height: 10px
}

.vditor-copy span {
	cursor: pointer;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	height: 14px;
	width: 14px;
	display: block;
	background-color: var(- -toolbar-background-color);
	border-radius: 3px;
	padding: 3px
}

.vditor-copy svg {
	color: var(- -toolbar-icon-color);
	height: 14px;
	width: 14px !important;
	display: block;
	fill: currentColor
}

.vditor-linenumber {
	padding-left: 4em !important;
	position: relative
}

.vditor-linenumber__rows {
	position: absolute;
	pointer-events: none;
	top: 0.5em;
	left: 0;
	width: 3em;
	user-select: none;
	counter-reset: linenumber
}

.vditor-linenumber__rows&gt;span {
	pointer-events: none;
	display: block
}

.vditor-linenumber__rows&gt;span::before {
	counter-increment: linenumber;
	content: counter(linenumber);
	color: rgba(158, 150, 150, 0.38);
	display: block;
	padding-right: 1em;
	text-align: right
}

.vditor-speech {
	position: absolute;
	display: none;
	background-color: var(- -toolbar-background-color);
	border: 1px solid var(- -border-color);
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;
	color: var(- -toolbar-icon-color)
}

.vditor-speech:hover, .vditor-speech--current {
	color: var(- -toolbar-icon-hover-color)
}

.vditor-speech svg {
	height: 14px;
	width: 14px;
	fill: currentColor;
	display: block;
	stroke-width: 0;
	stroke: currentColor
}

.vditor-anchor {
	float: left;
	padding-right: 4px;
	margin-left: -20px
}

.vditor-anchor svg {
	visibility: hidden
}

.vditor-anchor:hover svg {
	visibility: visible
}

.vditor-anchor:focus {
	outline: none
}

.vditor-linkcard {
	margin: 31px auto 16px;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	max-width: 768px;
	padding: 0 10px
}

.vditor-linkcard a {
	border-radius: 3px;
	background-color: var(- -toolbar-background-color);
	overflow: hidden;
	max-height: 250px;
	display: flex;
	text-decoration: none;
	flex-wrap: wrap-reverse;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.vditor-linkcard a:hover {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.13), 0 3px 6px rgba(0, 0, 0, 0.26);
	text-decoration: none
}

.vditor-linkcard a:visited .vditor-linkcard__abstract {
	color: var(- -toolbar-icon-color1)
}

.vditor-linkcard__info {
	padding: 10px;
	min-width: 200px;
	box-sizing: border-box;
	flex: 1
}

.vditor-linkcard__title {
	font-size: 14px;
	font-weight: 400;
	color: var(- -textarea-text-color);
	display: flex;
	align-items: center
}

.vditor-linkcard__title img {
	cursor: pointer;
	height: 20px;
	width: 20px;
	border-radius: 3px;
	flex-shrink: 0;
	margin-right: 5px
}

.vditor-linkcard__abstract {
	word-wrap: break-word;
	word-break: break-all;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	color: var(- -toolbar-icon-color);
	margin: 5px 0
}

.vditor-linkcard__site {
	font-size: 12px;
	color: var(- -toolbar-icon-hover-color)
}

.vditor-linkcard__image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 250px;
	min-width: 126px;
	cursor: pointer;
	background-color: #fff
}

.vditor-math mjx-container:focus {
	outline: none;
	cursor: context-menu
}

.vditor-wysiwyg {
	background-color: var(- -textarea-background-color);
	box-sizing: border-box;
	flex: 1;
	margin: 0;
	white-space: pre-wrap;
	position: relative;
	color: var(- -textarea-text-color)
}

.vditor-wysiwyg[contenteditable="false"] {
	opacity: 0.3;
	cursor: not-allowed
}

.vditor-wysiwyg:focus {
	outline: none;
	background-color: var(- -textarea-focus-background-color)
}

.vditor-wysiwyg blockquote:empty::before, .vditor-wysiwyg pre&gt;code:empty::before
	{
	content: ' '
}

.vditor-wysiwyg code {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.vditor-wysiwyg__block[data-type="html-block"]&gt;pre,
	.vditor-wysiwyg__block[data-type="math-block"]&gt;pre {
	margin-bottom: 0
}

.vditor-wysiwyg__block code {
	padding: 0.2em 0.4em !important
}

.vditor-wysiwyg__block&gt;code {
	display: none
}

.vditor-wysiwyg__block&gt;pre {
	margin-bottom: -1em;
	display: none
}

.vditor-wysiwyg__block&gt;pre&gt;code {
	border: 1px solid var(- -border-color);
	overflow: auto !important;
	display: block
}

.vditor-wysiwyg__block[data-type=html-inline] .vditor-wysiwyg__preview svg
	{
	fill: var(- -toolbar-icon-color1);
	height: 12px;
	cursor: pointer;
	width: 12px
}

.vditor-wysiwyg__preview {
	cursor: pointer;
	white-space: initial;
	min-height: 27px
}

.vditor-wysiwyg__preview pre {
	margin-bottom: 1em !important
}

.vditor-wysiwyg h1:before, .vditor-wysiwyg h2:before, .vditor-wysiwyg h3:before,
	.vditor-wysiwyg h4:before, .vditor-wysiwyg h5:before, .vditor-wysiwyg h6:before,
	.vditor-wysiwyg div.vditor-wysiwyg__block:before {
	float: left;
	padding-right: 4px;
	margin-left: -29px;
	content: 'h1';
	font-size: 0.85rem;
	font-weight: normal;
	text-transform: uppercase;
	color: var(- -toolbar-icon-color1)
}

.vditor-wysiwyg h2:before {
	content: 'h2'
}

.vditor-wysiwyg h3:before {
	content: 'h3'
}

.vditor-wysiwyg h4:before {
	content: 'h4'
}

.vditor-wysiwyg h5:before {
	content: 'h5'
}

.vditor-wysiwyg h6:before {
	content: 'h6'
}

.vditor-wysiwyg hr {
	display: inline-block;
	margin: 12px 0;
	width: 100%
}

.vditor-wysiwyg div.vditor-wysiwyg__block:before {
	content: "&lt;/&gt;"
}

.vditor-wysiwyg details {
	white-space: initial
}

.vditor-wysiwyg span[data-type="backslash"]&gt;span {
	display: none;
	color: var(- -toolbar-icon-color1)
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
	background-color: #3b3e43;
	height: 100%
}

body {
	margin: 0;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
		"Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.87);
	background-color: #fff
}

::-moz-selection {
	text-shadow: none;
	background: rgba(65, 131, 196, 0.4)
}

::selection {
	text-shadow: none;
	background: rgba(66, 133, 244, 0.4)
}

ul, ol {
	margin: 0;
	padding: 0
}

h1, h2, h3, h4, h5, h6, dl, dd, p {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not ([controls] ){
	display: none
}

a {
	outline: 0;
	text-decoration: none;
	color: #4285f4
}

a:hover {
	text-decoration: underline
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	height: auto;
	-ms-interpolation-mode: bicubic
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
		"Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	outline: none
}

button, input {
	line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"]
	{
	cursor: pointer;
	-webkit-appearance: button
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
	{
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	resize: vertical
}

svg {
	fill: currentColor;
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	width: 14px;
	height: 14px
}

blockquote {
	margin: 0
}

@
-webkit-keyframes spaceboots { 0%{
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0)
}

30%{
-webkit-transform
:translate
(0px
,
1
px
);-moz-transform
:translate
(0px
,
1
px
);-o-transform
:translate
(0px
,
1
px
);-ms-transform
:translate
(0px
,
1
px
);transform
:translate
(0px
,
1
px
)
}
45%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
60%{
-webkit-transform
:translate
(0px
,
-1
px
);-moz-transform
:translate
(0px
,
-1
px
);-o-transform
:translate
(0px
,
-1
px
);-ms-transform
:translate
(0px
,
-1
px
);transform
:translate
(0px
,
-1
px
)
}
80%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
}
@
-o-keyframes spaceboots { 0%{
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0)
}

30%{
-webkit-transform
:translate
(0px
,
1
px
);-moz-transform
:translate
(0px
,
1
px
);-o-transform
:translate
(0px
,
1
px
);-ms-transform
:translate
(0px
,
1
px
);transform
:translate
(0px
,
1
px
)
}
45%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
60%{
-webkit-transform
:translate
(0px
,
-1
px
);-moz-transform
:translate
(0px
,
-1
px
);-o-transform
:translate
(0px
,
-1
px
);-ms-transform
:translate
(0px
,
-1
px
);transform
:translate
(0px
,
-1
px
)
}
80%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
}
@
-ms-keyframes spaceboots { 0%{
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0)
}

30%{
-webkit-transform
:translate
(0px
,
1
px
);-moz-transform
:translate
(0px
,
1
px
);-o-transform
:translate
(0px
,
1
px
);-ms-transform
:translate
(0px
,
1
px
);transform
:translate
(0px
,
1
px
)
}
45%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
60%{
-webkit-transform
:translate
(0px
,
-1
px
);-moz-transform
:translate
(0px
,
-1
px
);-o-transform
:translate
(0px
,
-1
px
);-ms-transform
:translate
(0px
,
-1
px
);transform
:translate
(0px
,
-1
px
)
}
80%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
}
@
keyframes spaceboots { 0%{
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0)
}

30%{
-webkit-transform
:translate
(0px
,
1
px
);-moz-transform
:translate
(0px
,
1
px
);-o-transform
:translate
(0px
,
1
px
);-ms-transform
:translate
(0px
,
1
px
);transform
:translate
(0px
,
1
px
)
}
45%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
60%{
-webkit-transform
:translate
(0px
,
-1
px
);-moz-transform
:translate
(0px
,
-1
px
);-o-transform
:translate
(0px
,
-1
px
);-ms-transform
:translate
(0px
,
-1
px
);transform
:translate
(0px
,
-1
px
)
}
80%{
-webkit-transform
:translate
(0px
,
0
px
);-moz-transform
:translate
(0px
,
0
px
);-o-transform
:translate
(0px
,
0
px
);-ms-transform
:translate
(0px
,
0
px
);transform
:translate
(0px
,
0
px
)
}
}
.fn-flex, .fn__flex {
	display: flex
}

.fn__flex-column {
	min-height: 100%;
	display: flex;
	flex-direction: column
}

.fn-flex-1, .fn__flex-1 {
	flex: 1;
	min-width: 1px
}

.fn-pointer {
	cursor: pointer
}

.fn-sub {
	vertical-align: sub
}

.fn-clear:before, .fn-clear:after {
	display: table;
	content: ""
}

.fn-clear:after {
	clear: both
}

.fn-left {
	float: left
}

.fn-right {
	float: right
}

.fn-none {
	display: none
}

.fn-hidden {
	visibility: hidden
}

.fn-oh {
	overflow: hidden
}

.fn-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.fn-hr5 {
	display: block;
	height: 5px
}

.fn-content {
	padding: 15px
}

.fn-inline {
	display: inline-block
}

.fn-text-top {
	vertical-align: text-top
}

.ft-13 {
	font-size: 13px
}

.ft-smaller {
	font-size: 12px
}

.ft-gray {
	color: rgba(0, 0, 0, 0.54)
}

.ft-fade {
	color: rgba(0, 0, 0, 0.38)
}

.ft-red {
	color: #d23f31
}

.ft-blue {
	color: #4285f4
}

.ft-green {
	color: #569e3d
}

.ft-a-title {
	color: #616161;
	text-decoration: none
}

.ft-a-title:hover {
	color: rgba(0, 0, 0, 0.87)
}

.ft-center {
	text-align: center
}

.ft-nowrap {
	white-space: nowrap
}

.count {
	text-decoration: none;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #616161;
	background-color: #eee;
	border-radius: 20px;
	display: inline-block
}

.count:hover {
	text-decoration: none
}

.sub-head {
	padding: 15px;
	border-bottom: 1px solid #eee;
	line-height: 18px;
	font-size: 18px
}

.wrapper .aplayer {
	margin: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.wrapper .aplayer .aplayer-pic {
	background-size: cover
}

.wrapper .aplayer svg {
	height: 16px;
	width: 16px;
	float: left;
	margin: 0px 0 0 2px
}

#breezemoonList button.absolute {
	right: 0;
	top: 0
}

.breezemoon__input {
	padding-right: 61px !important
}

.article-list .cb-stick {
	position: absolute;
	top: 0;
	left: 0;
	border-width: 10px 15px 10px 15px;
	border-color: #999 transparent transparent #999;
	border-style: solid
}

.article-list .cb-stick .icon-pin {
	position: absolute;
	top: -8px;
	left: -15px;
	color: #FFF
}

.tag {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.38);
	white-space: nowrap;
	display: inline-block;
	line-height: 16px
}

.tooltipped {
	position: relative;
	cursor: pointer
}

.tooltipped::after {
	position: absolute;
	z-index: 1000000;
	display: none;
	padding: 5px 8px;
	font-size: 11px;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: break-word;
	white-space: pre;
	pointer-events: none;
	content: attr(aria-label);
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	line-height: 16px;
	opacity: 0
}

.tooltipped::before {
	position: absolute;
	z-index: 1000001;
	display: none;
	width: 0;
	height: 0;
	color: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	content: "";
	border: 5px solid transparent;
	opacity: 0
}

@
-webkit-keyframes tooltip-appear {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes tooltip-appear {
	from {opacity: 0
}

to {
	opacity: 1
}

}
.tooltipped-hover::before, .tooltipped-hover::after, .tooltipped:hover::before,
	.tooltipped:hover::after, .tooltipped:active::before, .tooltipped:active::after,
	.tooltipped:focus::before, .tooltipped:focus::after {
	display: inline-block;
	text-decoration: none;
	-webkit-animation-name: tooltip-appear;
	animation-name: tooltip-appear;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.tooltipped-s::after, .tooltipped-se::after, .tooltipped-sw::after {
	top: 100%;
	right: 50%;
	margin-top: 5px
}

.tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before {
	top: auto;
	right: 50%;
	bottom: -5px;
	margin-right: -5px;
	border-bottom-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-se::after {
	right: auto;
	left: 50%;
	margin-left: -15px
}

.tooltipped-sw::after {
	margin-right: -15px
}

.tooltipped-n::after, .tooltipped-ne::after, .tooltipped-nw::after {
	right: 50%;
	bottom: 100%;
	margin-bottom: 5px
}

.tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before {
	top: -5px;
	right: 50%;
	bottom: auto;
	margin-right: -5px;
	border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-ne::after {
	right: auto;
	left: 50%;
	margin-left: -15px
}

.tooltipped-nw::after {
	margin-right: -15px
}

.tooltipped-s::after, .tooltipped-n::after {
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}

.tooltipped-w::after {
	right: 100%;
	bottom: 50%;
	margin-right: 5px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.tooltipped-w::before {
	top: 50%;
	bottom: 50%;
	left: -5px;
	margin-top: -5px;
	border-left-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-e::after {
	bottom: 50%;
	left: 100%;
	margin-left: 5px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.tooltipped-e::before {
	top: 50%;
	right: -5px;
	bottom: 50%;
	margin-top: -5px;
	border-right-color: rgba(0, 0, 0, 0.8)
}

button, .btn {
	cursor: pointer;
	color: rgba(0, 0, 0, 0.87);
	border-radius: 3px;
	padding: 6px 12px;
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid #D5D5D5;
	border-bottom-color: #E1E1E1;
	box-sizing: border-box;
	line-height: 19px;
	white-space: nowrap
}

button:hover, .btn:hover {
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0.38);
	background-color: #eee
}

button:active, .btn:active {
	background-color: rgba(0, 0, 0, 0.38);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset
}

button.green, .btn.green {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	background-color: #60b044;
	border-color: #5ca941
}

button.green:hover, .btn.green:hover {
	background-color: #569e3d
}

button.green:active {
	background-color: #569e3d;
	border-color: #418737;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) inset
}

button.red, .btn.red {
	color: #d23f31
}

button.red:hover, .btn.red:hover, .btn.red-hover {
	color: #FFF;
	background-color: #d23f31;
	border-color: #c0372a
}

button.red:active, .btn.red:active {
	background-color: #d23f31;
	border-color: #c9320c;
	color: #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) inset
}

button.small, .btn.small {
	padding: 0 5px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	line-height: 19px;
	height: 20px;
	text-shadow: initial
}

button.mid, .btn.mid {
	padding: 3px 8px;
	font-size: 13px;
	line-height: 20px;
	height: 28px
}

a[class^="icon-"], a[class*=" icon-"] {
	color: rgba(0, 0, 0, 0.87)
}

a[class^="icon-"]:hover, a[class*=" icon-"]:hover {
	text-decoration: none;
	color: #4285f4
}

.radio-btn {
	background-color: #d23f31;
	border-radius: 28px;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: fixed;
	width: 56px;
	z-index: 110;
	right: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	box-sizing: border-box
}

.radio-btn svg {
	height: 20px;
	width: 20px
}

.go-top:hover, .radio-btn:hover {
	opacity: .84
}

.icon-wechat:hover {
	color: #3caf36
}

.icon-weibo:hover {
	color: #ff9933
}

.icon-google:hover {
	color: #dc4A3d
}

.icon-twitter:hover {
	color: #18a3fa
}

.icon-link:hover {
	color: #4285f4
}

.icon-qq:hover {
	color: #47d6fa
}

.icon-github:hover {
	color: #24292e
}

.icon-telegram:hover {
	color: #2da5e1
}

.tip.error {
	color: #d23f31;
	background-color: #ffdce0;
	border: 1px solid rgba(27, 31, 35, 0.15);
	border-radius: 2px
}

.tip ul {
	margin: 5px 30px;
	text-align: left
}

.tip.succ {
	background-color: #dbedff;
	border: 1px solid rgba(27, 31, 35, 0.15);
	border-radius: 2px;
	color: #032f62
}

#registerTip, #loginTip, #addArticleTip, #profilesTip, #passwordTip {
	white-space: normal;
	word-wrap: break-word
}

.avatar, .avatar-small, .avatar-mid, .avatar-big {
	border-radius: 3px 3px 3px 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.02)
}

.avatar {
	height: 38px;
	width: 38px;
	margin-right: 10px
}

.avatar-small {
	height: 20px;
	width: 20px
}

.avatar-mid {
	height: 60px;
	width: 60px;
	margin-right: 15px
}

.avatar-big {
	height: 210px;
	width: 210px;
	border-radius: 6px
}

.status {
	list-style: none;
	margin-top: 20px;
	padding: 20px 0
}

.status&gt;li {
	overflow: hidden;
	flex: 1;
	-webkit-box-flex: 1;
	text-align: center
}

.status&gt;li&gt;strong {
	font-size: 20px
}

.status&gt;li&gt;span {
	display: block
}

.grammar dd {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.54)
}

.grammar dl {
	margin: 8px 10px
}

.module.editor-toolbar-emoji {
	position: absolute;
	bottom: 14px;
	height: 111px;
	overflow: auto;
	z-index: 124;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 50%
}

.module.editor-toolbar-emoji .emoji {
	cursor: pointer;
	padding: 5px;
	border-radius: 2px;
	margin-bottom: 0
}

.module.editor-toolbar-emoji .emoji:hover {
	background-color: rgba(0, 0, 0, 0.38)
}

.form {
	position: relative
}

.form table {
	width: 100%
}

.form input[type=text], .form input[type=datetime], .form input[type=datetime-local],
	.form input[type=password], .form input[type=number], .form select,
	.form textarea {
	border: 1px solid rgba(0, 0, 0, 0.38);
	background-color: #FAFAFA;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
	padding: 7px 8px;
	width: 100%;
	line-height: 17px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.form input[type=text]:focus, .form input[type=password]:focus, .form textarea:focus
	{
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px
		rgba(81, 167, 232, 0.5);
	border: 1px solid #51A7E8
}

.form label {
	color: #616161;
	font-size: 15px;
	margin: 12px 0 6px;
	float: left;
	line-height: 23px
}

.form label&gt;a {
	font-weight: normal
}

.form label input[type=checkbox], .form label input[type=radio] {
	vertical-align: text-top;
	height: 14px;
	width: 14px
}

.form input[type=file] {
	width: 1px;
	opacity: 0.001
}

.form select {
	height: 33px;
	padding-top: 5px
}

.form button.absolute {
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 0 3px 3px 0
}

.pagination {
	border-top: 1px solid #eee
}

.pagination, .tabs-sub {
	display: flex;
	font-size: 12px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 0 0 3px 3px
}

.tabs-sub {
	border-bottom: 1px solid #eee;
	border-radius: 3px 3px 0 0
}

.pagination a, .pagination span, .tabs-sub a {
	line-height: 35px;
	text-decoration: none;
	flex: 1;
	text-align: center;
	color: #616161;
	padding: 0 5px
}

.pagination a:hover, .tabs-sub a:hover {
	background-color: rgba(0, 0, 0, 0.02)
}

.pagination span.current, .tabs-sub a.current {
	background-color: #3b3e43;
	color: #f0f0f0
}

.completed-panel {
	padding: 0;
	overflow: auto;
	left: 0;
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #eee;
	z-index: 82;
	border-radius: 0 0 3px 3px;
	width: 50%;
	top: 33px;
	box-sizing: border-box
}

.completed-panel a {
	display: block;
	padding: 3px;
	text-decoration: none;
	line-height: 18px;
	height: 18px
}

.completed-panel a.selected, .completed-panel a:hover {
	background-color: #F7F7F7
}

.dialog-background {
	background-color: #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: .5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200
}

.dialog-panel {
	display: none;
	position: fixed;
	z-index: 201;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
	overflow: hidden
}

.dialog-header-bg {
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #eee
}

.dialog-header-bg .icon-close {
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	float: right;
	font-weight: bold
}

.dialog-header-bg .icon-close:hover {
	color: rgba(0, 0, 0, 0.87)
}

.dialog-main {
	min-width: 300px;
	padding: 10px;
	box-sizing: content-box
}

.wrapper {
	width: 90%;
	margin: 0 auto;
	display: flex;
	min-width: 720px;
	max-width: 1300px
}

.wrapper&gt;.module:last-child {
	margin-bottom: 0
}

.main {
	padding: 20px 0;
	background-attachment: fixed;
	min-height: 280px
}

.main__down {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 20px 0
}

.side {
	width: 28%;
	position: relative;
	min-width: 236px
}

.content {
	margin-right: 20px;
	flex: 1;
	min-width: 1px
}

.content .module:last-child {
	margin-bottom: 0
}

.nav {
	height: 48px;
	width: 100%;
	background-color: #3b3e43;
	z-index: 83;
	position: relative;
	box-sizing: border-box;
	display: flex;
	padding: 0 10px
}

.nav h1 {
	margin-right: 20px
}

.nav h1 svg {
	height: 38px;
	width: 38px;
	margin-top: 5px
}

.nav .nav-tabs {
	flex: 1;
	text-align: center;
	overflow: hidden;
	line-height: 20px
}

.nav .nav-tabs svg {
	margin: 3px 2px 0 0;
	visibility: hidden;
	float: left
}

.nav .nav-tabs a:hover svg, .nav .nav-tabs a.current svg {
	visibility: visible
}

.nav .nav-tabs&gt;a, .nav .user-nav&gt;a, .nav .user-nav&gt;span {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 14px 10px
}

.nav a.current {
	border-bottom: 2px solid #d23f31;
	padding-bottom: 12px
}

.nav .user-nav svg {
	height: 20px;
	width: 18px;
	float: left
}

.nav .user-nav&gt;a, .nav .user-nav&gt;span {
	float: left
}

.nav input::-webkit-input-placeholder {
	color: #ddd
}

.nav input.search {
	background-color: rgba(255, 255, 255, 0.15);
	border: 0px;
	border-radius: 3px 3px 3px 3px;
	padding: 5px 8px;
	width: 180px;
	margin: 10px 10px 0 20px;
	line-height: 28px;
	height: 28px;
	color: #eee;
	box-sizing: border-box;
	position: relative;
	vertical-align: top
}

.nav input.search:hover {
	background: rgba(255, 255, 255, 0.25)
}

.nav input.search:focus {
	background: #fff;
	color: #222
}

.nav .user-nav .no-msg, .nav .user-nav .msg {
	background-color: #616161;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 0px 6px;
	margin: 14px 10px;
	line-height: 20px
}

.nav .user-nav .msg {
	background-color: #d23f31;
	color: #FFFFFF
}

.nav .user-nav a.current.no-msg, .nav .user-nav a.current.msg {
	animation: none;
	background-color: #d23f31;
	border-bottom: 0
}

.nav .person-list {
	position: absolute;
	top: 48px;
	right: 10px;
	width: 154px;
	background-color: #fff;
	line-height: 21px;
	display: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.nav .person-list:after {
	top: -14px;
	right: 12px;
	left: auto;
	position: absolute;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	content: " "
}

.nav .person-list li {
	list-style: none
}

.nav .person-list li:first-child a {
	border-radius: 3px 3px 0 0
}

.nav .person-list li:last-child a {
	border-bottom: 0
}

.nav .person-list a {
	display: block;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	color: #616161
}

.nav .person-list a:hover {
	text-decoration: none;
	background-color: #f9f9f9
}

.nav #notificationsPanel:after {
	right: 92px
}

.footer {
	color: #7d8186;
	line-height: 24px;
	padding: 10px 0;
	position: relative;
	z-index: 40;
	background-color: #3b3e43
}

.footer a {
	color: #afb1b3
}

.footer a:hover {
	color: #888f91;
	text-decoration: none
}

.footer&gt;.wrapper {
	display: block
}

.footer .footer-nav&gt;a {
	margin-right: 5px;
	padding-right: 10px
}

.footer .slogan {
	padding: 20px 0px 30px 0;
	margin: 0px 0 10px;
	color: #f0f0f0;
	width: 100%
}

.footer .slogan svg {
	height: 16px;
	width: 16px;
	vertical-align: sub
}

.no-list {
	line-height: 48px;
	text-align: center
}

.list&gt;ul&gt;li&gt;h2, .list&gt;ul&gt;li .fn-flex&gt;h2, .list&gt;ul&gt;li .fn-flex-1&gt;h2 {
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 2px;
	font-size: 16px
}

.list&gt;ul {
	list-style: none;
	padding: 0 15px
}

.list&gt;ul&gt;li {
	border-bottom: 1px solid #eee;
	padding: 15px;
	white-space: normal;
	word-wrap: break-word;
	position: relative
}

.list&gt;ul&gt;li h2&gt;a {
	color: rgba(0, 0, 0, 0.87)
}

.list&gt;ul&gt;li h2&gt;a:hover {
	color: #000
}

.list&gt;ul&gt;li.last, .list&gt;ul&gt;li:last-child {
	border-bottom-width: 0
}

.list&gt;ul&gt;li.focus {
	background-color: #f5f5f5
}

.list.single-line li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	word-break: normal
}

.has-view {
	margin-right: 40px
}

.cmts {
	position: absolute;
	right: 15px;
	top: 40%
}

.side .module:last-child {
	margin-bottom: 0
}

.module {
	margin-bottom: 20px;
	border-radius: 3px;
	width: 100%;
	word-wrap: break-word;
	box-sizing: border-box;
	min-width: 1px
}

.module-header {
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #eee;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 19px
}

.module-header h2 {
	display: inline;
	font-size: 13px;
	color: #616161;
	font-weight: normal
}

.module-panel {
	border-radius: 0 0 5px 5px
}

.module-panel strong {
	display: inline-block;
	margin-top: 14px
}

.module-panel .module-list li {
	list-style: none outside none;
	padding: 15px;
	position: relative
}

.module-panel .module-list li.last, .module-panel .module-list li:last-child
	{
	border-bottom-width: 0
}

.module .comment-content {
	color: rgba(0, 0, 0, 0.54);
	float: left;
	margin-left: 5px;
	width: 210px
}

.module-panel.form {
	padding: 15px
}

.module-list .slogan {
	position: absolute;
	top: 50%;
	margin-top: -10px
}

.module-list .title {
	color: #616161;
	margin: 0px 0 0px 30px;
	display: block;
	line-height: 20px
}

.module-list.open-source .title {
	margin-left: 60px
}

.module-list.open-source .slogan {
	margin-top: -10px
}

.module-panel.ad {
	padding: 15px;
	text-align: center
}

.module-panel.ad .header {
	color: rgba(0, 0, 0, 0.87)
}

.module-panel.ad img {
	margin-bottom: 5px;
	margin-top: 5px
}

.module-panel .tags li {
	float: left;
	list-style: none;
	line-height: 14px;
	margin: 15px 15px 0 0
}

.module-panel .tags {
	padding: 0 0 15px 15px
}

.tag-desc.fn-clear {
	margin: 15px 0 0px 15px
}

.tag-desc&gt;li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 15px 15px 0;
	font-size: 12px
}

.tag-desc&gt;li:hover&gt;div {
	display: block
}

.tag-desc&gt;li&gt;a {
	float: left;
	color: #616161;
	padding: 2px 5px;
	border: 1px solid transparent;
	position: relative;
	height: 20px;
	white-space: nowrap;
	word-wrap: normal;
	background-color: #F7F7F7;
	border-radius: 3px 3px 3px 3px;
	line-height: 21px
}

.tag-desc&gt;li&gt;a:hover {
	text-decoration: none
}

.tag-desc&gt;li:hover&gt;a {
	border-bottom-style: dotted;
	border-radius: 3px 3px 0 0;
	z-index: 2;
	color: rgba(0, 0, 0, 0.87);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2)
}

.tag-desc&gt;li&gt;a&gt;span {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.54)
}

.tag-desc&gt;li&gt;a&gt;img {
	border-radius: 2px 2px 2px 2px;
	height: 16px;
	width: 16px;
	margin: -2px 2px 0 0
}

.tag-desc&gt;li&gt;div {
	background-color: #F7F7F7;
	border-radius: 3px 0 3px 3px;
	display: none;
	right: 0;
	margin-left: 3px;
	padding: 5px 10px;
	position: absolute;
	top: 26px;
	z-index: 3;
	width: 200px;
	min-width: 150px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2)
}

.tag-desc&gt;li&gt;div ul, .tag-desc&gt;li&gt;div li {
	margin-left: 15px
}

#killBrowser img {
	position: absolute;
	right: 36px;
	top: 58px
}

#killBrowser .module {
	margin-bottom: 0
}

.emoji {
	width: 1.3em;
	height: 1.3em;
	display: inline-block;
	margin-bottom: .25em;
	background-size: contain;
	vertical-align: text-top
}

.small-tips .emoji {
	margin-bottom: 0;
	height: 17px;
	width: 17px
}

.person-info {
	border: 1px solid #eee;
	position: relative
}

.person-info .status {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0
}

.person-info .status .fn-pointer:hover span {
	color: rgba(0, 0, 0, 0.87)
}

.person-info .module-panel {
	padding: 0 15px 15px 15px
}

.person-info .activity-board {
	position: absolute;
	height: 2px;
	background-color: #d23f31;
	top: -1px
}

.person-info .right {
	width: 2px;
	right: -1px;
	left: auto
}

.person-info .left {
	width: 2px;
	right: 0;
	left: -1px
}

.person-info .bottom {
	top: auto;
	bottom: -1px
}

.painter-point {
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255,
		255, 0.9)), color-stop(0.25, transparent),
		color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.9)),
		color-stop(0.75, rgba(255, 255, 255, 0.9)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.9)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%,
		rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%,
		rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
	background-size: 8px 8px;
	height: 17px;
	width: 38px;
	display: inline-block;
	vertical-align: sub
}

.link-forge .module-header {
	line-height: 20px
}

.link-forge .module-panel {
	max-height: 409px;
	overflow: hidden
}

.link-forge .content .module-header .avatar-small {
	vertical-align: text-bottom
}

.link-forge-upload {
	margin-bottom: 20px
}

.link-forge-upload .error, .link-forge-upload .succ {
	margin-top: 10px
}

.link-forge-upload input[type=text] {
	height: 40px
}

.link-forge-upload button {
	position: absolute;
	right: 0;
	height: 40px;
	border-radius: 0 3px 3px 0
}

.responsive-show {
	display: none
}

.algolia-autocomplete .aa-dropdown-menu {
	background-color: #FFF;
	border-radius: 3px;
	width: 100%;
	word-wrap: break-word;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	line-height: 21px;
	margin-top: 10px;
	margin-left: 20px;
	width: 300px;
	overflow: hidden;
	color: #616161
}

.algolia-autocomplete .aa-dataset-0 {
	max-height: 600px;
	overflow: auto
}

.algolia-autocomplete .aa-dropdown-menu img {
	height: 20px
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
	cursor: pointer;
	text-shadow: 0 1px 0 #fff;
	padding: 8px 10px;
	border-bottom: 1px solid #eee
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
	background-color: #f9f9f9
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
	font-weight: bold;
	color: #d23f31;
	font-style: normal
}

.algolia-autocomplete .aa-dropdown-menu .fn-right {
	margin: 5px
}

#nprogress {
	pointer-events: none
}

#nprogress .bar {
	background: #d23f31;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}

.breezemoon__btn {
	position: absolute;
	top: 8px;
	right: 15px;
	border-radius: 0 3px 3px 0
}</pre></body></html>