@font-face {
	font-family:ChillRoundGothic;src:url(assets/fonts/ChillRoundGothic_Normal.otf) format('opentype'),url(assets/fonts/ChillRoundGothic_Bold.otf) format('opentype');font-weight:400;font-style:normal
}

@font-face {
	font-family:SmileySans-Oblique;src:url(assets/fonts/SmileySans-Oblique.ttf.woff2) format('woff2'),url(assets/fonts/SmileySans-Oblique.ttf) format('truetype');font-weight:400;font-style:oblique
}

@font-face {
	font-family:LipinHuiziYouLuoTi;src:url(assets/fonts/lipinhuiziyouluoti.ttf) format('truetype')
}

@font-face {
	font-family:AliMaMaFangYuanTi;src:url(assets/fonts/alimamafangyuanti.ttf) format('truetype')
}

@font-face {
	font-family:BaiWuChangKeKeTi;src:url(assets/fonts/baiwuchangkeketi.ttf) format('truetype')
}

@font-face {
	font-family:YouSheHaoShenTi;src:url(assets/fonts/youshehaoshenti.ttf) format('truetype')
}

@font-face {
	font-family:JiangChengZhengYiTi;src:url(assets/fonts/jiangchengzhengyiti.ttf) format('truetype')
}

@font-face {
	font-family:JiangChengZhiYinTi;src:url(assets/fonts/jiangchengzhiyinti.ttf) format('truetype')
}

@font-face {
	font-family:MeiBeiHeiHeiTi;src:url(assets/fonts/meibeiheiheiti.ttf) format('truetype')
}

@font-face {
	font-family:YouSheShayuFeiTeJianKangTi;src:url(assets/fonts/yousheshayufeitejiankangti.ttf) format('truetype')
}

@font-face {
	font-family:MaoKenWangTangYuanTi;src:url(assets/fonts/maokenwangtangyuanti.ttf) format('truetype')
}

@font-face {
	font-family:zhankucangeryuyangti;src:url(assets/fonts/zhankucangeryuyangti.ttf) format('truetype')
}

@font-face {
	font-family:zihunbiantaoti;src:url(assets/fonts/zihunbiantaoti.ttf) format('truetype')
}

body {
	background-color: #fff;
	color: #212121
}

#markdown-input {
	background-color: #f7f8fb;
	color: rgba(13,13,13,.8)
}

.preview {
	background-color: #fff;
	background-image: url(https://img.uicook.cn/point12x12.png);
	background-size: 12px
}

body.dark-mode {
	background-color: #1f2227;
	color: rgba(255,255,255,.9)
}

body.dark-mode .web-logo {
	margin-right: 16px;
	background-image: url(assets/logo-dark.png);
	background-size: 100%
}

body.dark-mode #markdown-input {
	background-color: #1c1f23;
	color: rgba(245,245,245,.7);
	box-shadow: inset 0 2px 10px #1b1d1f
}

body.dark-mode .preview {
	background-color: #1f2227;
	background-image: url(https://img.uicook.cn/point12x12-dark.png)
}

body.dark-mode .info {
	color: rgba(255,255,255,.33)
}

body.dark-mode .settings-options label {
	color: rgba(245,245,245,.56)
}

body.dark-mode .settings {
	border-left: 1px solid rgba(255,255,255,.12)
}

body.dark-mode .sidebar {
	border-right: 1px solid rgba(255,255,255,.12)
}

body.dark-mode .titlebar {
	border-bottom: 1px solid rgba(255,255,255,.12)
}

body.dark-mode #card-size button,body.dark-mode #copy-image {
	background-color: transparent;
	border: 1px solid #313237;
	color: rgba(255,255,255,.9)
}

body.dark-mode #card-size button:hover,body.dark-mode #copy-image:hover {
	background-color: #282b31;
	border: 1px solid #393a42
}

body.dark-mode #card-size button:active,body.dark-mode #copy-image:active {
	background-color: #191c21;
	border: 1px solid #313237
}

body.dark-mode #font-family,body.dark-mode #theme-switcher {
	background-color: transparent;
	border: 1px solid #313237;
	color: rgba(255,255,255,.9)
}

body.dark-mode #font-family:hover,body.dark-mode #theme-switcher:hover {
	background-color: #282b31;
	border: 1px solid #393a42
}

