[data-type="Search_detail"] > .search-detail {
  border-top: 1px solid #dbe0e5;
  border-bottom: 1px solid #dbe0e5;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
[data-type="Search_detail"] > .search-detail > div {
  border: none;
  border-bottom: 1px solid #dbe0e5;
  padding: 0px;
  margin: 0;
  background: transparent;
  overflow: hidden;
  position: relative;
  line-height: 0;
  background: #f6f9fd;
}
[data-type="Search_detail"] > .search-detail > div:last-child {
  border-bottom: none;
}
.search-detail .classify > span,
.search-detail .brand > span {
  width: 140px;
  display: inline-block;
  text-align: left;
  text-indent: 30px;
  vertical-align: middle;
  height: 100%;
  min-height: 40px;
  line-height: 40px;
  color: #5b6274;
  font-weight: normal;
}
.search-detail .classify > ul,
.search-detail .brand > ul {
  float: right;
  width: 87%;
  line-height: 30px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-right: 80px;
  box-sizing: border-box;
  max-height: 70px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
.search-detail .brand > ul a.more {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #999;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  background: url(https://upmallresource.yonyouup.com/images/search.png) no-repeat right 9px;
  padding-right: 15px;
  overflow: hidden;
}
.search-detail .brand > ul a.more:hover {
  background-position: right -8px;
}
.search-detail .brand > ul a.more.up {
  background-position: right -26px;
}
.search-detail .brand > ul a.more.up:hover {
  background-position: right -43px;
}
.search-detail .classify > ul li,
.search-detail .brand > ul li {
  margin-left: 30px;
  float: left;
}
.search-detail .classify > ul a,
.search-detail .brand > ul a {
  color: #494848;
  font-size: 12px;
  cursor: pointer;
}
.search-detail .classify > ul a:hover,
.search-detail .brand > ul a:hover {
  color: #f33343;
}
.search-detail .brand > ul span.more {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #999;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-family: 'icon';
}
.search-detail .brand > ul span.more:after {
  content: '\e694';
  margin-left: 3px;
}
.search-detail .brand > ul span.more.up:after {
  content: '\e693';
  margin-left: 3px;
}
.search-detail .brand > ul span:hover {
  color: #f33343;
}
.search-detail .sedSelected {
  color: #f33343!important;
}
