/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
	-moz-tab-size: 4;
	tab-size: 4
}

.audio {
	width: 45px;
	position: fixed;
	top: 65px;
	left: 94%;
	z-index: 100;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
	height: 0;
	color: inherit
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	text-indent: 0;
	border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
	box-shadow: none
}

legend {
	padding: 0
}

progress {
	vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0
}

button {
	background-color: transparent;
	background-image: none
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

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

ol,
ul {
	list-style: none
}

html {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.5
}

body {
	font-family: inherit;
	line-height: inherit
}

*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb
}

hr {
	border-top-width: 1px
}

img {
	border-style: solid
}

textarea {
	resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9ca3af
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #9ca3af
}

input::placeholder,
textarea::placeholder {
	color: #9ca3af
}

[role=button],
button {
	cursor: pointer
}

table {
	border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
	padding: 0;
	line-height: inherit;
	color: inherit
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle
}

img,
video {
	max-width: 100%;
	height: auto
}

.container {
	width: 100%
}

@media(min-width:640px) {
	.container {
		max-width: 640px
	}
}

@media(min-width:800px) {
	.container {
		max-width: 800px
	}
}

.bg-transparent {
	background-color: transparent
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-auto {
	background-size: auto
}

.bg-cover {
	background-size: cover
}

.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}

.rounded-3xl {
	border-radius: 1.5rem
}

.border-solid {
	border-style: solid
}

.border-0 {
	border-width: 0
}

.border-2 {
	border-width: 2px
}