body.dark-mode #font-family:active,body.dark-mode #theme-switcher:active {
	background-color: #191c21;
	border: 1px solid #313237
}

body.dark-mode #border-radius,body.dark-mode #font-size,body.dark-mode #margin {
	background-color: #313237
}

body.dark-mode #border-radius::-webkit-slider-thumb,body.dark-mode #font-size::-webkit-slider-thumb,body.dark-mode #margin::-webkit-slider-thumb {
	background: #1f2227;
	border: 1.4px solid #bfc2cf
}

body.dark-mode #fontsizeValue,body.dark-mode #paddingValue,body.dark-mode #radiusValue {
	color: rgba(245,245,245,.4)
}

body.dark-mode .buttons button {
	background-color: #1f2227;
	border: 1px solid #313237;
	color: rgba(255,255,255,.56)
}

body.dark-mode .buttons button:hover {
	background-color: #282b31;
	border: 1px solid #393a42
}

body.dark-mode .buttons button:active {
	background-color: #191c21;
	border: 1px solid #313237
}

body.dark-mode #overlay0,body.dark-mode #overlay1,body.dark-mode #overlay2,body.dark-mode #overlay3 {
	background-color: rgba(38,41,47,.92);
	box-shadow: -4px 0 12px #1d2025
}

body.dark-mode .help-title {
	color: rgba(255,255,255,.9)
}

body.dark-mode .Markdown-help {
	background-color: rgba(57,63,72,.3)
}

body.dark-mode .explain {
	color: rgba(255,255,255,.56)
}

body.dark-mode .example {
	color: rgba(255,255,255,.56)
}

body.dark-mode .content {
	background-color: rgba(38,41,47,.92)
}

body.dark-mode .overlay1::-webkit-scrollbar-thumb,body.dark-mode .overlay2::-webkit-scrollbar-thumb,body.dark-mode .overlay3::-webkit-scrollbar-thumb {
	background: #373a40
}

body.dark-mode .preview-space::-webkit-scrollbar-thumb {
	background: #373a40
}

body.dark-mode .setting-space::-webkit-scrollbar-thumb {
	background: #373a40
}

body.dark-mode #markdown-input::-webkit-scrollbar-thumb {
	background: rgba(55,58,64,.8)
}

body.dark-mode .content>h2,body.dark-mode .content>h4,body.dark-mode .content>h6 {
	color: rgba(255,255,255,.9)
}

body.dark-mode .settings-options select {
	background-image: url(assets/down-light.svg)
}
body.dark-mode .explain>a {
    color:rgba(255,255,255,.56)
}
body.dark-mode .explain>a:hover {
    color:rgba(255,255,255,.9)
}
body {
	margin: 0;
	font-family: Arial,sans-serif;
	display: flex;
	height: 100vh;
	font-size: 14px
}

p {
	line-height: 1.75;
	text-align: justify;
}

.container {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative
}

.sidebar {
	width: 100%;
	padding: 20px;
	margin-top: 56px;
	border-right: 1px solid rgba(13,13,13,.12)
}

.titlebar {
	position: fixed;
	height: 56px;
	top: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(20px);
	padding: 0 20px;
	border-bottom: 1px solid #e7e7e7;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.logoslogan {
	display: flex!important;
	align-items: center!important
}

.web-logo {
	margin-right: 16px;
	width: 90px;
	height: 24px;
	background-image: url(assets/logo.png);
	background-size: 100%
}

.buttons {
	display: flex
}

.buttons button {
	border: 1px solid #e2e8f0;
	border-radius: 13px;
	background: 0 0;
	cursor: pointer;
	height: 24px;
	width: 48px;
	margin-left: 8px;
	color: rgba(13,13,13,.66);
	line-height: 1;
	font-size: 12px
}

#button0 {
	color: #ff3b30;
	width: auto;
	padding: 0 10px;
	border-color: #ff3b30
}

.overlay0, .overlay1, .overlay2, .overlay3 {
	position: fixed;
	top: 0;
	right: -440px;
	width: 400px;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	box-shadow: -4px 0 12px rgba(194,194,194,.25);
	backdrop-filter: blur(8px);
	transition: right .3s ease-in-out;
	overflow-y: auto;
	z-index: 1000
}

.content {
	padding: 0 36px 24px
}

.qrcode {
	background-color: #fff;
	border-radius: 12px;
	width: 328px;
	height: 328px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(13,13,13,.06)
}

