/* 热门搜索 */
.popular-right {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  line-height: initial;
}

/* 覆盖原有样式 */
.popular-right p.con-tit {
  display: block;
  padding-left: 0;
  color: #000;
  font-size: 18px;
  font-weight: normal;
}

.rmss-list li {
  width: 100%;
  margin: 16px 0;
  font-weight: 500;
  line-height: 24px;
}

.rmss-list li span {
  float: left;
  display: block;
  width: 26px;
  color: #999;
  line-height: 24px;
}

.rmss-list li a {
  display: inline-block;
  width: 80%;
  color: #666;
  font-weight: 500;
}
.rmss-list li:nth-child(1) span {
  color: #fb3a4e;
}
.rmss-list li:nth-child(2) span {
  color: #e96613;
}
.rmss-list li:nth-child(3) span {
  color: #f2ad4f;
}

/* 猜你想搜 */
.guess-container {
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  line-height: initial;
}

.guess-container p.guess {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  /* margin-top: 24px; */
  margin-bottom: 17px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.guess-container p.guess .jsearch-noShow {
  display: none;
}

.guess-container p {
  padding: 0;
  margin: 0;
}

.guess-list li {
  padding-bottom: 16px;
}

.guess-list li a {
  display: inline-block;
  width: 80%;
  margin-left: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jsearch-show {
  display: block;
}

.jsearch-show-inline {
  display: inblock;
}

.jsearch-noShow {
  display: none;
}

.search-record-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 28px 0 0;
}

.record-list-item {
  display: flex;
  flex-direction: initial;
  align-items: center;
  flex: 0 0 auto;
  height: 32px;
  padding: 0 8px 0 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #000;
  line-height: 32px;
  text-decoration: none;
  background: #f1f3f5;
  border-radius: 6px;
}

.record-list-item img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 4px;
}

.record-list-item span {
  display: inline-block;
  overflow: hidden;
  /* max-width: 84px; */
  height: 24px;
  padding-bottom: 2cap;
  margin-right: 4px;
  font-size: 12px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