.cursor-pointer {
	cursor: pointer
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.flex {
	display: flex
}

.table {
	display: table
}

.grid {
	display: grid
}

.hidden {
	display: none
}

.flex-row {
	flex-direction: row
}

.flex-col {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.items-center {
	align-items: center
}

.justify-start {
	justify-content: flex-start
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.flex-shrink-0 {
	flex-shrink: 0
}

.float-left {
	float: left
}

.font-light {
	font-weight: 300
}

.font-normal {
	font-weight: 400
}

.font-medium {
	font-weight: 500
}

.font-semibold {
	font-weight: 600
}

.font-bold {
	font-weight: 700
}

.h-8 {
	height: 2rem
}

.h-16 {
	height: 4rem
}

.h-40 {
	height: 10rem
}

.h-full {
	height: 100%
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 1
}

.text-9xl {
	font-size: 8rem;
	line-height: 1
}

.leading-4 {
	line-height: 1rem
}

.leading-8 {
	line-height: 2rem
}

.leading-9 {
	line-height: 2.25rem
}

.leading-none {
	line-height: 1
}

.leading-relaxed {
	line-height: 1.625
}

.list-none {
	list-style-type: none
}

.m-0 {
	margin: 0
}

.m-2 {
	margin: .5rem
}

.m-3 {
	margin: .75rem
}

.m-4 {
	margin: 1rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.mt-0 {
	margin-top: 0
}

.mb-0 {
	margin-bottom: 0
}

.mt-1 {
	margin-top: .25rem
}

.mr-1 {
	margin-right: .25rem
}

.mb-1 {
	margin-bottom: .25rem
}

.mt-2 {
	margin-top: .5rem
}

.mr-2 {
	margin-right: .5rem
}

.mb-2 {
	margin-bottom: .5rem
}

.ml-2 {
	margin-left: .5rem
}

.mb-3 {
	margin-bottom: .75rem
}

.mt-4 {
	margin-top: 1rem
}

.mb-4 {
	margin-bottom: 1rem
}

.ml-4 {
	margin-left: 1rem
}

.mt-8 {
	margin-top: 2rem
}

.mb-8 {
	margin-bottom: 2rem
}

.mt-16 {
	margin-top: 4rem
}

.mb-1\.5 {
	margin-bottom: .375rem
}

.mb-3\.5 {
	margin-bottom: .875rem
}

.max-w-0 {
	max-width: 0
}

.max-w-6xl {
	max-width: 72rem
}

.opacity-0 {
	opacity: 0
}

.overflow-hidden {
	overflow: hidden
}

.p-0 {
	padding: 0
}

.p-2 {
	padding: .5rem
}

.p-10 {
	padding: 2.5rem
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.px-2\.5 {
	padding-left: .625rem;
	padding-right: .625rem
}

.pt-0 {
	padding-top: 0
}

.pb-0 {
	padding-bottom: 0
}

.pl-0 {
	padding-left: 0
}

.pt-1 {
	padding-top: .25rem
}

.pb-1 {
	padding-bottom: .25rem
}

.pr-2 {
	padding-right: .5rem
}

.pl-2 {
	padding-left: .5rem
}

.pt-4 {
	padding-top: 1rem
}

.pb-4 {
	padding-bottom: 1rem
}

.pb-8 {
	padding-bottom: 2rem
}

.pt-12 {
	padding-top: 3rem
}

.pb-12 {
	padding-bottom: 3rem
}

.pb-1\.5 {
	padding-bottom: .375rem
}

.pointer-events-none {
	pointer-events: none
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.left-0 {
	left: 0
}

.-bottom-0 {
	bottom: 0
}

*,
.shadow-none {
	--tw-shadow: 0 0 transparent
}

.shadow-none {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

* {
	--tw-ring-inset: var(--tw-empty,
			/*!*/
			/*!*/
		);
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.overflow-ellipsis {
	text-overflow: ellipsis
}

.underline {
	text-decoration: underline
}

.no-underline {
	text-decoration: none
}

.subpixel-antialiased {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto
}

.tracking-wider {
	letter-spacing: .05em
}

.tracking-widest {
	letter-spacing: .1em
}

.align-text-bottom {
	vertical-align: text-bottom
}

.whitespace-nowrap {
	white-space: nowrap
}

.break-normal {
	overflow-wrap: normal;
	word-break: normal
}

.break-all {
	word-break: break-all
}

.w-8 {
	width: 2rem
}

.w-40 {
	width: 10rem
}

.w-5\/12 {
	width: 41.666667%
}

.w-7\/12 {
	width: 58.333333%
}

.w-10\/12 {
	width: 83.333333%
}

.w-full {
	width: 100%
}

.z-10 {
	z-index: 10
}

.z-50 {
	z-index: 50
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.ease-linear {
	transition-timing-function: linear
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-150 {
	transition-duration: .15s
}

.duration-200 {
	transition-duration: .2s
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes ping {

	75%,
	to {
		transform: scale(2);
		opacity: 0
	}
}

@keyframes bounce {

	0%,
	to {
		transform: translateY(-25%);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}

	50% {
		transform: none;
		animation-timing-function: cubic-bezier(0, 0, .2, 1)
	}
}

* {
	margin: 0;
	padding: 0
}

ul {
	list-style: none
}

html {
	font-size: 14px
}

body {
	margin: 0;
	font-family: Lato, Noto Sans SC, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff !important
}

a {
	cursor: pointer;
	word-break: break-word;
	color: #fff
}

a:focus,
button:focus {
	outline: 0
}

.mx-800 {
	max-width: 800px
}

ol,
ul {
	line-height: 2
}

ul>li>ul>li {
	list-style-type: circle
}

ul>li>ul>li>ul>li {
	list-style-type: square
}

ol>li {
	list-style-type: decimal
}

ol>li>ol>li {
	list-style-type: lower-alpha
}

ol>li>ol>li>ol>li {
	list-style-type: lower-roman
}

ul>li>ol {
	display: inline-block
}

body,
html {
	height: 100%
}

#app {
	min-height: 100%;
	display: flex;
	flex-direction: column
}

main.container {
	flex: 1 0 auto;
	overflow-y: auto
}

.container {
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto
}

main.container {
	animation: fade-up .3s
}

::-webkit-scrollbar {
	width: .3rem;
	height: .5rem;
	background: 0
}

::-webkit-scrollbar-track {
	border-radius: 0
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(95, 95, 95, .4);
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: .5rem
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(95, 95, 95, .7)
}

.m-0-auto {
	margin: 0 auto
}

.p-10 {
	padding: 10px
}

a.light-link:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 6px;
	left: 4px;
	--bg-opacity: .35;
	background-color: rgba(241, 64, 75, var(--bg-opacity));
	width: 100%;
	height: .5rem;
	transition: all .6s
}

a.light-link:hover:after {
	height: 1rem
}

@keyframes fade-down {
	0% {
		transform: translateY(-20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-up {
	0% {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@media(min-width:640px) {
	.sm\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem
	}

	.sm\:leading-normal {
		line-height: 1.5
	}

	.sm\:pt-10 {
		padding-top: 2.5rem
	}
}

@media(min-width:800px) {
	.md\:justify-center {
		justify-content: center
	}

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem
	}

	.md\:leading-relaxed {
		line-height: 1.625
	}

	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.nav-wrapper {
	min-height: 4rem;
	padding: 0;
	transition: all .6s;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden
}

.toggle-nav {
	cursor: pointer;
	outline: 0;
	transition: all .3s;
	-webkit-transition: all .3s
}

.snow-link {
	font-size: 1.1rem
}

.snow-link:after {
	left: 0;
	bottom: 2px !important;
	width: 0 !important
}

.snow-link.current:after,
.snow-link:hover:after {
	left: 0;
	width: 100% !important
}

.snow-link.current:after {
	content: ""
}

.nav-list>.list>.overlay {
	background: rgba(243, 237, 237, .2)
}

.snow-link:hover:after {
	content: "";
	width: 100%
}

.nav-list>.list.-left {
	position: relative;
	height: 100%;
	background: #fff
}

.nav-list {
	background-color: transparent;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 4rem;
	bottom: 0;
	left: -15rem;
	width: 0;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;
	transition: all .3s ease-in-out;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

.nav-list.-open {
	width: 100%;
	left: 0;
	padding-bottom: 4rem
}

.nav-list.-open>.list.-left {
	overflow-y: auto;
	overscroll-behavior-y: auto;
	-webkit-overflow-scrolling: touch
}

@media(min-width:800px) {
	.nav-list {
		top: unset;
		left: unset;
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 0;
		background: 0
	}

	.nav-wrapper>.nav>.toggle-nav {
		display: none
	}

	.nav-list>.list.-left.-right,
	.nav-list>.list.-right.-right {
		display: none;
		z-index: -1
	}

	.nav-list>.list.-left.-left,
	.nav-list>.list.-right.-left {
		height: 100%;
		width: 100%;
		border-top: 0;
		background: 0;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.nav-list>.list>.item {
		margin-left: 1.25rem
	}
}

@media(max-width:800px) {
	header.header.nav-wrapper {
		position: fixed
	}

	.snow-link.current {
		color: #f1404b !important
	}

	.snow-link.current:after {
		width: 0
	}

	.nav-list>.list>.item>.link,
	.nav-list>.list>.item>.snow-link {
		padding: .75rem 1rem .5rem 1.5rem;
		width: 100%
	}

	.nav-list>.list>.item {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		border-bottom: 1px solid hsla(0, 0%, 69%, .5)
	}

	.nav-bg-fff {
		box-shadow: 0 1px 3px 0 rgba(0, 34, 77, .05)
	}

	.snow-link.current:after {
		width: 0 !important
	}
}

.burger,
.collapse-burger {
	height: 3em;
	width: 3em;
	position: relative;
	font-size: 10px;
	cursor: pointer;
	transition: all .2s
}

.burger:after,
.collapse-burger:after {
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 150%;
	top: -25%;
	left: -25%
}

.burger>.burger-lines,
.collapse-burger>.burger-lines {
	top: 50%;
	margin-top: -.125em
}

.burger>.burger-lines:before,
.collapse-burger>.burger-lines:before {
	left: 0;
	top: 1em
}

.burger>.burger-lines:after,
.collapse-burger>.burger-lines:after {
	left: 0;
	top: -1em
}

.burger.-offset>.burger-lines,
.collapse-burger.-offset>.burger-lines {
	top: 50%;
	margin-top: -.125em
}

.burger.-offset>.burger-lines:before,
.collapse-burger.-offset>.burger-lines:before {
	left: 1em;
	top: 1em
}

.burger.-offset>.burger-lines:after,
.collapse-burger.-offset>.burger-lines:after {
	left: 0;
	top: -1em
}

.burger.-squeeze .burger-lines,
.burger.-squeeze .burger-lines:after,
.burger.-squeeze .burger-lines:before,
.collapse-burger.-squeeze .burger-lines,
.collapse-burger.-squeeze .burger-lines:after,
.collapse-burger.-squeeze .burger-lines:before {
	transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s
}

.collapse-burger.-squeeze.open>.burger-lines:after,
.collapse-burger.-squeeze.open>.burger-lines:before,
.collapse-burger.-squeeze>.burger-lines,
.collapse-burger.-squeeze>.burger-lines:after,
.collapse-burger.-squeeze>.burger-lines:before {
	background-color: #fff
}

.burger.-squeeze .burger-lines:after,
.collapse-burger.-squeeze .burger-lines:after {
	left: 0;
	top: -1em
}

.burger.-squeeze .burger-lines:before,
.collapse-burger.-squeeze .burger-lines:before {
	left: 0;
	top: 1em
}

.burger.-squeeze.-offset .burger-lines:after,
.burger.-squeeze.-offset .burger-lines:before,
.collapse-burger.-squeeze.-offset .burger-lines:after,
.collapse-burger.-squeeze.-offset .burger-lines:before {
	width: 2em
}

.burger.-squeeze.-offset .burger-lines:after,
.collapse-burger.-squeeze.-offset .burger-lines:after {
	left: 0;
	top: -1em
}

.burger.-squeeze.-offset .burger-lines:before,
.collapse-burger.-squeeze.-offset .burger-lines:before {
	left: 1em;
	top: 1em
}

.burger.-squeeze.open .burger-lines,
.burger.-squeeze.open .burger-lines:after,
.burger.-squeeze.open .burger-lines:before,
.collapse-burger.-squeeze.open .burger-lines,
.collapse-burger.-squeeze.open .burger-lines:after,
.collapse-burger.-squeeze.open .burger-lines:before {
	transition: background-color .2s, top .2s, left .2s, transform .2s .15s
}

.burger.-squeeze.open .burger-lines,
.collapse-burger.-squeeze.open .burger-lines {
	background-color: transparent
}

.burger.-squeeze.open .burger-lines:after,
.burger.-squeeze.open .burger-lines:before,
.collapse-burger.-squeeze.open .burger-lines:after,
.collapse-burger.-squeeze.open .burger-lines:before {
	left: .5em;
	top: 0
}

.burger.-squeeze.open .burger-lines:before,
.collapse-burger.-squeeze.open .burger-lines:before {
	transform: rotate(-45deg)
}

.burger.-squeeze.open .burger-lines:after,
.collapse-burger.-squeeze.open .burger-lines:after {
	transform: rotate(45deg)
}

.burger-lines,
.burger-lines:after,
.burger-lines:before {
	pointer-events: none;
	display: block;
	content: "";
	width: 100%;
	border-radius: .25em;
	background-color: #252c41;
	height: .25em;
	position: absolute;
	transform: rotate(0)
}

.burger.-squeeze>.burger-lines,
.collapse-burger.-squeeze>.burger-lines {
	top: 50%;
	margin-top: -.125em
}

.burger.-squeeze>.burger-lines,
.burger.-squeeze>.burger-lines:after,
.burger.-squeeze>.burger-lines:before,
.collapse-burger.-squeeze>.burger-lines,
.collapse-burger.-squeeze>.burger-lines:after,
.collapse-burger.-squeeze>.burger-lines:before {
	transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s
}

.burger.-squeeze>.burger-lines:after,
.collapse-burger.-squeeze>.burger-lines:after {
	left: 0;
	top: -1em
}

.burger.-squeeze>.burger-lines:before,
.collapse-burger.-squeeze>.burger-lines:before {
	left: 0;
	top: 1em
}

.burger.-squeeze.-offset>.burger-lines,
.burger.-squeeze.-offset>.burger-lines:after,
.burger.-squeeze.-offset>.burger-lines:before,
.collapse-burger.-squeeze.-offset>.burger-lines,
.collapse-burger.-squeeze.-offset>.burger-lines:after,
.collapse-burger.-squeeze.-offset>.burger-lines:before {
	transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s
}

.burger.-squeeze.-offset>.burger-lines:after,
.burger.-squeeze.-offset>.burger-lines:before,
.collapse-burger.-squeeze.-offset>.burger-lines:after,
.collapse-burger.-squeeze.-offset>.burger-lines:before {
	width: 2em
}

.burger.-squeeze.-offset>.burger-lines:after,
.collapse-burger.-squeeze.-offset>.burger-lines:after {
	left: 0;
	top: -1em
}

.burger.-squeeze.-offset>.burger-lines:before,
.collapse-burger.-squeeze.-offset>.burger-lines:before {
	left: 1em;
	top: 1em
}

.burger.-squeeze.open>.burger-lines,
.burger.-squeeze.open>.burger-lines:after,
.burger.-squeeze.open>.burger-lines:before,
.collapse-burger.-squeeze.open>.burger-lines,
.collapse-burger.-squeeze.open>.burger-lines:after,
.collapse-burger.-squeeze.open>.burger-lines:before {
	transition: background-color .2s, top .2s, left .2s, transform .2s .15s
}

.burger.-squeeze.open>.burger-lines:after,
.burger.-squeeze.open>.burger-lines:before,
.collapse-burger.-squeeze.open>.burger-lines:after,
.collapse-burger.-squeeze.open>.burger-lines:before {
	width: 2em
}

.burger.-squeeze.open>.burger-lines,
.collapse-burger.-squeeze.open>.burger-lines {
	background-color: transparent
}

.burger.-squeeze.open>.burger-lines:after,
.burger.-squeeze.open>.burger-lines:before,
.collapse-burger.-squeeze.open>.burger-lines:after,
.collapse-burger.-squeeze.open>.burger-lines:before {
	left: .5em;
	top: 0
}

.burger.-squeeze.open>.burger-lines:before,
.collapse-burger.-squeeze.open>.burger-lines:before {
	transform: rotate(-45deg)
}

.burger.-squeeze.open>.burger-lines:after,
.collapse-burger.-squeeze.open>.burger-lines:after {
	transform: rotate(45deg)
}

.circle {
	background-color: transparent;
	border: 1px solid #d4d3d3;
	border-radius: 50%;
	color: #34495e;
	font-size: 16px;
	height: 40px;
	width: 40px
}

.site-info p {
	line-height: 1.4rem;
	margin: 0 auto !important
}

.circle:after {
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(90, 90, 90, .3);
	box-sizing: content-box;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform .2s, opacity .4s;
	width: 100%
}

.circle:hover:after {
	left: -7px;
	opacity: 0;
	padding: 7px;
	top: -7px;
	transform: scale(1.1)
}

.hljs {
	padding: .5em
}

.hljs-comment,
.hljs-quote {
	color: #5c6370;
	font-style: italic
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
	color: #c678dd
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
	color: #e06c75
}

.hljs-literal {
	color: #56b6c2
}

.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
	color: #98c379
}

.hljs-built_in,
.hljs-class .hljs-title {
	color: #e6c07b
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
	color: #d19a66
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
	color: #61aeee
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: 700
}

.hljs-link {
	text-decoration: underline
}

.title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	background-color: #483d8b;
	color: #fff
}

.author {
	position: absolute;
	font-size: 15px;
	bottom: 10px;
	right: 100px
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 1
	}

	to {
		transform: scale(1.3);
		opacity: 0
	}
}

.loading {
	width: 100px;
	height: 100px;
	border-radius: 999px;
	position: relative;
	margin: 90px auto 0
}

.loading:after,
.loading:before {
	content: " ";
	background: #ff4500;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.loading:before {
	animation: pulse 3s linear infinite
}

.loading:after {
	animation: pulse 2s linear 2.3s infinite
}

.min-h-52 {
	min-height: 52px
}

.posts-list .post-date,
.posts-list .post-preview {
	transition: all .35s ease-in-out 0s
}

.posts-list .post-preview {
	transform: translateY(-100%)
}

.posts-list .post-preview img {
	object-fit: cover
}

.posts-list .post-content {
	width: calc(100% - 150px);
	transition: all .35s ease-in-out
}

.box {
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.post-content p {
	-webkit-line-clamp: 2;
	padding: 3px 0
}

.post-content .post-more-link {
	white-space: nowrap
}

.post .post-more-link .text {
	transition: all .4s ease
}

.post:hover .post-more-link .text {
	max-width: 100px;
	opacity: 1
}

.post .post-more-link:after {
	font-family: iconfont !important;
	content: "\E719";
	font-size: .875rem;
	display: inline-block
}

.post:hover .post-more-link {
	color: #f1404b
}

.posts-list h2 a:after {
	content: "";
	width: 120px;
	height: 1px;
	bottom: 2.5px;
	left: 0;
	position: absolute;
	background: linear-gradient(90deg, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff);
	background: -moz-linear-gradient(left, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #e0e0e0), color-stop(35%, #e0e0e0), color-stop(65%, #e0e0e0), color-stop(100%, #fff))
}

.posts-list h2 a:hover:after {
	background: linear-gradient(90deg, #f1404b 0, #f1404b 35%, #f1404b 65%, #fff);
	background: -moz-linear-gradient(left, #f1404b 0, #f1404b 35%, #f1404b 65%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f1404b), color-stop(35%, #f1404b), color-stop(65%, #f1404b), color-stop(100%, #fff))
}

.posts-list .post:hover .post-preview {
	transform: translateY(0)
}

.posts-list .post:hover .post-date {
	transform: translateY(100%)
}

.post .zhiding {
	font-size: 1.5rem;
	color: #f1404b
}

.posts-list .post-mobile-date {
	display: none
}

@media screen and (max-width:800px) {
	.posts-list>li~li {
		padding-top: 10px;
		margin-top: 0
	}

	.posts-list .post-status,
	.posts-list .post-time-img {
		display: none
	}

	.posts-list .post-content {
		width: 100%
	}

	.post .post-more-link .text {
		max-width: 100px;
		opacity: 1
	}

	.posts-list .post-mobile-date {
		display: inline-block
	}

	.post .post-more-link {
		opacity: 1
	}

	.posts-list p {
		min-height: auto;
		-webkit-line-clamp: initial
	}
}

.bg-cover {
	background-color: #101012;
	display: table;
	height: 480px;
	position: relative;
	width: 100%;
	opacity: .95;
	z-index: 3
}

.bg-cover .slogan {
	font-size: 1.4rem;
	color: #fff
}

.bg-cover {
	animation: fade-down .3s
}

.headertop:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, .3)
}

.home-cover {
	position: relative;
	width: 100vw;
	height: 100vh;
	color: #93979e;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: width .3s ease, height .3s ease
}

.home-cover .wapper {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	display: flex;
	padding: 20% 0;
}

.home-cover .card-inner {
	padding: 0;
	border: 0;
	width: 35%;
	margin: 0 auto
}

.home-cover .card-inner header {
	margin-bottom: 20px
}

.home-cover .card-inner header img {
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
	transition: .4s ease-in-out;
	vertical-align: middle;
	display: initial
}

.home-cover .card-inner header h1 {
	margin: 15px 15px 0;
	color: #fff;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 400
}

.home-cover .card-inner header h2 {
	color: #ccc;
	letter-spacing: 3px;
	font-size: 1rem
}

.home-cover .card-inner ul {
	position: relative;
	margin: 0;
	list-style-type: none;
	display: inline-flex;
	width: 100%;
	justify-content: space-around;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	padding-bottom: 40px
}

.home-cover .card-inner ul li {
	display: inline-block;
	transition: all .2s;
	width: 100%;
	height: 100%;
	border-left: .1px solid hsla(0, 0%, 100%, .1);
	border-right: .1px solid hsla(0, 0%, 100%, .1)
}

.home-cover .card-inner ul li a {
	color: #fff;
	transition: all .2s
}

.home-cover .icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
	font-family: iconfont !important;
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media(max-width:700px) {
	.home-cover .card-inner {
		width: 90%
	}
}

.is-invisible {
	display: none
}

.pagination-circle {
	display: inline-block;
	margin: 0 2px;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	line-height: 2.4rem;
	color: #000;
	text-align: center
}

.pagination-circle:hover {
	cursor: pointer
}

.pagination-circle.is-current,
.pagination-circle:hover {
	background-color: #f1404b;
	background-image: none;
	color: #fff
}

.pagination-circle:hover {
	color: #fff
}

.pagination-list .disabled {
	display: none
}

.mx-850 {
	max-width: 850px
}

.list-brands {
	margin-right: 5px;
	color: #f1404b
}

.min-h-main {
	min-height: calc(100vh - 188px)
}

/*! DisqusJS - Default Theme | v1.3.0 | Sukka (https://skk.moe) | https://disqusjs.skk.moe | MIT License */
#dsqjs * {
	margin: 0;
	padding: 0
}

#dsqjs a {
	text-decoration: none;
	color: #076dd0
}

#dsqjs .dsqjs-hide {
	display: none !important
}

#dsqjs .dsqjs-disabled {
	cursor: not-allowed;
	opacity: .5
}

#dsqjs #dsqjs-msg {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px
}

#dsqjs #dsqjs-msg .dsqjs-msg-btn {
	cursor: pointer
}

#dsqjs .dsqjs-bullet {
	line-height: 1.4;
	margin: 0 2px
}

#dsqjs .dsqjs-bullet:after {
	color: #c2c6cc;
	content: "\B7";
	font-weight: 700
}

#dsqjs .dsqjs-clearfix:after,
#dsqjs .dsqjs-clearfix:before {
	display: table;
	content: "";
	line-height: 0;
	clear: both
}

#dsqjs .dsqjs-nav {
	position: relative;
	margin: 0 0 20px;
	border-bottom: 2px solid #e7e9ee
}

#dsqjs ol,
#dsqjs ul {
	list-style: none;
	list-style-type: none
}

#dsqjs .dsqjs-no-comment {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
	overflow: hidden;
	color: #2a2e2e;
	margin-bottom: 6px
}

#dsqjs .dsqjs-nav-tab {
	float: left;
	text-transform: capitalize;
	font-size: 15px;
	padding: 12px 8px;
	color: #656c7a;
	display: block;
	margin: 0 15px 0 0;
	font-weight: 700;
	line-height: 1;
	position: relative;
	transition: all .2s ease-in-out
}

#dsqjs .dsqjs-nav-tab:last-child {
	margin: 0
}

