.search-nofound {
  border-bottom: 1px solid #e8e8e8;
}
.search-nofound .search-result .search-result-keywords {
  font-size: 20px;
  display: inline-block;
}
.search-content {
  margin: 0;
  display: flex;
  line-height: 62px;
  font-size: 16px;
  font-family: MiSansVF_Semibold;
}

.no-result {
  text-align: center;
  font-family: MiSansVF_Semibold;
  font-style: normal;
  margin-bottom: 160px;
}

.no-result .no-result-img {
  width: 282px;
  height: 282px;
  margin: 56px auto 0;
}

.no-result .no-result-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}

.no-result .no-result-desc {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