.qrcode img {
	width: 240px;
	height: 262px
}

.closeButton {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(https://img.uicook.cn/close.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 1100;
	opacity: 0;
	transition: .3s ease-in-out
}

.show {
	right: 0!important
}

.hide {
	right: -440px!important
}

.closeshow {
	opacity: 1
}

.closehide {
	opacity: 0
}

.help-title {
	text-align: left;
	line-height: 1.75;
	font-size: 1.3rem;
	font-weight: 700;
	display: table;
	margin: 1.5em 0 1em;
	background: 0 0;
	position: relative
}

.Markdown-help {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(236,241,249,.3);
	height: 34px;
	border-radius: 6px;
	padding: 0 16px;
	margin-bottom: 8px
}

.example,.info {
	font-size: 12px
}

.example {
	color: rgba(13,13,13,.66)
}

.info {
	color: rgba(13,13,13,.46)
}

.explain {
	color: rgba(13,13,13,.66)
}
.explain>a {
    color:rgba(13,13,13,.66);
}
.explain>a:hover {
    color:rgba(13,13,13,.9);
}

.category {
	font-weight: 600;
	font-size: 14px
}

.overlay1::-webkit-scrollbar,.overlay2::-webkit-scrollbar,.overlay3::-webkit-scrollbar {
	width: 3px
}

.overlay1::-webkit-scrollbar-track,.overlay2::-webkit-scrollbar-track,.overlay3::-webkit-scrollbar-track {
	background: 0 0
}

.overlay1::-webkit-scrollbar-thumb,.overlay2::-webkit-scrollbar-thumb,.overlay3::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 6px
}

.overlay1::-webkit-scrollbar-thumb:hover,.overlay2::-webkit-scrollbar-thumb:hover,.overlay3::-webkit-scrollbar-thumb:hover {
	background: #555
}

#markdown-input {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	text-align: justify;
	border: none;
	line-height: 1.75;
	padding: 20px;
	border-radius: 12px;
	box-shadow: inset 0 2px 10px rgba(97,97,97,.04);
	font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif
}

#markdown-input:hover {
	border: none
}

#markdown-input:active {
	border: none
}

#markdown-input:focus {
	outline: 0
}

#markdown-input::-webkit-scrollbar {
	width: 3px
}

#markdown-input::-webkit-scrollbar-track {
	background: 0 0
}

#markdown-input::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 6px
}

#markdown-input::-webkit-scrollbar-thumb:hover {
	background: #555
}

.preview {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

.preview-space {
	max-height: calc(100% - 96px);
	overflow-y: auto;
	padding: 20px 40px 20px;
	margin-top: 56px;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: flex-start
}

.preview-space::-webkit-scrollbar {
	width: 3px
}

.preview-space::-webkit-scrollbar-track {
	background: 0 0
}

.preview-space::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 6px
}

.preview-space::-webkit-scrollbar-thumb:hover {
	background: #555
}

.card {
	position: relative;
	width: 400px;
	min-height: 560px;
	background: linear-gradient(135deg,#ffecec 0,#d0f1ff 100%);
	border-radius: 36px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column
}

.card-content {
	position: relative;
	flex: 1;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	padding: 10px 30px;
	margin: 16px;
	border-radius: 20px;
	border: 2px solid;
	border: 2px solid rgba(255,255,255,.3)
}

.card-content img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px
}

.settings {
	width: 100%;
	margin-top: 56px;
	border-left: 1px solid rgba(13,13,13,.12)
}

.setting-space {
	max-height: calc(100% - 40px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 20px
}

.setting-space::-webkit-scrollbar {
	width: 3px;
	position: absolute;
	right: -20px
}

.setting-space::-webkit-scrollbar-track {
	background: 0 0
}

.setting-space::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 6px
}

.setting-space::-webkit-scrollbar-thumb:hover {
	background: #555
}

.style-title {
	font-size: 14px;
	font-weight: 600
}

.settings-options {
	margin-top: 20px
}

.settings-options h3 {
	margin-bottom: 10px
}

.settings-options label {
	display: block;
	margin: 24px 0 12px;
	color: rgba(13,13,13,.66);
	font-size: 12px
}

.save-button {
	display: flex;
	align-items: center
}

#save-image {
	color: #fff;
	width: 100%;
	height: 32px;
	margin-bottom: 8px;
	border: none;
	border-radius: 6px;
	background-color: #448d74;
	box-shadow: none;
	transition: background-color .3s
}