#dsqjs .dsqjs-tab-active {
	color: #2a2e2e
}

#dsqjs .dsqjs-tab-active>span:after {
	content: " ";
	display: block;
	height: 2px;
	background-color: #076dd0 !important;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0
}

#dsqjs .dsqjs-post-list .dsqjs-post-item {
	position: relative;
	margin-bottom: 16px
}

#dsqjs .dsqjs-post-list .dsqjs-post-avatar {
	float: left;
	margin-right: 10px;
	position: relative;
	background: #dbdfe4;
	padding: 0;
	display: block;
	border-radius: 4px
}

#dsqjs .dsqjs-post-list .dsqjs-post-avatar img {
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 4px
}

#dsqjs .dsqjs-post-list .dsqjs-post-header {
	line-height: 1;
	font-size: 14px;
	margin-bottom: 3px
}

#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-post-author {
	color: #656c7a;
	font-weight: 700
}

#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-admin-badge {
	color: #fff;
	background: #687a86;
	padding: 1px 3px;
	margin-left: 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top: -1px;
	left: 1px
}

#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-meta {
	display: inline-block;
	font-size: 12px;
	color: #656c7a
}

#dsqjs .dsqjs-post-body {
	font-size: 15px;
	line-height: 1.5;
	word-wrap: break-word;
	overflow: hidden;
	color: #2a2e2e
}

