
/* 搜索/分类猜测等接口等待（位于 .robot-card 下方，仅转圈） */
.jsearch-api-loading-mask {
	display: none;
	text-align: center;
	padding: 12px 0 20px;
}
.jsearch-api-loading-mask.is-open {
	display: block;
}
.jsearch-api-loading-spinner {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	border: 3px solid #e6ecf2;
	border-top-color: #1677ff;
	border-radius: 50%;
	animation: jsearch-api-spin 0.85s linear infinite;
}
@keyframes jsearch-api-spin {
	to {
		transform: rotate(360deg);
	}
}
.jsearch-api-loading-skip {
	display: inline-block;
	font-size: 14px;
	color: #1677ff;
	cursor: pointer;
	text-decoration: none;
}
.jsearch-api-loading-skip:hover {
	text-decoration: underline;
}

.similarTotal{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666 !important;
  text-align: center;
  float: right;
  margin-right: 8px !important;
  margin-top: 2px;
}
.similarTotal-open{
  background: url(../images/open.png) no-repeat left center;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 9px;
  vertical-align: middle;
}
.similarTotal-notopen{
  background: url(../images/not-open.png) no-repeat left center;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 9px;
  vertical-align: middle;
}
.jcse-similarly-box{
  max-height: 203px;
  float: left;
  overflow: auto;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin-top: 20px;
  width: 100%;
}
.jcse-similarly-item-title{
  color: #696969;
}
.jcse-similarly-item{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #EEEEEE;
  width: 96%;
  margin: 0 auto;
}
.jcse-similarly-item:last-child{
  border-bottom: none;
}
.jcse-similarly-item-date{
  float: right;
  color: #a6a6a6;
}

.jcse-similarly-box{
  display: none;
}

.similarTotal{
  cursor: pointer;
}

.toppng{
  position: fixed;
  bottom: 100px;
  right: 50px;
}

.delete-icon{
  position: absolute;
  left: 655px;
  top: 43px;
  width: 16px;
  height: 22px;
}

.customtime{
  display: none;
}

.knowledgecard li{
  content: ".";
  color: #a3a3a3;
}

.knowledgecard li a{
  color: rgb(163, 163, 163);
  line-height: 28px;
}