#save-image:hover {
	background-color: #54a086
}

#save-image:active {
	background-color: #2f715a
}

#copy-image {
	width: 100%;
	height: 32px;
	border: 1px solid #c0cbd9;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: none;
	transition: background-color .3s
}

#copy-image:hover {
	border: 1px solid #c0cbd9;
	background-color: #f1f5f9
}

#copy-image:active {
	border: 1px solid #748398;
	background-color: #f1f5f9
}

.settings-options select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	border-color: #e2e8f0;
	border-radius: 6px;
	padding: 0 8px 0 12px;
	background-image: url(assets/down-light.svg);
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat;
	transition: background-color .3s
}

.settings-options select:hover {
	border: 1px solid #c0cbd9;
	background-color: #f1f5f9
}

.settings-options select:active {
	border: 1px solid #748398
}

.settings-options select:focus {
	border: 1px solid #748398;
	outline: 0
}

.settings-options select option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #000;
	padding: 8px!important
}

.settings-options select option:hover {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: red!important
}

#card-size {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 9px;
	flex-wrap: wrap
}

#card-size button {
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background-color: #fff;
	cursor: pointer;
	height: 32px;
	width: 48px;
	font-size: 12px;
	transition: background-color .3s
}

#card-size button:hover {
	border: 1px solid #c0cbd9;
	background-color: #f1f5f9
}

#card-size button:active {
	border: 1px solid #748398;
	background-color: #f1f5f9
}

#card-size button .selected {
	border: 1px solid #748398;
	background-color: #f1f5f9
}

#background-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

#background-options button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat
}

.Morandi-color,.gradient-color,.solid-color {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

#card-size div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px
}

#background-options button:hover {
	opacity: .8
}

.mobile-toggle-buttons {
	display: none;
	justify-content: center;
	padding: 10px;
	background-color: #f0f0f0;
	box-shadow: 0 -2px 5px rgba(0,0,0,.1)
}

.mobile-toggle-buttons button {
	margin: 0 10px;
	padding: 10px 20px;
	cursor: pointer
}

.slider {
	width: 100%;
	display: flex;
	align-items: center;
	color: rgba(13,13,13,.2);
	font-size: 12px;
	height: 16px
}

.slider P {
	width: 30px;
	text-align: right
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	height: 2px;
	background: rgba(13,13,13,.12);
	outline: 0
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: 1.4px solid #0f172a;
	cursor: pointer
}

@media (min-width:769px) {
	.container {
		flex-direction: row
	}

	.sidebar {
		width: 300px
	}

	.settings {
		width: 262px;
		display: block
	}

	.mobile-toggle-buttons {
		display: none
	}

	#markdown-input {
		display: block
	}

	.preview {
		display: flex
	}

	#copy,#export,#more {
		display: none
	}
}