#dsqjs .dsqjs-post-body code {
	padding: .2em .4em;
	margin: 0;
	font-size: 85%;
	background: #f5f5f5;
	color: inherit;
	border-radius: 3px
}

#dsqjs .dsqjs-post-body pre {
	padding: .5em;
	overflow: auto;
	font-size: 85%;
	line-height: 1.45;
	border-radius: 3px;
	background: #f5f5f5;
	margin: .5em 0
}

#dsqjs .dsqjs-post-body blockquote {
	padding: 0 .8em;
	margin: .5em 0;
	color: #6a737d;
	border-left: .25em solid #dfe2e5
}

#dsqjs .dsqjs-post-body p:last-child {
	margin: 0
}

#dsqjs .dsqjs-post-list.dsqjs-children>li {
	margin-left: 30px
}

@media(min-width:768px) {
	#dsqjs .dsqjs-post-list.dsqjs-children>li {
		margin-left: 48px
	}

	#dsqjs .dsqjs-post-list .dsqjs-post-avatar {
		margin-right: 12px
	}

	#dsqjs .dsqjs-post-list .dsqjs-post-item {
		margin-bottom: 20px
	}
}

@media(min-width:1024px) {
	#dsqjs .dsqjs-post-list.dsqjs-children>li {
		margin-left: 60px
	}
}

