.hot-words-block{
	max-width: 380px;
	width: 115%;
	top: 100%;
  	left: -10%;
	margin-top:15px;
  	padding:10px;
	position: absolute;
	background: #ffffff;
	display:none;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 8px 6px 0px rgba(4,0,0,0.25);
}
.hot-words-title{
  width:100%;
  margin:10px;
}
.hot-words-title-img{
  width:17px;
  height:21px;
  float:left;
  margin-right:15px;
}
.hot-words-title-text{
  font-size: 15px;
  font-family: Source Han Sans HC Normal, Source Han Sans HC Normal-Normal;
  font-weight: Normal;
  text-align: left;
  color: #de2810;
}
.hot-words-block h3{
	color: rgb(23, 69, 239);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0.5rem;
}
.hot-word-item{
	display: inline-flex;
	/* margin: 0px 14px 13px 0px;
	padding: 9px 15px 11px 13px;
	border: 1px solid #bdbdbd; */
   padding: 9px 7px 11px 6px;
	border-image: initial;
	cursor:pointer;
	opacity: 0.8;
	font-size: 14px;
	font-family: Source Han Sans HC Normal, Source Han Sans HC Normal-Normal;
	font-weight: Normal;
	text-align: left;
	color: #7b7b7b;
}
.completion-words-block{
	width: 100%;
	top: 100%;
	margin-top:5px;
  	padding:10px 0;
	position: absolute;
	background: #ffffff;
	display:none;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 8px 6px 0px rgba(4,0,0,0.25);
}
}
.completion-words-items{
  width:100%;
}
.completion-words-items:hover{
  background:#e0e0e0;
}
.completion-word-item{
  width:100%;
  height:35px;
  line-height:35px;
  padding:0 10px;
  cursor:pointer;
  overflow:hidden;
  opacity: 0.8;
  font-size: 14px;
  font-family: Source Han Sans HC Normal, Source Han Sans HC Normal-Normal;
  font-weight: Normal;
  text-align: left;
  color: #7b7b7b;
}
.arrow-s{
    position:absolute;
    top:-20px;
    left:50px;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #e0e0e0 transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
}
.arrow-i{
    position:absolute;
    top:-9px;
    *top:-9px;
    left:-10px;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #FFFFFF transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
}