@media (max-width:768px) {
	body {
		background-color: #fff;
		touch-action: manipulation
	}

	.titlebar {
		position: fixed;
		top: 0;
		height: 44px;
		background-color: transparent;
		padding: 0 20px;
		border: none
	}

	#copy,#export,#more {
		background-size: cover;
		background-position: center
	}

	#export {
		background-image: url(assets/export.png)
	}

	#copy {
		background-image: url(assets/copy.png)
	}

	#more {
		background-image: url(assets/more.png)
	}

	.toggle-g {
		position: fixed;
		top: 52px;
		height: 44px;
		width: 100%;
		padding: 0 20px;
		display: flex;
		align-items: center
	}

	.mobile-toggle-buttons {
		height: 36px;
		width: calc(100% - 44px);
		padding: 0;
		display: flex;
		align-items: center;
		background-color: #f7f8fb;
		box-shadow: none;
		border-radius: 9px;
		padding: 0 2px
	}

	.mobile-toggle-buttons button {
		height: 30px;
		border-radius: 6px;
		background-color: #f7f8fb;
		border: none;
		color: rgba(61,61,61,.9);
		width: 33.33333%;
		padding: 0;
		margin: 0;
		font-size: 14px
	}

	.mobile-toggle-buttons button:active {
		background-color: #fff!important;
		box-shadow: 0 1px 4px rgba(13,13,13,.06)
	}

	.selectedtab {
		background-color: #fff!important;
		box-shadow: 0 1px 4px rgba(13,13,13,.06);
		transition: background-color .3s
	}

	.unselectedtab {
		background-color: transparent!important;
		box-shadow: none
	}

	#toggle-edit {
		background-color: #fff;
		box-shadow: none
	}

	.sidebar {
		width: calc(100% - 40px);
		top: 112px;
		position: fixed;
		transition: right .3s ease-in-out;
		margin-top: 0;
		background-color: transparent;
		border-radius: 32px 32px 0 0;
		height: calc(100vh - 132px);
		padding-top: 0
	}

	.preview {
		right: -800px;
		width: 100%;
		top: 112px;
		position: fixed;
		transition: right .3s ease-in-out;
		overflow-y: auto;
		margin-top: 0
	}

	.image-botton {
		display: none
	}

	.buttons {
		display: none
	}

	.showtab {
		right: 0!important
	}

	.hidetab {
		right: -800px!important
	}

	.setting-space {
		margin: 20px 20px;
		border-radius: 12px
	}

	.settings {
		width: 100%;
		top: 112px;
		right: -800px;
		position: fixed;
		transition: right .3s ease-in-out;
		margin-top: 0;
		border-radius: 32px 32px 0 0;
		overflow: auto;
		height: calc(100vh - 112px)
	}

	#markdown-input {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		font-size: 14px
	}

	.preview {
		height: calc(100vh - 112px);
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		border-radius: 0;
		background: 0 0
	}

	.preview-space {
		max-height: calc(100%);
		overflow-y: auto;
		padding: 0 20px;
		margin: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		align-items: flex-start
	}

	.card {
		width: 100%;
		min-height: 560px;
		margin-bottom: 20px;
		border-radius: 32px;
		background: linear-gradient(135deg,#ffecec 0,#d0f1ff 100%)
	}

	.card-content {
		position: relative;
		flex: 1;
		z-index: 1;
		overflow: hidden;
		height: 100%;
		padding: 10px 24px;
		margin: 16px;
		border-radius: 16px
	}

	.settings-options label {
		font-size: 12px
	}

	#markdown-input::-webkit-scrollbar,.preview-space::-webkit-scrollbar,.setting-space::-webkit-scrollbar {
		display: none
	}

	.settings-options label {
		font-size: 14px
	}

	.settings-options select {
		font-size: 14px;
		height: 36px;
		border: 1px solid rgba(13,13,13,.06)
	}

	#card-size {
		display: flex;
		gap: 12px;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start
	}

	#card-size div {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 12px
	}

	#card-size div button {
		width: auto;
		transition: background-color .3s;
		height: 36px;
		width: 100%;
		padding: 0;
		font-size: 14px;
		border: 1px solid rgba(13,13,13,.06);
		color: rgba(13,13,13,.9)
	}

	.gradient-color,.solid-color {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.gradient-color,.solid-color {
		margin-bottom: 8px
	}

	#background-options {
		gap: 0
	}

	#background-options button {
		width: 32px;
		height: 32px
	}

	.setting-space {
		padding: 0 32px;
		margin: 0;
		max-height: 100%
	}

	.settings-options {
		margin-top: 0
	}

	.settings-options button {
		height: 36px
	}

	.settings-options label {
		margin: 0 0 14px;
		line-height: 20px
	}

	.settings-options select,.settings-options>div {
		margin-bottom: 32px
	}

	input[type=range] {
		-webkit-appearance: none;
		width: 100%;
		height: 1px;
		background: rgba(13,13,13,.12);
		outline: 0
	}

	input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #fff;
		border: 1.4px solid #0f172a;
		cursor: pointer;
		box-shadow: none
	}

	input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #fff;
		border: 1.4px solid #0f172a;
		cursor: pointer;
		box-shadow: none
	}

	input[type=range]::-moz-range-thumb {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #fff;
		border: 1.4px solid #0f172a;
		cursor: pointer;
		box-shadow: none;
		background: #fff
	}

	input[type=range]::-ms-thumb {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #fff;
		border: 1.4px solid #0f172a;
		cursor: pointer;
		box-shadow: none
	}

	.slider p {
		color: rgba(13,13,13,.66);
		font-size: 14px
	}

	.buttons {
		background-color: transparent;
		display: block
	}

	.buttons button {
		height: 24px;
		width: 24px;
		margin-left: 12px;
		border-radius: 50%;
		border: none;
		padding: 0
	}

	#button1,#button2,#button3 {
		display: none
	}

	.info {
		display: none
	}

	body.dark-mode .web-logo {
		margin-right: 16px;
		width: 120px;
		height: 28px;
		background-image: url(https://img.uicook.cn/logo-dark.png);
		background-size: 100%
	}

	body.dark-mode .setting-space {
		background: 0 0
	}

	body.dark-mode .mobile-toggle-buttons button {
		background-color: transparent;
		color: rgba(61,61,61,.9)
	}

	body.dark-mode .titlebar {
		border-bottom: none
	}

	body.dark-mode .mobile-toggle-buttons {
		background-color: #24272d
	}

	body.dark-mode .mobile-toggle-buttons button {
		color: rgba(255,255,255,.9)
	}

	body.dark-mode .mobile-toggle-buttons button:active {
		background-color: #373b43!important;
		box-shadow: 0 1px 4px rgba(0,0,0,.2)
	}

	body.dark-mode .selectedtab {
		background-color: #373b43!important;
		box-shadow: 0 1px 4px rgba(0,0,0,.2)
	}

	body.dark-mode .unselectedtab {
		background-color: transparent!important;
		box-shadow: none
	}

	body.dark-mode #toggle-edit {
		background-color: #373b43;
		box-shadow: none
	}

	body.dark-mode .buttons button {
		border: none;
		background-color: transparent
	}

	body.dark-mode .preview {
		background-color: #1f2227;
		background-image: none
	}

	body.dark-mode #export {
		background-image: url(assets/dark/export-dark.png)
	}

	body.dark-mode #copy {
		background-image: url(assets/dark/copy-dark.png)
	}

	body.dark-mode #more {
		background-image: url(assets/dark/more-dark.png)
	}
}