#dsqjs .dsqjs-post-list.dsqjs-children .dsqjs-post-avatar img {
	width: 38px;
	height: 38px
}

#dsqjs .dsqjs-load-more {
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-align: center;
	padding: 11px 14px;
	margin: 0 0 24px;
	background: #687a86;
	color: #fff;
	cursor: pointer
}

#dsqjs .dsqjs-load-more:hover {
	opacity: .8
}

#dsqjs .dsqjs-disqus-logo {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0043880'%3E%3Cpathfill='%23575B5D'd='M30.21.6H1v76h28.9C5777.67361.37339.4v-.2c0-22-15.7-37.6-42.9-37.6zm21.338.1c012.3-8.419.3-2119.3H22V20.3h8.5c12.602172119.2v.2zm35.638h21.2V1.5H87.1v76zm70-47.4c-10.4-2.4-13-4-13-7.4v-.2c0-2.72.4-57.6-56.7014.32.721.27.6l10.6-14.9A47.947.9000152.2.3c-18.30-29.410.2-29.424.3v.2c015.712.420.328.62410.42.312.9412.97.2v.2c03.3-35.2-8.75.2-8.80-17.2-3.1-24.7-9l-11.714a53.153.100035.612.5c18.5030.7-9.230.7-24.7V54c0-14.3-10.8-20-28.3-23.7zm120.79.3v-.2A39.539.5000236.9.1c-23.40-4117.7-4139.5v.2a39.539.500040.839.4c8.7016.6-2.523.1-6.8l8.47.5L27968.1l-7.9-6.6a38380006.8-21.9zm-21.4.5c02.6-.55-1.37.3l-10.4-9.3-10.61210.59a21.721.7001-7.71.4c-11.60-19.4-9.7-19.4-20.7v-.2c0-117.7-20.519.2-20.511.7019.79.719.720.7v.3zm83.54.3c010.6-5.515.6-1415.6s-14-5.2-14-16.1V1.6h-21.4v42.7C290.56830479325.779s35.6-10.835.6-35.3V1.5h-21.4v42.8zm68.9-14.1c-10.6-2.4-13.2-4-13.2-7.4v-.2c0-2.72.5-57.6-56.8014.42.721.37.6l10.6-14.9A47.947.9000403.8.3c-18.30-29.510.2-29.524.3v.2c015.712.520.328.72410.32.312.8412.87.2v.2c03.3-35.3-8.75.3-8.80-17.1-3.2-24.6-9.2l-11.714A53.153.1000406.479c18.5030.7-9.230.7-24.7V54c0-14.3-10.8-20-28.3-23.7z'/%3E%3C/svg%3E");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	width: 65.7px
}

#dsqjs .dsqjs-order {
	display: flex;
	float: right;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 12px
}

#dsqjs .dsqjs-order-radio {
	display: none
}

#dsqjs .dsqjs-order-radio:checked+.dsqjs-order-label {
	color: #fff;
	background-color: #888
}

#dsqjs .dsqjs-order-label {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 5px;
	background-color: #dcdcdc;
	cursor: pointer
}

#dsqjs p.dsqjs-has-more {
	margin-bottom: 24px;
	margin-left: 48px;
	font-size: 13px;
	line-height: 15px
}

#dsqjs p.dsqjs-has-more a.dsqjs-has-more-btn {
	color: #656c7a;
	text-decoration: underline;
	cursor: pointer
}

.donate {
	text-align: center
}

.donate .icon {
	display: inline-block;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 2em;
	padding: 4px 16px;
	z-index: 20
}

.bd-right {
	border-right: 1px solid #e0e0e0
}

.donate-img {
	padding: 10px;
	width: 200px;
	height: 200px;
	box-shadow: 0 5px 40px -1px rgba(2, 10, 18, .11);
	left: calc(50% - 100px);
	bottom: 70px
}

.donate .icon a,
.donate .icon i {
	font-size: 1.25em
}

.donate .active-bg {
	color: #f1404b
}

.donate .icon a:hover {
	transform: scale(1.1)
}

p {
	font-family: Lato, Noto Sans SC, -apple-system, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #363636
}

h1 {
	font-size: 25px
}

h1,
h2 {
	font-style: normal;
	line-height: 2;
	font-weight: 900;
	color: #363636;
	margin-top: 2em;
	margin-bottom: 2em
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 18px
}

h3,
h4 {
	font-weight: 900;
	line-height: 2;
	font-style: normal;
	color: #363636;
	margin-top: 2em;
	margin-bottom: 2em
}

h4 {
	font-size: 16px
}

