#answer {
  margin-top: 0.24rem;
  line-height: 0.28rem;
}

.answer ul,
.answer ol {
    padding-left: 10px;
}

.answer ol {
  margin-left: 16px;
}

.answer dl,
.answer ol,
.answer p,
.answer pre,
.answer table,
.answer ul {
    margin-bottom: 6px !important;
}

.answer h1,
.answer h2,
.answer h3,
.answer h4,
.answer h5,
.answer h6 {
    font-weight: 700 !important;
    font-size: 1.25em !important;
    margin-top: 16px !important;
    margin-bottom: 6px !important;
}

.answer li>p {
  margin: 3px 0 !important;
}

.ds-markdown-cite {
	vertical-align: middle;
	font-variant: tabular-nums;
	box-sizing: border-box;
	color: #404040;
	cursor: pointer;
	background: #e5e5e5;
	border-radius: 9px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	height: 18px;
	margin-left: 4px;
	padding: 0 6px;
	font-size: 12px;
	font-weight: 400;
	display: inline-flex;
	position: relative;
	top: -2px;
}

.ds-markdown-cite:hover {
	/* 样式 */
	background: #333;
	color: #fff;
}

.answer ol li {
  list-style-type: decimal !important;
}

.answer ul li {
  list-style-type: none !important;
}

.popup {
	position: fixed;
	width: 92%;
	height: 92%;
	z-index: 99999;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	border-radius: 20px;
	background: rgba(255, 255, 255, 1);
}

.close-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ccc;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0.45);
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	position: absolute;
	top: 16px;
  right: 16px;
}

.popup-content {
	width: 100%;
	height: 100%;
}

.mindmap-content {
	margin: 50px;
	width: 100%;
	height: 100%;
}

//改写弹窗样式
.aiss_popup_body_con ul,
.aiss_popup_body_con ol {
    padding-left: 10px;
}

.aiss_popup_body_con ol {
  margin-left: 16px;
}

.aiss_popup_body_con dl,
.aiss_popup_body_con ol,
.aiss_popup_body_con p,
.aiss_popup_body_con pre,
.aiss_popup_body_con table,
.aiss_popup_body_con ul {
    margin-bottom: 6px !important;
}

.aiss_popup_body_con h1,
.aiss_popup_body_con h2,
.aiss_popup_body_con h3,
.aiss_popup_body_con h4,
.aiss_popup_body_con h5,
.aiss_popup_body_con h6 {
    font-weight: 700;
    font-size: 1.25em !important;
    margin-top: 16px !important;
    margin-bottom: 6px !important;
}

.aiss_popup_body_con li>p {
  margin: 3px 0 !important;
}

.loading-text {
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine .8s cubic-bezier(.33, 0, .67, 1) infinite;
	animation: shine .8s cubic-bezier(.33, 0, .67, 1) infinite;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: -webkit-linear-gradient(right, #63a1e3 18.52%, #0052ff 47.63%, #3573b5 76.85%);
	background-image: linear-gradient(270deg, #63a1e3 18.52%, #0052ff 47.63%, #3573b5 76.85%);
	background-position: -100% 0;
	background-size: 200% 200%;
	color: #3573b5
}

.dot {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #63a1e3;
	margin-right: 2px;
	-webkit-animation: opacity .4s ease-in-out infinite;
	animation: opacity .3s ease-in-out infinite;
	margin-left: 4px;
}