h1,h2,h3,h4,h5,h6 {
	color: #212121
}

h1 {
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 1em 0 .5em;
	padding-bottom: .5em;
	box-sizing: border-box;
	width: 100%;
	Border-bottom: 1px solid #c6c6c636
}

h2 {
	text-align: left;
	line-height: 1.75;
	font-size: 1.3rem;
	font-weight: 700;
	display: table;
	margin: 1.5em 0 1em;
	background: 0 0;
	position: relative
}

h3 {
	text-align: left;
	line-height: 1;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 1.5em 0 1em
}

h4 {
	text-align: left;
	line-height: 1.75;
	font-size: 1.075rem;
	font-weight: 700;
	margin: 1.5em 0 1em
}

h5 {
	text-align: left;
	line-height: 1.75;
	font-size: 1rem;
	font-weight: 700;
	margin: 1.5em 0 1em
}

h6 {
	text-align: left;
	line-height: 1.75;
	font-size: .875rem;
	font-weight: 700;
	margin: 1.5em 0 1em
}

blockquote {
	text-align: left;
	line-height: 1.75;
	font-size: 12px;
	font-style: normal;
	border-left: none;
	padding: 1px 12px;
	border-radius: 8px;
	background-color: #f6f6f6;
	border: 1px solid #e6e6e6;
	margin: 0;
	color: #666
}


hr {
	border: none;
	border-top: 1px solid #c6c6c666;
	margin-block-start: .5em;
	margin-block-end: .5em;
	margin-inline-start: auto;
	margin-inline-end: auto
}

codespan {
	background-color: #fff3f0
}

strong {
	font-size: 14px
}

link {
	font-size: 14px;
	border-bottom: 1px dashed
}

ol {
	font-size: 14px;
	padding-inline-start: 14px
}

ol li {
	padding-inline-start: 8px
}

ul {
	font-size: 14px;
	padding-inline-start: 0
}

li {
	font-size: 14px;
	margin: 1em 0;
	line-height: 1.75
}

li span {
	font-size: 14px;
	margin-right: 4px
}

ul li p {
	Margin: 12px 0
}

li p {
	display: flex;
	align-items: center
}

ul>li {
	list-style: none
}

ul>li:not(:has(input[type=checkbox]))::before {
	content: '•';
	margin-right: 16px
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	background: 0 0;
	border: 1.4px solid #0f172a;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	cursor: pointer
}

input[type=checkbox]:checked::before {
	content: '\2713';
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

code {
	font-size: 14px;
	width: 100%;
	display: flex;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: 8px;
	background-color: #f6f6f6;
	border: 1px solid #e6e6e6;
	padding: 12px
}