h5,
h6 {
	font-size: 14px;
	line-height: 2;
	font-style: normal;
	color: #363636;
	margin-top: 2em;
	margin-bottom: 2em
}

b,
h5,
h6,
strong {
	font-weight: 900
}

b,
strong {
	letter-spacing: normal
}

canvas,
iframe,
video {
	display: block;
	margin: auto;
	max-width: 100%
}

img {
	max-width: 100%
}

blockquote {
	margin: 0;
	padding: 0
}

.md-table {
	overflow: auto
}

table {
	padding: 0;
	table-layout: auto;
	width: 100%
}

table tr {
	border-top: 1px solid #dfe2e5;
	margin: 0;
	padding: 0
}

table tr th {
	font-weight: 700;
	border: 1px solid #dfe2e5;
	border-bottom: 0;
	white-space: nowrap
}

table tr td,
table tr th {
	margin: 0;
	padding: 6px 13px
}

table tr td {
	border: 1px solid #dfe2e5
}

table tr td:first-child,
table tr th:first-child {
	margin-top: 0
}

table tr td:last-child,
table tr th:last-child {
	margin-bottom: 0
}

mark {
	background: #fffd54;
	font-weight: 500
}

td,
th {
	padding: 0
}

code,
pre {
	font-size: 85%;
	font-family: Consolas, Courier New, monospace;
	font-weight: 400;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: initial
}

code {
	font-size: .9em;
	color: #333;
	padding: .3em;
	border-radius: 5px;
	background: #f3f4f4
}

pre {
	padding: .75rem 1rem;
	line-height: 1.6;
	overflow-wrap: normal;
	border: 1px solid;
	border-color: inherit
}

pre pre {
	border: 0
}

pre code {
	background: 0;
	margin: 0;
	padding: 0;
	color: #fff
}

li .mathjax-block,
li p {
	margin: .1rem 0
}

input,
textarea {
	border: 1px solid;
	color: inherit;
	font-family: inherit;
	padding: 4px 6px;
	background: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: .5
}

input:focus,
textarea:focus {
	outline: 0
}

blockquote {
	position: relative;
	margin: 1em 0;
	padding: 2px 0 2px 24px;
	background-color: rgba(96, 125, 139, .05)
}

blockquote:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	bottom: 0;
	background-color: currentColor;
	content: "";
	opacity: .2
}

.color-gray {
	color: #d1d1d1
}

.author-info {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center
}

.avatar {
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
	transition: .4s ease-in-out;
	vertical-align: middle;
	display: initial
}

.post-thumbnail {
	position: fixed;
	top: 75px;
	z-index: 2;
	border-radius: 4px
}

.h-400 {
	height: 400px
}

.mt-450 {
	margin-top: 450px
}

.md-content {
	font-size: 1.1rem
}

.md-content h1,
.md-content h2,
.md-content h3,
.md-content h4,
.md-content h5,
.md-content h6 {
	margin-left: -1.3rem;
	margin-top: -60px !important;
	padding-top: 60px !important;
	outline: none !important
}

.md-content h1:visited,
.md-content h2:visited,
.md-content h3:visited,
.md-content h4:visited,
.md-content h5:visited,
.md-content h6:visited {
	outline: none !important
}

.md-content h1,
.md-content h2,
.md-content h3,
.md-content h4,
.md-content h5,
.md-content h6,
.md-content p,
.md-content pre {
	width: auto
}

.md-content h1:before,
.md-content h2:before,
.md-content h3:before,
.md-content h4:before,
.md-content h5:before,
.md-content h6:before {
	position: relative;
	top: .1rem;
	right: .5rem;
	bottom: 0;
	color: #b4b4b4;
	font-size: .8rem;
	font-weight: 700;
	font-variant: "small-caps";
	border: 0;
	border-radius: 0;
	left: auto;
	float: none;
	padding: 0;
	vertical-align: baseline;
	line-height: 2
}

.md-content h1 {
	font-size: 25px;
	font-style: normal;
	font-weight: 900;
	line-height: 2;
	margin-top: 14px;
	margin-bottom: 14px
}

.md-content h1:before {
	content: "H1";
	bottom: .45rem
}

.md-content h2 {
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	line-height: 2;
	margin-top: 14px;
	margin-bottom: 14px
}

.md-content h2:before {
	content: "H2";
	bottom: .2rem
}

.md-content h3 {
	font-size: 18px;
	font-weight: 900;
	line-height: 2;
	font-style: normal;
	margin-top: 14px;
	margin-bottom: 14px
}

.md-content h3:before {
	content: "H3";
	bottom: .18rem
}

.md-content h4 {
	font-size: 16px;
	font-weight: 900;
	line-height: 2;
	font-style: normal;
	margin-top: 14px;
	margin-bottom: 14px
}

.md-content h4:before {
	content: "H4";
	bottom: .15rem
}

.md-content h5,
.md-content h6 {
	font-size: 14px;
	font-weight: 900;
	line-height: 2;
	font-style: normal;
	margin-top: 14px;
	margin-bottom: 14px
}

.md-content h5:before,
.md-content h6:before {
	bottom: .1rem
}

.md-content h5:before {
	content: "H5"
}

.md-content h6:before {
	content: "H6"
}

.md-content strong {
	font-weight: 900;
	padding: 0 1px
}

.md-content ol>li,
.md-content ul>li {
	list-style: disc;
	padding-top: .2rem;
	padding-bottom: .2rem
}

.md-content ol>li {
	list-style: decimal !important
}

.md-content ol>li>*,
.md-content ul>li>* {
	color: #333 !important
}

.md-content ol>li>:not(ol):not(ul),
.md-content ul>li>:not(ol):not(ul) {
	padding-left: .25rem
}

.md-content ul>li>ul>li {
	list-style-type: circle
}

.md-content ul>li>ul>li>ul>li {
	list-style-type: square
}

.md-content p {
	margin: 1rem auto;
	line-height: 2
}

.md-content blockquote p {
	margin: .6rem auto
}

.md-content ol>li>p,
.md-content ul>li>p {
	margin: 0 auto
}

.md-content pre {
	padding: 10px;
	font-size: 85%;
	line-height: 1.45;
	background: #282c34;
	border: 0;
	border-radius: 3px;
	color: #abb2bf;
	margin: 1em auto;
	overflow: auto
}

.md-content p img {
	display: inline-block
}

.md-content p img.lazyload {
	display: block;
	margin: 1rem auto
}

.md-content a,
.md-content p code {
	word-break: break-word
}

.md-content a {
	display: inline-block;
	position: relative;
	cursor: pointer
}

.md-content strong {
	letter-spacing: normal
}

.article-content .post-title {
	margin-top: 0
}

.code-tooltip {
	box-shadow: 0 1px 1px 0 rgba(0, 28, 36, .3);
	border-top: 1px solid #eef2f2
}

