.nav-EiAtt5 {
	color:#262d34;
	font-size:14px;
	line-height:22px
}
.firstNav-D8DiR5 {
	color:#1c5cfb;
	font-weight:600;
	position:relative
}
.firstNav-D8DiR5:after {
	background:#1c5cfb;
	bottom:-6px;
	content:"";
	height:2px;
	left:0;
	margin:0 auto;
	position:absolute;
	right:0;
transition-duration:.15s;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.4, 0, .2, 1);
	width:20px
}
.spinWrapper-NBiO5e {
animation:spin-rotate-IaZGQw .6s linear infinite;
	color:#1c5cfb;
	font-size:14px;
	height:20px;
	width:20px
}
@keyframes spin-rotate-IaZGQw {
0% {
transform:rotate(0deg)
}
to {
	transform:rotate(1turn)
}
}
.message-content .ProseMirror {
	box-sizing:border-box;
	min-height:10px!important;
	overflow:visible;
	padding:0!important
}
.message-content .ProseMirror div {
	margin:0!important
}
.ProseMirror strong {
	font-weight:700
}
.ProseMirror em {
	font-style:italic
}
.ProseMirror .ProseMirror-hideselection ::selection {
background:transparent
}
.ProseMirror .ProseMirror-hideselection ::-moz-selection {
background:transparent
}
.ProseMirror .ProseMirror-hideselection {
	caret-color:transparent
}
.ProseMirror .tableWrapper {
	overflow-x:auto;
	padding-left:8px;
	padding-top:8px
}
.ProseMirror .tableWrapper td, .ProseMirror .tableWrapper th {
	border:1px solid #d8d8d8;
	box-sizing:border-box;
	min-width:1em;
	padding:3px 5px;
	position:relative;
	text-align:left;
	vertical-align:top
}
.ProseMirror .tableWrapper .column-resize-handle {
	background-color:#1a74ff;
	bottom:0;
	pointer-events:none;
	position:absolute;
	right:-1px;
	top:0;
	width:2px;
	z-index:50
}
.ProseMirror table {
	border-collapse:collapse;
	overflow:hidden;
	table-layout:fixed
}
.ProseMirror .resize-cursor {
	cursor:col-resize!important
}
.ProseMirror .selectedCell:after {
	background:rgba(200, 200, 255, .4);
	bottom:0;
	content:"";
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:0;
	z-index:2
}
.table-context-wrap {
	z-index:10
}
.table-context-wrap .table-context-menu {
	background:#fff;
	border-radius:4px;
	box-shadow:0 2px 8px rgba(0, 0, 0, .15);
	box-sizing:border-box;
	padding:8px 0;
	padding-left:0;
	width:168px
}
.table-context-wrap .table-context-menu li {
	color:#222;
	cursor:pointer;
	font-family:PingFang SC;
	font-size:14px;
	line-height:20px;
	list-style-type:none;
	padding:8px 0 8px 28px
}
.table-context-wrap .table-context-menu li:hover {
	background:#f5f5f5
}
.table-context-wrap .table-context-menu li[disable="1"] {
	background:transparent;
	color:#bfbfbf;
	cursor:not-allowed
}
.table-context-wrap .table-context-menu .menu-split {
	background:#e8e8e8;
	height:1px
}
.syl-menu-cell {
	position:relative
}
.syl-menu-cell[class*=pop-tip-] span, .syl-menu-cell[class*=pop-tip-]:before {
opacity:0;
transform:translateZ(0);
transition:all .3s ease .05s;
visibility:hidden
}
.syl-menu-cell[class*=pop-tip-]:hover span, .syl-menu-cell[class*=pop-tip-]:hover:before {
opacity:1;
visibility:visible
}
.syl-menu-cell[class*=pop-tip-]:before {
background-color:#fff;
border:solid transparent;
box-sizing:border-box;
content:"";
display:block;
height:8px;
position:absolute;
transform-origin:initial;
width:8px
}
.syl-menu-cell[class*=pop-tip-] span {
background:#fff;
border-radius:2px;
box-shadow:0 2px 8px rgba(0, 0, 0, .15);
color:#666;
font-size:14px;
line-height:20px;
padding:8px 12px;
position:absolute;
white-space:nowrap
}
.syl-menu-cell[class*=pop-tip-left]:before, .syl-menu-cell[class*=pop-tip-right]:before {
top:calc(50% - 4px)
}
.syl-menu-cell[class*=pop-tip-left] span {
top:50%;
transform:translateY(-50%)
}
.syl-menu-cell[class*=pop-tip-right]:before {
border-bottom:none;
border-left:none;
box-shadow:0 2px 8px rgba(0, 0, 0, .15);
right:-3px
}
.syl-menu-cell[class*=pop-tip-right]:hover:before {
transform:translateX(10px) translateY(0) rotate(45deg)
}
.syl-menu-cell[class*=pop-tip-right] span {
left:100%;
margin-left:-1px
}
.syl-menu-cell[class*=pop-tip-right]:hover span {
transform:translateX(10px) translateY(-50%)
}
.syl-menu-cell[class*=pop-tip-left]:before {
border-right:none;
border-top:none;
box-shadow:0 2px 8px rgba(0, 0, 0, .15);
left:-3px
}
.syl-menu-cell[class*=pop-tip-left]:hover:before {
transform:translateX(-10px) translateY(0) rotate(45deg)
}
.syl-menu-cell[class*=pop-tip-left] span {
margin-right:-1px;
right:100%
}
.syl-menu-cell[class*=pop-tip-left]:hover span {
transform:translateX(-10px) translateY(-50%)
}
.ProseMirror .CodeMirror {
	background:#fafafa;
	border:1px solid #e8e8e8;
	color:#222;
	font-family:Monaco;
	font-size:14px;
	height:auto;
	line-height:22px;
	padding:16px
}
.ProseMirror .CodeMirror-linenumber {
	background-color:#fafafa;
	color:#cacaca;
	line-height:26px;
	margin-top:-1px;
	padding-left:0;
	padding-right:12px;
	text-align:right
}
.ProseMirror .CodeMirror-gutters {
	background-color:#fafafa;
	border-right:none
}
.ProseMirror .cm-s-default .cm-keyword {
	color:#114ba6
}
.ProseMirror .cm-s-default .cm-atom {
	color:#219
}
.ProseMirror .cm-s-default .cm-number {
	color:#561a99
}
.ProseMirror .cm-s-default .cm-def {
	color:#a82e2e
}
.ProseMirror .cm-s-default .cm-type {
	color:#114ba6
}
.ProseMirror .cm-s-default .cm-comment {
	color:#00753b
}
.ProseMirror .cm-s-default .cm-string, .ProseMirror .cm-s-default .cm-tag {
	color:#a82e2e
}
.ProseMirror .cm-s-default .cm-attribute {
	color:#00753b
}
.syl-editor .ProseMirror {
	height:100%;
	padding:12px 16px 24px
}
.syl-editor blockquote, .syl-editor h1, .syl-editor h2, .syl-editor h3, .syl-editor h4, .syl-editor h5, .syl-editor h6, .syl-editor ol, .syl-editor p, .syl-editor pre, .syl-editor ul {
	margin:0
}
.syl-editor {
	color:var(--semi-color-text-1);
	font-family:PingFang SC;
	font-size:14px;
	font-style:normal;
	font-weight:400;
	line-height:22px
}
.syl-editor .syl-image-caption {
	font-size:12px
}
.syl-editor .syl-image-fixer {
	margin:12px 0
}
.syl-editor img {
	border-radius:4px
}
* {
	outline:none
}
.syl-tooltip-popover {
	top:10px
}
.syl-toolbar {
	border-bottom:1px solid #ededff;
	margin:0
}
.container {
	width:100%
}
@media (min-width:1204px) {
.container {
max-width:1204px
}
}
@media (min-width:1336px) {
.container {
max-width:1336px
}
}
@media (min-width:1360px) {
.container {
max-width:1360px
}
}
@media (min-width:1440px) {
.container {
max-width:1440px
}
}
@media (min-width:1536px) {
.container {
max-width:1536px
}
}
@media (min-width:1580px) {
.container {
max-width:1580px
}
}
.visible {
	visibility:visible!important
}
.collapse {
	visibility:collapse!important
}
.static {
	position:static!important
}
.fixed {
	position:fixed!important
}
.absolute {
	position:absolute!important
}
.relative {
	position:relative!important
}
.sticky {
	position:sticky!important
}
.-bottom-\[0\.73px\] {
	bottom:-.73px!important
}
.-left-\[5\.73px\] {
	left:-5.73px!important
}
.bottom-0 {
	bottom:0!important
}
.bottom-\[-27px\] {
	bottom:-27px!important
}
.bottom-\[12px\] {
	bottom:12px!important
}
.left-0 {
	left:0!important
}
.left-1\/2 {
	left:50%!important
}
.left-\[25px\] {
	left:25px!important
}
.right-0 {
	right:0!important
}
.right-\[-40px\] {
	right:-40px!important
}
.right-\[5px\] {
	right:5px!important
}
.top-0 {
	top:0!important
}
.top-1\/2 {
	top:50%!important
}
.top-\[60px\] {
	top:60px!important
}
.top-\[6px\] {
	top:6px!important
}
.z-10 {
	z-index:10!important
}
.z-50 {
	z-index:50!important
}
.z-\[120\] {
	z-index:120!important
}
.m-0 {
	margin:0!important
}
.m-auto {
	margin:auto!important
}
.mx-2 {
margin-left:.5rem!important;
margin-right:.5rem!important
}
.mx-3 {
margin-left:.75rem!important;
margin-right:.75rem!important
}
.mx-4 {
	margin-left:1rem!important;
	margin-right:1rem!important
}
.mx-8 {
	margin-left:2rem!important;
	margin-right:2rem!important
}
.mx-auto {
	margin-left:auto!important;
	margin-right:auto!important
}
.my-1 {
margin-bottom:.25rem!important;
margin-top:.25rem!important
}
.my-4 {
	margin-bottom:1rem!important;
	margin-top:1rem!important
}
.my-6 {
	margin-bottom:1.5rem!important;
	margin-top:1.5rem!important
}
.my-8 {
	margin-bottom:2rem!important;
	margin-top:2rem!important
}
.my-\[32px\] {
	margin-bottom:32px!important;
	margin-top:32px!important
}
.-mt-\[10px\] {
	margin-top:-10px!important
}
.mb-1 {
margin-bottom:.25rem!important
}
.mb-10 {
	margin-bottom:2.5rem!important
}
.mb-2 {
margin-bottom:.5rem!important
}
.mb-3 {
margin-bottom:.75rem!important
}
.mb-4 {
	margin-bottom:1rem!important
}
.mb-6 {
	margin-bottom:1.5rem!important
}
.mb-8 {
	margin-bottom:2rem!important
}
.mb-\[11px\] {
	margin-bottom:11px!important
}
.mb-\[34px\] {
	margin-bottom:34px!important
}
.mb-\[42px\] {
	margin-bottom:42px!important
}
.mb-\[64px\] {
	margin-bottom:64px!important
}
.mb-\[80px\] {
	margin-bottom:80px!important
}
.ml-1 {
margin-left:.25rem!important
}
.ml-2 {
margin-left:.5rem!important
}
.ml-3 {
margin-left:.75rem!important
}
.ml-4 {
	margin-left:1rem!important
}
.ml-8 {
	margin-left:2rem!important
}
.ml-\[10px\] {
	margin-left:10px!important
}
.ml-\[2px\] {
	margin-left:2px!important
}
.ml-\[36px\] {
	margin-left:36px!important
}
.ml-\[824px\] {
	margin-left:824px!important
}
.ml-auto {
	margin-left:auto!important
}
.mr-1 {
margin-right:.25rem!important
}
.mr-1\.5 {
margin-right:.375rem!important
}
.mr-2 {
margin-right:.5rem!important
}
.mr-3 {
margin-right:.75rem!important
}
.mr-4 {
	margin-right:1rem!important
}
.mr-\[10px\] {
	margin-right:10px!important
}
.mr-\[2px\] {
	margin-right:2px!important
}
.mr-\[3px\] {
	margin-right:3px!important
}
.mr-\[4px\] {
	margin-right:4px!important
}
.mr-\[5px\] {
	margin-right:5px!important
}
.mr-auto {
	margin-right:auto!important
}
.mt-1 {
margin-top:.25rem!important
}
.mt-16 {
	margin-top:4rem!important
}
.mt-2 {
margin-top:.5rem!important
}
.mt-2\.5 {
margin-top:.625rem!important
}
.mt-3 {
margin-top:.75rem!important
}
.mt-4 {
	margin-top:1rem!important
}
.mt-6 {
	margin-top:1.5rem!important
}
.mt-8 {
	margin-top:2rem!important
}
.mt-\[-60px\] {
	margin-top:-60px!important
}
.mt-\[100px\] {
	margin-top:100px!important
}
.mt-\[108px\] {
	margin-top:108px!important
}
.mt-\[10px\] {
	margin-top:10px!important
}
.mt-\[12px\] {
	margin-top:12px!important
}
.mt-\[24px\] {
	margin-top:24px!important
}
.mt-\[260px\] {
	margin-top:260px!important
}
.mt-\[26px\] {
	margin-top:26px!important
}
.mt-\[28px\] {
	margin-top:28px!important
}
.mt-\[60px\] {
	margin-top:60px!important
}
.mt-\[7px\] {
	margin-top:7px!important
}
.mt-\[8px\] {
	margin-top:8px!important
}
.block {
	display:block!important
}
.inline {
	display:inline!important
}
.flex {
	display:flex!important
}
.table {
	display:table!important
}
.grid {
	display:grid!important
}
.contents {
	display:contents!important
}
.hidden {
	display:none!important
}
.h-10 {
	height:2.5rem!important
}
.h-12 {
	height:3rem!important
}
.h-16 {
	height:4rem!important
}
.h-20 {
	height:5rem!important
}
.h-4 {
	height:1rem!important
}
.h-5 {
	height:1.25rem!important
}
.h-6 {
	height:1.5rem!important
}
.h-60 {
	height:15rem!important
}
.h-8 {
	height:2rem!important
}
.h-\[100px\] {
	height:100px!important
}
.h-\[10px\] {
	height:10px!important
}
.h-\[112px\] {
	height:112px!important
}
.h-\[121px\] {
	height:121px!important
}
.h-\[12px\] {
	height:12px!important
}
.h-\[140px\] {
	height:140px!important
}
.h-\[16px\] {
	height:16px!important
}
.h-\[170px\] {
	height:170px!important
}
.h-\[174px\] {
	height:174px!important
}
.h-\[18px\] {
	height:18px!important
}
.h-\[200px\] {
	height:200px!important
}
.h-\[20px\] {
	height:20px!important
}
.h-\[22px\] {
	height:22px!important
}
.h-\[232px\] {
	height:232px!important
}
.h-\[249px\] {
	height:249px!important
}
.h-\[257px\] {
	height:257px!important
}
.h-\[266px\] {
	height:266px!important
}
.h-\[280px\] {
	height:280px!important
}
.h-\[28px\] {
	height:28px!important
}
.h-\[300px\] {
	height:300px!important
}
.h-\[308px\] {
	height:308px!important
}
.h-\[325px\] {
	height:325px!important
}
.h-\[32px\] {
	height:32px!important
}
.h-\[340px\] {
	height:340px!important
}
.h-\[356px\] {
	height:336px!important
}
.h-\[38px\] {
	height:38px!important
}
.h-\[396px\] {
	height:396px!important
}
.h-\[400px\] {
	height:400px!important
}
.h-\[40px\] {
	height:40px!important
}
.h-\[43px\] {
	height:43px!important
}
.h-\[514px\] {
	height:514px!important
}
.h-\[516px\] {
	height:516px!important
}
.h-\[520px\] {
	height:520px!important
}
.h-\[60px\] {
	height:60px!important
}
.h-\[68px\] {
	height:68px!important
}
.h-\[72px\] {
	height:72px!important
}
.h-\[77px\] {
	height:77px!important
}
.h-\[80px\] {
	height:80px!important
}
.h-\[90px\] {
	height:90px!important
}
.h-\[91px\] {
	height:91px!important
}
.h-\[96px\] {
	height:96px!important
}
.h-full {
	height:100%!important
}
.max-h-\[40px\] {
	max-height:40px!important
}
.min-h-0 {
	min-height:0!important
}
.min-h-\[568px\] {
	min-height:568px!important
}
.min-h-\[600px\] {
	min-height:600px!important
}
.w-10 {
	width:2.5rem!important
}
.w-12 {
	width:3rem!important
}
.w-20 {
	width:5rem!important
}
.w-24 {
	width:6rem!important
}
.w-4 {
	width:1rem!important
}
.w-40 {
	width:10rem!important
}
.w-5 {
	width:1.25rem!important
}
.w-6 {
	width:1.5rem!important
}
.w-8 {
	width:2rem!important
}
.w-\[100px\] {
	width:100px!important
}
.w-\[10rem\] {
	width:10rem!important
}
.w-\[1200px\] {
	width:1200px!important
}
.w-\[1220px\] {
	width:1220px!important
}
.w-\[12px\] {
	width:12px!important
}
.w-\[136px\] {
	width:136px!important
}
.w-\[146px\] {
	width:146px!important
}
.w-\[158px\] {
	width:158px!important
}
.w-\[165px\] {
	width:165px!important
}
.w-\[18px\] {
	width:18px!important
}
.w-\[190px\] {
	width:190px!important
}
.w-\[1px\] {
	width:1px!important
}
.w-\[20px\] {
	width:20px!important
}
.w-\[21px\] {
	width:21px!important
}
.w-\[250px\] {
	width:250px!important
}
.w-\[277px\] {
	width:277px!important
}
.w-\[280px\] {
	width:280px!important
}
.w-\[293px\] {
	width:293px!important
}
.w-\[324px\] {
	width:324px!important
}
.w-\[32px\] {
	width:32px!important
}
.w-\[332px\] {
	width:332px!important
}
.w-\[350px\] {
	width:350px!important
}
.w-\[375px\] {
	width:375px!important
}
.w-\[396px\] {
	width:396px!important
}
.w-\[400px\] {
	width:400px!important
}
.w-\[55px\] {
	width:55px!important
}
.w-\[560px\] {
	width:560px!important
}
.w-\[602px\] {
	width:602px!important
}
.w-\[700px\] {
	width:700px!important
}
.w-\[72px\] {
	width:72px!important
}
.w-\[74px\] {
	width:74px!important
}
.w-\[76px\] {
	width:76px!important
}
.w-\[808px\] {
	width:808px!important
}
.w-\[80px\] {
	width:80px!important
}
.w-\[874px\] {
	width:874px!important
}
.w-\[880px\] {
	width:880px!important
}
.w-\[90px\] {
	width:90px!important
}
.w-full {
	width:100%!important
}
.w-screen {
	width:100vw!important
}
.min-w-\[1200px\] {
	min-width:1200px!important
}
.min-w-\[260px\] {
	min-width:260px!important
}
.min-w-\[300px\] {
	min-width:300px!important
}
.min-w-\[37px\] {
	min-width:37px!important
}
.min-w-\[788px\] {
	min-width:788px!important
}
.min-w-\[808px\] {
	min-width:808px!important
}
.max-w-\[10em\] {
	max-width:10em!important
}
.max-w-\[1200px\] {
	max-width:1200px!important
}
.max-w-\[120px\] {
	max-width:120px!important
}
.max-w-\[1220px\] {
	max-width:1220px!important
}
.max-w-\[12rem\] {
	max-width:12rem!important
}
.max-w-\[190px\] {
	max-width:190px!important
}
.max-w-\[19rem\] {
	max-width:19rem!important
}
.max-w-\[207px\] {
	max-width:207px!important
}
.max-w-\[255px\] {
	max-width:255px!important
}
.max-w-\[296px\] {
	max-width:296px!important
}
.max-w-\[600px\] {
	max-width:600px!important
}
.max-w-\[808px\] {
	max-width:808px!important
}
.max-w-\[996px\] {
	max-width:996px!important
}
.flex-1 {
	flex:1 1 0%!important
}
.flex-none {
	flex:none!important
}
.flex-shrink {
	flex-shrink:1!important
}
.border-collapse {
	border-collapse:collapse!important
}
.transform {
	transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important
}
.cursor-not-allowed {
	cursor:not-allowed!important
}
.cursor-pointer {
	cursor:pointer!important
}
.resize {
	resize:both!important
}
.flex-row-reverse {
	flex-direction:row-reverse!important
}
.flex-col {
	flex-direction:column!important
}
.flex-wrap {
	flex-wrap:wrap!important
}
.flex-nowrap {
	flex-wrap:nowrap!important
}
.content-between {
	align-content:space-between!important
}
.items-start {
	align-items:flex-start!important
}
.items-end {
	align-items:flex-end!important
}
.items-center {
	align-items:center!important
}
.justify-start {
	justify-content:flex-start!important
}
.justify-end {
	justify-content:flex-end!important
}
.justify-center {
	justify-content:center!important
}
.justify-between {
	justify-content:space-between!important
}
.gap-0 {
	gap:0!important
}
.gap-3 {
gap:.75rem!important
}
.gap-4 {
	gap:1rem!important
}
.gap-6 {
	gap:1.5rem!important
}
.gap-\[15px\] {
	gap:15px!important
}
.gap-x-2 {
-moz-column-gap:.5rem!important;
column-gap:.5rem!important
}
.gap-x-3 {
-moz-column-gap:.75rem!important;
column-gap:.75rem!important
}
.gap-x-4 {
	-moz-column-gap:1rem!important;
	column-gap:1rem!important
}
.gap-y-4 {
	row-gap:1rem!important
}
.gap-y-5 {
	row-gap:1.25rem!important
}
.space-x-2>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse:0!important;
margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))!important;
margin-right:calc(.5rem*var(--tw-space-x-reverse))!important
}
.space-x-3>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse:0!important;
margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)))!important;
margin-right:calc(.75rem*var(--tw-space-x-reverse))!important
}
.space-x-4>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse:0!important;
margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))!important;
margin-right:calc(1rem*var(--tw-space-x-reverse))!important
}
.space-x-6>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse:0!important;
margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))!important;
margin-right:calc(1.5rem*var(--tw-space-x-reverse))!important
}
.space-y-2>:not([hidden])~:not([hidden]) {
--tw-space-y-reverse:0!important;
margin-bottom:calc(.5rem*var(--tw-space-y-reverse))!important;
margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))!important
}
.divide-x-\[1px\]>:not([hidden])~:not([hidden]) {
--tw-divide-x-reverse:0!important;
border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))!important;
border-right-width:calc(1px*var(--tw-divide-x-reverse))!important
}
.self-end {
	align-self:flex-end!important
}
.overflow-auto {
	overflow:auto!important
}
.overflow-hidden, .truncate {
	overflow:hidden!important
}
.truncate {
	text-overflow:ellipsis!important;
	white-space:nowrap!important
}
.break-all {
	word-break:break-all!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-\[12px\] {
	border-radius:12px!important
}
.rounded-\[3px\] {
	border-radius:3px!important
}
.rounded-\[40px\] {
	border-radius:40px!important
}
.rounded-\[6px\] {
	border-radius:6px!important
}
.rounded-\[8px\] {
	border-radius:8px!important
}
.rounded-full {
	border-radius:9999px!important
}
.rounded-lg {
border-radius:.5rem!important
}
.rounded-sm {
border-radius:.125rem!important
}
.rounded-xl {
border-radius:.75rem!important
}
.rounded-tr-xl {
border-top-right-radius:.75rem!important
}
.border {
	border-width:1px!important
}
.border-b, .border-b-\[1px\] {
	border-bottom-width:1px!important
}
.border-\[\#E5E5E5\] {
--tw-border-opacity:1!important;
	border-color:rgb(229 229 229/var(--tw-border-opacity, 1))!important
}
.border-semi-color-border {
	border-color:var(--semi-color-border)!important
}
.border-semi-color-text-2 {
	border-color:var(--semi-color-text-2)!important
}
.bg-\[\#1C5CFB\] {
--tw-bg-opacity:1!important;
	background-color:rgb(28 92 251/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#2E32380D\] {
	background-color:#2e32380d!important
}
.bg-\[\#3C89FF26\] {
	background-color:#3c89ff26!important
}
.bg-\[\#C5F6F5\] {
--tw-bg-opacity:1!important;
	background-color:rgb(197 246 245/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#D4D4D4\] {
--tw-bg-opacity:1!important;
	background-color:rgb(212 212 212/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#E6E8EA\] {
--tw-bg-opacity:1!important;
	background-color:rgb(230 232 234/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#F2F2F2\] {
--tw-bg-opacity:1!important;
	background-color:rgb(242 242 242/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#F3F8FF\] {
--tw-bg-opacity:1!important;
	background-color:rgb(243 248 255/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#F9F9F9\] {
--tw-bg-opacity:1!important;
	background-color:rgb(249 249 249/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#FEF7D4\] {
--tw-bg-opacity:1!important;
	background-color:rgb(254 247 212/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#FFF\] {
--tw-bg-opacity:1!important;
	background-color:rgb(255 255 255/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#e4fdf0\] {
--tw-bg-opacity:1!important;
	background-color:rgb(228 253 240/var(--tw-bg-opacity, 1))!important
}
.bg-\[\#fdf6ec\] {
--tw-bg-opacity:1!important;
	background-color:rgb(253 246 236/var(--tw-bg-opacity, 1))!important
}
.bg-semi-color-fill-0 {
	background-color:var(--semi-color-fill-0)!important
}
.bg-semi-color-primary-light-default {
	background-color:var(--semi-color-primary-light-default)!important
}
.bg-white {
--tw-bg-opacity:1!important;
	background-color:rgb(255 255 255/var(--tw-bg-opacity, 1))!important
}
.bg-white\/50 {
	background-color:hsla(0, 0%, 100%, .5)!important
}
.p-0 {
	padding:0!important
}
.p-4 {
	padding:1rem!important
}
.p-6 {
	padding:1.5rem!important
}
.px-1\.5 {
padding-left:.375rem!important;
padding-right:.375rem!important
}
.px-2 {
padding-left:.5rem!important;
padding-right:.5rem!important
}
.px-3 {
padding-left:.75rem!important;
padding-right:.75rem!important
}
.px-6 {
	padding-left:1.5rem!important;
	padding-right:1.5rem!important
}
.px-8 {
	padding-left:2rem!important;
	padding-right:2rem!important
}
.px-\[110px\] {
	padding-left:110px!important;
	padding-right:110px!important
}
.px-\[20px\] {
	padding-left:20px!important;
	padding-right:20px!important
}
.px-\[6px\] {
	padding-left:6px!important;
	padding-right:6px!important
}
.py-1 {
padding-bottom:.25rem!important;
padding-top:.25rem!important
}
.py-1\.5 {
padding-bottom:.375rem!important;
padding-top:.375rem!important
}
.py-2 {
padding-bottom:.5rem!important;
padding-top:.5rem!important
}
.py-3 {
padding-bottom:.75rem!important;
padding-top:.75rem!important
}
.py-4 {
	padding-bottom:1rem!important;
	padding-top:1rem!important
}
.py-6 {
	padding-bottom:1.5rem!important;
	padding-top:1.5rem!important
}
.py-8 {
	padding-bottom:2rem!important;
	padding-top:2rem!important
}
.py-\[2px\] {
	padding-bottom:2px!important;
	padding-top:2px!important
}
.py-\[32px\] {
	padding-bottom:32px!important;
	padding-top:32px!important
}
.py-\[40px\] {
	padding-bottom:40px!important;
	padding-top:40px!important
}
.py-\[6px\] {
	padding-bottom:6px!important;
	padding-top:6px!important
}
.pb-4 {
	padding-bottom:1rem!important
}
.pb-6 {
	padding-bottom:1.5rem!important
}
.pb-8 {
	padding-bottom:2rem!important
}
.pb-\[13px\] {
	padding-bottom:13px!important
}
.pl-2 {
padding-left:.5rem!important
}
.pl-8 {
	padding-left:2rem!important
}
.pl-\[500px\] {
	padding-left:500px!important
}
.pt-14 {
	padding-top:3.5rem!important
}
.pt-3 {
padding-top:.75rem!important
}
.pt-4 {
	padding-top:1rem!important
}
.pt-8 {
	padding-top:2rem!important
}
.pt-\[138px\] {
	padding-top:138px!important
}
.pt-\[32px\] {
	padding-top:32px!important
}
.indent-4 {
	text-indent:1rem!important
}
.align-text-bottom {
	vertical-align:text-bottom!important
}
.font {
	font-family:-apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important
}
.text-2xl {
	font-size:24px!important;
	line-height:32px!important
}
.text-\[10px\] {
	font-size:10px!important
}
.text-\[14px\] {
	font-size:14px!important
}
.text-\[15px\] {
	font-size:15px!important
}
.text-\[16px\] {
	font-size:16px!important
}
.text-\[18px\] {
	font-size:18px!important
}
.text-\[20px\] {
	font-size:20px!important
}
.text-\[22px\] {
	font-size:22px!important
}
.text-\[24px\] {
	font-size:24px!important
}
.text-\[32px\] {
	font-size:32px!important
}
.text-base {
	font-size:14px!important;
	line-height:22px!important
}
.text-lg {
	font-size:16px!important;
	line-height:24px!important
}
.text-sm {
	font-size:12px!important;
	line-height:20px!important
}
.text-xl {
	font-size:20px!important;
	line-height:28px!important
}
.text-xs {
	font-size:10px!important;
	line-height:18px!important
}
.font-bold {
	font-weight:700!important
}
.font-light {
	font-weight:300!important
}
.font-medium {
	font-weight:500!important
}
.font-normal {
	font-weight:400!important
}
.font-semibold {
	font-weight:600!important
}
.italic {
	font-style:italic!important
}
.leading-5 {
	line-height:1.25rem!important
}
.leading-6 {
	line-height:1.5rem!important
}
.leading-7 {
	line-height:1.75rem!important
}
.leading-8 {
	line-height:2rem!important
}
.leading-\[20px\] {
	line-height:20px!important
}
.leading-\[22px\] {
	line-height:22px!important
}
.leading-\[24px\] {
	line-height:24px!important
}
.leading-\[28px\] {
	line-height:28px!important
}
.leading-\[29px\] {
	line-height:29px!important
}
.text-\[\#00A4AF\] {
--tw-text-opacity:1!important;
	color:rgb(0 164 175/var(--tw-text-opacity, 1))!important
}
.text-\[\#171A1CA6\] {
	color:#171a1ca6!important
}
.text-\[\#171A1C\] {
--tw-text-opacity:1!important;
	color:rgb(23 26 28/var(--tw-text-opacity, 1))!important
}
.text-\[\#1A7C47\] {
--tw-text-opacity:1!important;
	color:rgb(26 124 71/var(--tw-text-opacity, 1))!important
}
.text-\[\#1C5CFB\] {
--tw-text-opacity:1!important;
	color:rgb(28 92 251/var(--tw-text-opacity, 1))!important
}
.text-\[\#1a7c47\] {
--tw-text-opacity:1!important;
	color:rgb(26 124 71/var(--tw-text-opacity, 1))!important
}
.text-\[\#3C89FF\] {
--tw-text-opacity:1!important;
	color:rgb(60 137 255/var(--tw-text-opacity, 1))!important
}
.text-\[\#5F6264\] {
--tw-text-opacity:1!important;
	color:rgb(95 98 100/var(--tw-text-opacity, 1))!important
}
.text-\[\#63220B\] {
--tw-text-opacity:1!important;
	color:rgb(99 34 11/var(--tw-text-opacity, 1))!important
}
.text-\[\#D19120\] {
--tw-text-opacity:1!important;
	color:rgb(209 145 32/var(--tw-text-opacity, 1))!important
}
.text-\[\#DE720E\] {
--tw-text-opacity:1!important;
	color:rgb(222 114 14/var(--tw-text-opacity, 1))!important
}
.text-\[\#FFFFFF\], .text-\[\#ffffff\] {
--tw-text-opacity:1!important;
	color:rgb(255 255 255/var(--tw-text-opacity, 1))!important
}
.text-inherit {
	color:inherit!important
}
.text-semi-color-primary {
	color:var(--semi-color-primary)!important
}
.text-semi-color-text-0 {
	color:var(--semi-color-text-0)!important
}
.text-semi-color-text-1 {
	color:var(--semi-color-text-1)!important
}
.text-semi-color-text-2 {
	color:var(--semi-color-text-2)!important
}
.underline {
	text-decoration-line:underline!important
}
.antialiased {
	-webkit-font-smoothing:antialiased!important;
	-moz-osx-font-smoothing:grayscale!important
}
.opacity-30 {
	opacity:.3!important
}
.opacity-\[35\] {
	opacity:1!important
}
.shadow {
--tw-shadow:0 2px 8px rgba(0, 0, 0, .1)!important;
--tw-shadow-colored:0 2px 8px var(--tw-shadow-color)!important;
	box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)!important
}
.outline {
	outline-style:solid!important
}
.ring-0 {
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)!important;
	box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)!important
}
.blur {
--tw-blur:blur(8px)!important
}
.blur, .grayscale {
	filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important
}
.grayscale {
--tw-grayscale:grayscale(100%)!important
}
.filter {
	filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important
}
.transition {
transition-duration:.15s!important;
	transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter!important;
	transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter!important;
	transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter!important;
	transition-timing-function:cubic-bezier(.4, 0, .2, 1)!important
}
.transition-colors {
transition-duration:.15s!important;
	transition-property:color, background-color, border-color, text-decoration-color, fill, stroke!important;
	transition-timing-function:cubic-bezier(.4, 0, .2, 1)!important
}
.duration-300 {
transition-duration:.3s!important
}/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
	line-height:1.15;
	-moz-tab-size:4;
	-o-tab-size:4;
	tab-size:4;
	-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;
	margin:0
}
hr {
	color:inherit;
	height:0
}
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:initial
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
table {
	border-color:inherit;
	text-indent:0
}
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:initial
}
::-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
}
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 {
	border-color:currentColor;
	border-style:solid;
	border-width:0;
	box-sizing:border-box
}
*, :after, :before {
--tw-border-opacity:1;
	border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}
.CodeMirror {
	font-family:Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}
.tui-editor-contents :not(table) {
box-sizing:initial;
line-height:160%
}
.tui-editor-contents address, .tui-editor-contents cite, .tui-editor-contents dfn, .tui-editor-contents em, .tui-editor-contents i, .tui-editor-contents var {
	font-style:italic
}
.tui-editor-contents strong {
	font-weight:700
}
.tui-editor-contents p {
	color:#555;
	margin:10px 0
}
.tui-editor-contents>div>div:first-of-type h1, .tui-editor-contents>h1:first-of-type {
	margin-top:14px
}
.tui-editor-contents h1, .tui-editor-contents h2, .tui-editor-contents h3, .tui-editor-contents h5 {
	font-weight:700
}
.tui-editor-contents h1 {
	border-bottom:3px double #999;
	color:#000;
	font-size:1.6rem;
	margin:52px 0 15px;
	padding-bottom:7px
}
.tui-editor-contents h2 {
	border-bottom:1px solid #dbdbdb;
	color:#333;
	font-size:1.3rem;
	margin:30px 0 13px;
	padding-bottom:7px
}
.tui-editor-contents h3, .tui-editor-contents h4 {
	color:#333;
	font-size:1.2rem;
	margin:20px 0 2px
}
.tui-editor-contents h5, .tui-editor-contents h6 {
	color:#333;
	font-size:1rem;
	line-height:17px;
	margin:10px 0 -4px
}
.tui-editor-contents blockquote {
	border-left:4px solid #ddd;
	color:#777;
	margin:15px 0;
	padding:0 15px
}
.tui-editor-contents blockquote>:first-child {
	margin-top:0
}
.tui-editor-contents blockquote>:last-child {
	margin-bottom:0
}
.tui-editor-contents code, .tui-editor-contents pre {
	border:0;
	border-radius:0;
	font-family:Consolas, Courier, Apple SD 산돌고딕 Neo, -apple-system, Lucida Grande, Apple SD Gothic Neo, 맑은 고딕, Malgun Gothic, Segoe UI, 돋움, dotum, sans-serif
}
.tui-editor-contents pre {
	background-color:#f5f7f8;
	margin:2px 0 8px;
	padding:18px
}
.tui-editor-contents code {
	color:#c1788b;
	letter-spacing:-.3px;
	padding:4px 4px 2px 0
}
.tui-editor-contents pre code {
	background-color:transparent;
	color:inherit;
	padding:0;
	white-space:pre-wrap;
	word-break:break-word
}
.tui-editor-contents pre.addon {
	background-color:#fff;
	border:1px solid #e8ebed
}
.tui-editor-contents img {
	box-sizing:border-box;
	margin:4px 0 10px;
	vertical-align:top
}
.tui-editor-contents.comment-content img {
	max-height:1000px;
	max-width:700px;
	-o-object-fit:contain;
	object-fit:contain;
	-o-object-position:left;
	object-position:left
}
.tui-editor-contents table {
	border-collapse:collapse;
	box-sizing:border-box;
	color:#555;
	margin:2px 0 14px;
	width:auto
}
.tui-editor-contents table td, .tui-editor-contents table th {
	height:32px;
	padding:5px 14px 5px 12px
}
.tui-editor-contents table td {
	border:1px solid #eaeaea
}
.tui-editor-contents table th {
	background-color:#7b8184;
	border:1px solid #72777b;
	border-top:0;
	color:#fff;
	font-weight:300;
	padding-top:6px
}
.tui-editor-contents dir, .tui-editor-contents menu, .tui-editor-contents ol, .tui-editor-contents ul {
	color:#555;
	display:block;
	list-style-type:disc;
	margin:6px 0 10px;
	padding-left:17px
}
.tui-editor-contents ol {
	list-style-type:decimal
}
.tui-editor-contents ol ol, .tui-editor-contents ol ul, .tui-editor-contents ul ol, .tui-editor-contents ul ul {
	margin-bottom:0!important;
	margin-top:0!important
}
.tui-editor-contents ol li, .tui-editor-contents ul li {
	position:relative
}
.tui-editor-contents ul p, ol p {
	margin:0
}
.tui-editor-contents ol li.task-list-item:before, .tui-editor-contents pre ul li:before, .tui-editor-contents ul li.task-list-item:before {
	content:""
}
.tui-editor-contents hr {
	border-top:1px solid #eee;
	margin:16px 0
}
.tui-editor-contents a {
	color:#5286bc;
	text-decoration:underline
}
.tui-editor-contents a:hover {
	color:#007cff
}
.tui-editor-contents {
	font-size:16px;
	margin:0;
	padding:0
}
.tui-editor-contents .task-list-item {
	border:0;
	list-style:none;
	margin-left:-22px;
	min-height:20px;
	padding-left:22px
}
.tui-editor-contents .task-list-item:before {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADdJREFUKBVjvHv37n8GMgALSI+SkhJJWu/du8fARJIOJMWjGpECA505GjjoIYLEB6dVUNojFQAA/1MJUFWet/4AAAAASUVORK5CYII=);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:16px 16px;
	content:"";
	cursor:pointer;
	height:18px;
	left:0;
	position:absolute;
	top:1px;
	width:18px
}
.tui-editor-contents .task-list-item.checked:before {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMpJREFUKBVjjJ/64D8DGYCJDD1gLbTVyM3OxJDiJMzAxcYIdyALnIWDAdJU7i/OICfCxsDMxMgwc88bwk5F1vTs/W+GFUffwY2H+1FBlI2hLliCQYCbGSyJrqlzwwuGj9//YWoMtRBgUBJnZ6gMEGeQFWaFOw9kE7omkG5GWDyCPF7mJ86gIMbO8P//fwZGRkYGXJpAGuFO/fbrP0PXppcMD179JKgJRSOIA9N8/NZXrM4DqYEBjOgAaYYFOUwRNhruVGyS+MTI1ggAx8NTGcUtFVQAAAAASUVORK5CYII=)
}
.tui-editor-contents .task-list-item .task-list-item-checkbox, .tui-editor-contents .task-list-item input[type=checkbox] {
	margin-left:-17px;
	margin-right:3.8px;
	margin-top:3px
}
.tui-editor-contents-placeholder:before {
	color:#c4c4c7;
	content:attr(data-placeholder);
	line-height:160%;
	position:absolute
}
.tui-editor-contents p {
	word-break:break-word
}
.tui-editor-contents .syl-image-loading {
	position:relative
}
.tui-editor-contents .iframe-wrapper {
	max-height:1000px;
	max-width:700px
}
.syl-toolbar-tool {
	position:relative
}
.syl-toolbar-tool .static {
	position:relative!important
}
.syl-toolbar-tool .table {
	display:block!important
}
.syl-toolbar .static {
	position:relative!important
}
.syl-toolbar .table {
	display:inline-block!important
}
* {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	box-sizing:border-box
}
@font-face {
font-display:swap;
font-family:Douyin Sans;
font-style:normal;
font-weight:700;
src:url(https://lf3-static.bytednsdoc.com/obj/eden-cn/kuLauvyM-tyvmahsWulwV-upfbvK/ljhwZthlaukjlkulzlp/pc/font/DouyinSansBold.ttf) format("truetype")
}
.semi-dy-open-image-preview-image-img {
	max-height:-moz-fit-content;
	max-height:fit-content;
	max-width:-moz-fit-content;
	max-width:fit-content
}
.hover\:cursor-pointer:hover {
	cursor:pointer!important
}
.hover\:bg-\[\#2E323817\]:hover {
	background-color:#2e323817!important
}
.hover\:bg-gray-100:hover {
--tw-bg-opacity:1!important;
	background-color:rgb(243 244 246/var(--tw-bg-opacity, 1))!important
}
.hover\:bg-semi-color-primary-light-default:hover {
	background-color:var(--semi-color-primary-light-default)!important
}
.hover\:text-\[\#3c89ff\]:hover {
--tw-text-opacity:1!important;
	color:rgb(60 137 255/var(--tw-text-opacity, 1))!important
}
.hover\:text-semi-color-link:hover {
	color:var(--semi-color-link)!important
}
.hover\:text-semi-color-primary:hover {
	color:var(--semi-color-primary)!important
}
.hover\:text-semi-color-text-0:hover {
	color:var(--semi-color-text-0)!important
}
.hover\:opacity-100:hover {
	opacity:1!important
}
.syl-editor .ProseMirror {
	min-height:420px;
	padding:10px;
	white-space:pre-wrap
}
.ProseMirror {
	border:none!important
}
.syl-editor .ProseMirror>* {
	box-sizing:border-box
}
.syl-editor ol, .syl-editor p, .syl-editor ul {
	line-height:1.5
}
.syl-editor blockquote, .syl-editor h1, .syl-editor h2, .syl-editor h3, .syl-editor h4, .syl-editor h5, .syl-editor h6, .syl-editor ol, .syl-editor p, .syl-editor pre, .syl-editor ul {
	padding:0
}
.syl-editor {
	min-height:420px
}
.syl-editor:focus {
	outline:none
}
.syl-editor h1 {
	font-size:2em
}
.syl-editor h2 {
	font-size:1.5em
}
.syl-editor h3 {
	font-size:1.17em
}
.syl-editor h4 {
	font-size:1em
}
.syl-editor h5 {
	font-size:.83em
}
.syl-editor h6 {
	font-size:.67em
}
.syl-editor hr {
	background-color:#e8e8e8;
	border:none;
	height:1px;
	margin:1.25em 0;
	width:100%
}
.syl-editor a {
	color:#1a74ff;
	cursor:pointer;
	text-decoration:underline
}
.syl-editor a:hover {
	color:#1356bd
}
.syl-editor blockquote {
	background-color:#f8f8f8;
	border-radius:4px;
	margin-bottom:1.25em;
	padding:1em;
	quotes:none
}
.syl-editor blockquote p {
	color:#666
}
.syl-editor li {
	line-height:1.5;
	margin:0
}
.syl-editor ul {
	padding-left:1.25em
}
.syl-editor ul li {
	list-style-type:disc
}
.syl-editor ul ul li {
	list-style-type:circle
}
.syl-editor ul ul ul li {
	list-style-type:square
}
.syl-editor ol {
	padding-left:1.25em
}
.syl-editor ol li {
	list-style-type:decimal
}
.syl-editor ol ol li {
	list-style-type:lower-alpha
}
.syl-editor ol ol ol li {
	list-style-type:lower-roman
}
.syl-editor ol ol ol ol li {
	list-style-type:lower-greek
}
.syl-editor em {
	font-style:italic
}
.syl-editor strong {
	font-weight:700
}
.syl-editor u {
	text-decoration:underline
}
.syl-editor s {
	text-decoration:line-through
}
.syl-editor>div:first-child {
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	position:sticky;
	top:58px;
	z-index:5
}
.syl-editor .iframe-wrapper {
	display:flex;
	justify-content:center;
	min-height:100%;
	width:100%
}
iframe {
	background:transparent;
	border:1px solid #dee0e3
}
.ProseMirror {
	border:1px solid #999;
	border-radius:4px;
	box-sizing:border-box;
	min-height:500px;
	overflow:visible;
	padding:1em
}
.ProseMirror:focus {
	outline:none
}
.syl-placeholder {
	color:#999
}
.ProseMirror h1, .ProseMirror h2, .ProseMirror h3 {
	font-weight:700;
	margin-bottom:.5em;
	margin-top:.5em
}
.ProseMirror h1 {
	font-size:2em
}
.ProseMirror h2 {
	font-size:1.5em
}
.ProseMirror h3 {
	font-size:1.17em
}
.ProseMirror p {
	margin:0;
	position:relative
}
.ProseMirror li {
	list-style-type:none
}
.ProseMirror>ol, .ProseMirror>ul {
	margin:0;
	padding-left:1em
}
.ProseMirror ul li {
	list-style-type:disc
}
.ProseMirror ul ul li {
	list-style-type:circle
}
.ProseMirror ul ul ul li {
	list-style-type:square
}
.ProseMirror ol li {
	list-style-type:decimal
}
.ProseMirror ol ol li {
	list-style-type:lower-alpha
}
.ProseMirror ol ol ol li {
	list-style-type:lower-roman
}
.ProseMirror blockquote {
	background-color:#f8f8f8;
	border-radius:4px;
	color:#666;
	margin:1.25em 0;
	padding:1em
}
.ProseMirror blockquote:first-child {
	margin-top:0
}
.ProseMirror hr {
	border-style:inset;
	border-width:1px;
	margin-block-end:.5em;
	margin-block-start:.5em;
	overflow:hidden
}
.ProseMirror>div {
	margin:1.25em 0
}
.ProseMirror>div:first-child {
	margin-top:0
}
/*# sourceMappingURL=async-main.2683113e.css.map*/