.gist .gist-meta {
	background: none !important
}

.gist .gist-file {
	border-color: #eee !important;
	border-radius: 3px !important
}

.gist .gist-data {
	padding: .4em 0 !important;
	border-color: #eee !important;
	border-radius: 3px 3px 0 0 !important
}

@media only screen and (max-width:800px) {
	.md-content {
		font-size: 15px
	}

	.md-content p {
		line-height: 2
	}
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0;
	color: #abb2bf;
	background: #282c34
}

.hljs-ln td,
.hljs-ln tr {
	border: none !important
}

.hljs-ln:first-child(.hljs-ln-numbers) {
	display: none
}

.hljs-ln-numbers {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	color: #ccc;
	border-right: 1px solid #ccc;
	vertical-align: top;
	padding-right: 5px;
	width: 20px
}

.hljs-ln-code {
	padding-left: 10px !important
}

td .hljs-button {
	border: none !important;
	background-color: #f8f8f8 !important;
	box-shadow: none !important
}

.hljs-ln-n:before {
	content: attr(data-line-number)
}

table.hljs-ln td {
	padding: 2px 0 2px 4px !important
}

.ziyan {
	position: relative;
	padding: .625em 0;
	display: flex
}

.ziyan-content {
	flex: 1 1;
	padding: 1em 1.5em;
	overflow: auto;
	transition: all .25s ease;
	border-radius: 10px;
	background: hsla(0, 0%, 100%, .6);
	box-shadow: 0 .625em 3.75em 0 #eaeaea;
	transition: all .25s ease .2s, transform .5s cubic-bezier(.6, .2, .1, 1) .2s
}

.ziyan-content:hover {
	box-shadow: 0 1em 4em .5em #d7d7d7;
	transform: translateY(-3px);
	cursor: pointer
}

.ziyan-header {
	margin-bottom: .5em;
	font-size: 1em;
	position: relative
}

.ziyan-username {
	font-weight: 600;
	font-size: 1.1em;
	color: #333;
	text-decoration: none
}

.is-verified-badge {
	margin-left: .2em;
	display: inline-block;
	transform: translateY(3px)
}

.is-badge {
	height: 1em;
	width: 1em
}

.ziyan-text {
	margin: auto .3em;
	font-weight: 600
}

.ziyan-date,
.ziyan-text {
	color: #a1a1a1;
	text-shadow: #d9d9d9 0 0 1px, #fffffb 0 0 1px, #fffffb 0 0 2px
}

.ziyan-label {
	position: absolute;
	right: 0;
	line-height: 1;
	padding: 5px 6px;
	font-size: .9em;
	font-weight: 600;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(27, 31, 35, .12)
}

.markdown-body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.5;
	word-wrap: break-word
}

.markdown-body:after,
.markdown-body:before {
	content: "";
	display: table
}

.is-comment-count,
.is-reaction-count {
	font-weight: 600;
	display: inline-block
}

.sbtn {
	padding: 10px;
	text-align: center;
	-webkit-appearance: none;
	cursor: pointer;
	border: 1px solid transparent;
	color: #fff;
	overflow: hidden;
	font-size: 1rem;
	border-radius: 4px
}

.diag-btn,
.sbtn {
	background-color: transparent
}

.diag-btn {
	text-decoration: none;
	display: inline-block;
	padding: .6rem 1rem;
	background-size: 250%;
	transition: all .4s;
	outline: 0;
	border: 0
}

.diag-btn.more-btn {
	background-image: linear-gradient(120deg, transparent 50%, #f1404b 0) !important;
	color: #ccc !important
}

.diag-btn:hover {
	background-position: 100%;
	color: #fff !important;
	transform: translateX(16px)
}

.diag-btn:hover:after {
	opacity: 1
}

.diag-btn:after {
	color: #fff;
	transition: all .4s;
	font-family: iconfont !important;
	content: "\E719";
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	opacity: 0
}

.is-container,
.is-container * {
	box-sizing: border-box
}

.is-container .ziyan-list {
	padding-top: 1.25em
}

.arch-year {
	position: relative;
	padding: .1rem 0;
	border-color: inherit
}

.arch-year:first-of-type {
	margin-top: -2.15rem
}

.year-title {
	margin: 0;
	line-height: 2.4em
}

.af-bg-fff:after,
.bg-fff {
	background: #fff
}

.mh-hd:after {
	position: absolute
}

.mh-hd {
	left: 1.5rem;
	padding: 0 .6em;
	border-radius: 2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 2;
	transform: translate3d(-50%, -50%, 0) scale3d(.75, .75, 1);
	margin-top: 20px
}

.mh-hd:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: inherit;
	content: "";
	opacity: .63;
	transition: opacity .4s
}

.mh-bg {
	background-color: #607d8b;
	background-image: none
}

.ah-hf {
	position: relative;
	display: block;
	padding: .5rem 0;
	line-height: 2rem;
	transition: color .15s
}

.ah-dt {
	float: left;
	padding-right: .5rem;
	white-space: nowrap;
	letter-spacing: 1px;
	font-size: 1rem;
	opacity: .8
}

.ah-tt {
	display: table-cell;
	font-size: 1.15rem
}

.ah-hv:hover {
	opacity: .7
}

.ct-f-size {
	font-size: 1.25rem
}

.op-10 {
	opacity: 1
}

.op-06 {
	opacity: .63
}

a.base-color {
	color: var(--base-txt-color)
}

.lk-card-im {
	width: 220px;
	margin: 20px 10px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 .25rem 1rem rgba(48, 55, 66, .15);
	color: #4a4a4a;
	display: block;
	transition: all .3s
}

.lk-card-im .media {
	align-items: flex-start;
	display: flex;
	text-align: left
}

.lk-card-im:hover {
	box-shadow: 0 1rem 2rem 0 rgba(48, 55, 66, .15) !important;
	color: #4a4a4a;
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px)
}

.media-left {
	margin-right: 1rem
}

.media-left,
.media-right {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0
}

.media-content {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: left
}

.media-content p.lk-title {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 0
}

.media-content p.lk-desc,
.media-content p.lk-title {
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	max-width: 160px
}

.media-content p.lk-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 2px 0 0
}

.media-left .image img {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

figure {
	margin: 0
}

.image {
	display: block;
	position: relative
}

.image.is-64x64 {
	height: 64px;
	width: 64px
}

.image.is-64x64 img {
	height: 100% !important
}

.photos-box {
	max-width: 1024px;
	margin: 10px auto
}

.gallery-filter {
	top: 12px
}

.gallery-filter ul li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2em 1.5em 0
}

.gallery-filter ul li a {
	display: block;
	color: #222;
	position: relative
}

.gallery-filter ul li a.active:after,
.gallery-filter ul li a:hover:after {
	width: 100%;
	transform: scale(1)
}

.gallery-filter ul li a:after {
	content: "";
	display: block;
	border-bottom: 2px solid #f1404b;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scaleX(0);
	transform-origin: 50% 0;
	transition: transform .35s
}

.gallery-item {
	width: auto
}

.gallery-icon img {
	width: 100%;
	height: auto
}

.masonry-gallery .gallery-item.col-3 {
	width: 31.3%
}

.masonry-gallery .gallery-item.col-5 {
	width: 18%
}

.gallery-caption .gallery-summary {
	opacity: 0
}

.gallery-item:hover .gallery-caption .gallery-summary {
	opacity: 1
}

.gallery-item .gallery-caption .gallery-summary .gallery-title {
	text-shadow: 0 0 2px #000;
	color: #fff;
	min-height: 17px
}

.gallery-item .gallery-caption .gallery-summary .gallery-description {
	color: hsla(0, 0%, 100%, .7)
}

@media screen and (max-width:860px) {
	.masonry-gallery .gallery-item {
		width: 49% !important
	}

	.masonry-gallery .gallery-item.col-5 {
		width: 31.3%
	}
}

@media screen and (max-width:500px) {
	.masonry-gallery .gallery-item {
		width: 98% !important
	}
}

.min-h-404 {
	height: calc(100vh - 258px)
}

.body404 {
	position: relative;
	top: 30%
}

.site-name404 {
	margin: 0 auto;
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 60s linear infinite
}

.index404 {
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-shadow: none
}

@keyframes hue {
	0% {
		-webkit-filter: hue-rotate(0deg)
	}

	to {
		-webkit-filter: hue-rotate(-1turn)
	}
}

@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot?t=1613724308815');
	src: url('iconfont.eot?t=1613724308815#iefix') format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAXMAAsAAAAACrQAAAV+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqIUIZ1ATYCJAMUCwwABCAFhG0HSRsCCRHVozuSfYFtwx5QRkk4G7SGUGKsPw5OAhJI4AMAAAAAguc///7dZ3A/xApkhYCooAnkGi5hllCVlfoFwFCdNhtUmxQik+LkUl78TniR+z9nAzYqQ1mSszvw6Av5QOlL8w+Uu/JUP1lTXXIsHJ57V28AUQGxq6utkXV1ADgJZJsJtzk1rzeM3URYwHkIEEgqeUibrbM38McApEJmzEyIiwD+IR0mhyL4K72UtSZS7gGLv9pAOAKwzf59+Q1KhAkUVgMu6p1sEw2avvFtrab9d4zUlcC1ZwG4TaCBPMCAzE+1zUS7kjxbFpg22NAEBOKPQrXVK/ib++u1Ph++aEaKQGgD1co/ngHxALJgEtcUMvANjEDBt2AEGr71IhD4tlZwYmSWWhMIhIGMB8hFAPDJyOyKu214OIX8q/FTpEnUxGRhCmUhK4b5knHcjw1FfUgIUjh1JkxqPtdhm70UI7dc6CZTb/bT+lgoGwfogz4+qprCTam5Lwp5a6o4sCDb09fUL1PdzaOAvvHrHWwZyKJjqq1orwbZGpYexBnbOPDkrfQN7i7+IUSEuAO4Nz5NIuDA8ZuDQlCHWW1jQw8v9hZagStJd/JOSPFM+1TL4ZsGdfPhlXzt6o/qefpR4F57P+qqI/zVzfzAVXoMCDomir8rYu9a4ifVL8tQgYuh3Oir64fZNg02DPBSaiEoZNOqELlhJZidzDHXp1vOz9fbt+YGt7dPEXcbYs3ec7ByIet5J1cP5Ti695fP85No3IW0ZRmO3kUh3xEMQ5TrjlgCN54IBtb03Ojj9i+ir8j2dA9QQxpX4dljgYDq7t5evkkcRTV8AqdOMPySjlsXoSG+NUPco7+7dxCiD2iw0yTtobBQyGEAsa02eyg0SXZy4X4/ywBL/31Ju0jimg87hzgHu9mX7egxW0aaJNtjdk6xAPnw8VOqxNOvHzi+BCwYacPjygsbdJdUcT9fnU9KZzux1zAvk48Q5WbtfOrZoS4a+OqS9efP0jUnvwwW2u3iqEZfio8Q+mLVK7L4yf6DqGiQRl1FZ7Hgu8R+wnWZ64QhCbCwM1/1bCk1P79KTtim8Zq9s9T2zpPmCr9KX7geEGqtX97DDD5AtYzt8weEbOSuFOQXw+OmV+2v/8s7ylUve51rSPHb0sTyTlD7zy1rs4KrYa1zjQ0kQierF9WGDWVtp2o+7ySQDjYKWafvYSVxPPdqupTQdDazwB2XZTGZ7T65kqtqolDaHLRvN2OPtreycBzjidOCg2GtKTxjjm0yfvyzMTE2m7OL+p33mPNFBY5wmsu7QhZyEn/nZUKS8/7+h5eOStwr6Q424cz/Tus950NE6bT3/7ujeMf/PaHJrU9bZm6M1c+GwoweytivcnqgaVawra4tm41QEVmz0VKj54PHLrboQ+awmENgKgA+p5eINNv9mLj6PwjfXA0nmj7J42j5ntEdxmb83x++g57Pgxof0ZxyKGerBDyOckrzn1uLCfgPTCZQFZJ6a+QazCnFK+GwLL/iDgWPaM3T6orkazvymF54psOfGB8UfqSAxp9slMHlgSWIMvDwpxECyaVzcxBRzEcjJgDIYQ0BQjhnQRHKNdCE8wRlcF/AEstf8AgXIgQyWLj2DEK/iT08GFvBAbo/sD0lhYxycDLfUOfQclBoU7+QJ+uBuqiikVdMyG0smL51I6JAMUV4IS7DEAhGJoe9FEZkvJelSnuloqc4O/BgbAUHoPsDbE9JmZ3lEPv5N9Q5tJzTUGH9Qp5s90BNQVUC9SpLpRqOJX/61g1C+RWguHSKwAtlwQCDBIzpoxz2UmBq+Mc7JdVKlZUV/SviMeb/NE3Bi1lRosWIFY/VePK40VZM7nbOtslT0ivJPs9mAAA=') format('woff2'), url('iconfont.woff?t=1613724308815') format('woff'), url('iconfont.ttf?t=1613724308815') format('truetype'), url('iconfont.svg?t=1613724308815#iconfont') format('svg')
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-boke:before {
	content: "\e650"
}

.icon-github:before {
	content: "\e600"
}

.icon-jiankong:before {
	content: "\e60c"
}

.icon-tuku:before {
	content: "\e686"
}

a {
	color: #ccc
}

footer {
	height: 40px;
	line-height: 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #ccc;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 1px
}