@import "../reset.css";
#search-body {
  background: #fff;
}
.search-content {
  margin-bottom: 20px;
}
.haveData-box {
  /* display: none; */
}
/*搜索结果*/
.search-search-results {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.search-related-search {
  height: 40px;
  overflow: hidden;
  padding-left: 8px;
}
.search-related-search a {
  float: left;
  display: block;
  height: 20px;
  line-height: 20px;
  border: 1px solid #c30d23;
  background: #fff;
  margin: 8px 6px 0 0;
  padding: 0 0 0 5px;
}
.search-related-search i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #c30d23;
  font: bold 20px/20px Arial;
  text-align: center;
}
/*搜索结果END*/
/*主体内容左边*/
.search-search-main-lt {
  width: 200px;
}
.search-seach-main-nav {
  border: 1px #ccc solid;
  width: 198px;
  background: #fff;
  margin-bottom: 18px;
  border-bottom: 0;
}
.search-seach-main-nav h2 {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding-left: 17px;
  border-bottom: 1px #ccc solid;
  background: #f3f3f3;
}
.side-lt-list h3 {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding-left: 17px;
  border-bottom: 1px #ccc solid;
  cursor: pointer;
  background: #fbfbfb;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.side-lt-list h3 i {
  background: url(../../img/sprites/search/icon.png) no-repeat 0 -17px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.side-lt-list h3 i.on {
  background-position: 0 0;
}
.side-lt-list-childs {
  border-bottom: 1px #ccc solid;
  display: none;
}
.side-lt-list-childs dd {
  line-height: 30px;
  font-size: 14px;
  padding-left: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.side-lt-list-childs dd a:hover {
  text-decoration: underline;
  color: #666;
}
.side-lt-list-childs dd a.on {
  color: #d60d1f;
}
.side-lt-list-childs dd a.on:hover {
  text-decoration: none;
}
.look-more {
  margin: 8px 0 15px 25px;
}
.look-more a {
  border: 1px #ff6666 solid;
  height: 22px;
  line-height: 20px;
  text-decoration: center;
  background: #fff;
  color: #d60d1e;
  cursor: pointer;
  padding: 2px 15px;
}
.look-more a i {
  font-size: 18px;
  font-weight: 500;
}
.display-all {
  border-bottom: 1px #ccc solid;
}
.display-all a {
  text-align: right;
  color: #d60d1e;
  font-size: 14px;
  display: block;
  padding: 3px 20px 10px 0;
}
.display-all a i {
  font-size: 18px;
  font-weight: 500;
}
/*推荐*/
.recommend-main {
  width: 198px;
  border: 1px solid #ccc;
}
.recommend-main h2 {
  margin-bottom: 10px;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color:#5f5f5f;
  font-weight: bold;
  background: #fff;
  text-indent: 17px;
  border-bottom: 1px dotted #ececec;
}
.recommend-list {
  padding-bottom: 10px;
}
.recommend-list > li {
  width: 188px;
  margin-bottom: 0;
  padding: 5px;
}
.recommend-list > li .li-img {
  height: 180px;
}
.recommend-list > li .li-img img {
  width: 100%;
  height: 100%;
}
.recommend-list > li .li-txt {
  line-height: 22px;
}
.recommend-list > li .li-txt > div {
  height: 22px;
  overflow: hidden;
}
.recommend-list > li .li-txt h3 {
  height: 22px;
  padding-top: 8px;
  overflow: hidden;
}
.recommend-list > li .li-txt .shop a {
  color: #a7a7a7;
}
.recommend-list > li .li-txt .situation {
  padding-top: 5px;
}
.recommend-list > li .li-txt .situation span.price {
  float: left;
  color: #c30d23;
  font-size: 18px;
}
.recommend-list > li .li-txt .situation span.sell {
  float: right;
}
.recommend-list > li .li-txt .situation span.sell em {
  color: #ff6666;
}
/*推荐END*/
/*主体内容左边END*/
/*主体内容右边*/
html {
  /*background: #F3F3F3;*/
}
#search-iframe-body {
  /*background-color: #F3F3F3;*/
}
#search-iframe-container {
  min-height: 400px;
  /*background-color: #fff;*/
}
/*筛选栏目*/
.search-search-main-rg {
  width: 997px;
}
.search-selector {
  /*background: #fff;*/
  border: 1px #ccc solid;
}
.search-selector h5 {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #f3f3f3;
}
.search-selector h5 strong {
  color: #c30d23;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
}
.search-selector h5 span {
  margin:0 4px;
}
.search-selector .sl-wrap {
  border-top: 1px solid #ddd;
  line-height: 34px;
  min-height: 34px;
  position: relative;
  background: #fff;
  padding: 5px 0;
}
.search-selector .sl-wrap a {
  color: #000;
}
.search-selector .sl-wrap a:hover {
  color: #f00;
}
.search-selector .sl-key {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 100px;
  text-align: right;
}
.search-selector .sl-key strong {
  font-weight: 500;
}
.search-selector .sl-value {
  margin-left: 100px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 220px;
}
.search-selector .sl-ext {
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 0;
  padding-right: 30px;
  top: 9px;
}
.search-selector .sl-ext a {
  margin: 0 10px;
}
.search-selector .sl-ext a.sl-e-more {
  display: none;
}
.search-selector .sl-ext a.sl-e-multiple {
  display: none;
  vertical-align: top;
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  width: 70px;
  color: #666;
}
.search-selector .sl-ext a.sl-e-multiple:hover {
  color: #c30d23;
}
.search-selector .sl-v-list {
  padding-top: 4px;
  height: 30px;
  overflow: hidden;
}
.search-selector .sl-v-list ul {
  *zoom: 1;
}
.search-selector .sl-v-list ul:after {
  display: table;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.search-selector .sl-v-list li {
  float: left;
  margin-right: 20px;
  margin-bottom: 4px;
  height: 26px;
  line-height: 26px;
}
#sl-brand .sl-v-list {
  /* li {
            width: 90px;
            margin-right: 5px;
            text-overflow:ellipsis;
            overflow: hidden;
            white-space: nowrap;
        } */
}
#sl-price .sl-v-list ul {
  float: left;
}
#sl-price .sl-v-list .sl-price-input {
  float: left;
  height: 26px;
  line-height: 26px;
}
#sl-price .sl-v-list .sl-price-input input {
  border: 1px solid #cccccc;
  padding: 2px 5px;
  line-height: 16px;
  height: 16px;
  text-align: center;
  width: 70px;
  margin: 2px 5px 0;
  vertical-align: top;
}
#sl-price .sl-v-list .sl-price-input a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  width: 54px;
  color: #666;
}
#sl-price .sl-v-list .sl-price-input a:hover {
  color: #c30d23;
}
.search-selector-showmore {
  width: 130px;
  line-height: 36px;
  height: 36px;
  border: 1px solid #cccccc;
  border-top: 0;
  background: #fff;
  position: relative;
  z-index: 10;
  top: -1px;
  margin: auto;
  display: none;
}
.search-selector-showmore a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.search-selector-showmore i {
  font-size: 18px;
  font-weight: 500;
}
/*筛选栏目END*/
.search-filter {
  border: 1px #ccc solid;
  border-top: 0;
  margin-top: 20px;
  line-height: 34px;
}
.search-filter .sl-wrap {
  border-top: 1px solid #ddd;
  min-height: 34px;
  position: relative;
  background: #fff;
  padding: 5px 0;
  background: #fbfbfb;
}
.search-filter .sl-wrap a {
  color: #000;
}
.search-filter .sl-wrap a:hover {
  color: #f00;
}
.search-filter .sl-key {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 70px;
  text-align: right;
}
.search-filter .sl-key strong {
  font-weight: 500;
}
.search-filter .sl-value {
  margin-left: 80px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 220px;
}
.search-filter .sl-v-list ul {
  *zoom: 1;
}
.search-filter .sl-v-list ul:after {
  display: table;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.search-filter .sl-v-list li {
  float: left;
  width: 74px;
  padding-right: 10px;
  text-align: center;
}
.search-filter .sl-v-list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.search-filter .sl-v-list li a.on {
  background: #ff6666;
  color: #fff;
}
.search-filter .sl-ext {
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 0;
  padding-right: 30px;
  top: 9px;
}
.search-filter .sl-ext span {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}
.search-filter .sl-ext a {
  margin: 0 10px;
}
.search-filter .sl-ext a.sl-e-multiple {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  width: 70px;
  color: #666;
}
.search-filter .sl-ext a.sl-e-multiple:hover {
  color: #c30d23;
}
#sf-send .sl-v-list .ps {
  min-width: 130px;
  vertical-align: middle;
  border: 1px #ccc solid;
  height: 26px;
  line-height: 28px;
}
#sf-send .sl-v-list label {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
#sf-send .sl-v-list label input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#sf-send .result-input {
  border: 1px #ccc solid;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  color: #666;
  margin-left: 20px;
  border-right: none;
  vertical-align: middle;
}
#sf-send .btn-result-sure {
  border: 1px #ccc solid;
  height: 30px;
  line-height: 26px;
  vertical-align: middle;
  cursor: pointer;
  width: 64px;
  background: #fefefe;
}
#sf-send .fh-address {
  margin-left: 20px;
}
#sf-send .fh-address span {
  cursor: pointer;
}
#sf-send .fh-address span i {
  font-size: 18px;
  font-weight: 500;
}
#sf-send .sl-ext a {
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  margin: 0 2px;
  text-align: center;
  width: 52px;
  display: inline-block;
  background: #fefefe;
  vertical-align: middle;
}
.list-wrap {
  margin-top: 12px;
}
.product-list {
  margin-right: -22px;
  padding-bottom: 10px;
}
.product-list > li {
  width: 200px;
  margin-right: 19px;
  float: left;
  padding: 15px;
  border: 1px solid #fff;
  transition: border-color 0.1s ease;
  margin-left: 2px;
  background: #fff;
}
.product-list > li:hover {
  border: 1px solid #eaeaea;
  box-shadow: 0 0 2px rgba(186, 186, 186, 0.5);
}
.product-list > li .li-img {
  height: 190px;
}
.product-list > li .li-img img {
  width: 100%;
  height: 100%;
}
.product-list > li .li-txt {
  line-height: 22px;
}
.product-list > li .li-txt > div,
.product-list > li .li-txt h3 {
  height: 22px;
  overflow: hidden;
}
.product-list > li .li-txt .shop a {
  color: #a7a7a7;
}
.product-list > li .li-txt .situation {
  padding-top: 5px;
}
.product-list > li .li-txt .situation span.price {
  float: left;
  color: #c30d23;
  font-size: 18px;
}
.product-list > li .li-txt .situation span.sell {
  float: right;
}
.product-list > li .li-txt .situation span.sell em {
  color: #ff6666;
}
.product-list > li .li-txt .operate a {
  color: #999;
}
.product-list > li .li-txt .operate a:hover {
  color: #c30d23;
}
.product-list > li .li-txt .operate a.focus {
  float: left;
}
.product-list > li .li-txt .operate a.addcart {
  float: right;
}
.product-list .li-scroll {
  padding: 5px 0 8px;
  height: 28px;
  overflow: hidden;
}
.product-list .childs-dl-list {
  margin-right: -6px;
}
.product-list .childs-dl-list dd {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
.product-list .childs-dl-list dd a {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
}
.product-list .childs-dl-list dd a.on,
.product-list .childs-dl-list dd a:hover {
  border: 1px solid #e4393c;
}
.product-list .childs-dl-list dd img {
  width: 26px;
  height: 26px;
}
.nodata-box {
  display: none;
  padding-bottom: 20px;
}
.nodata-box h5 {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #fdfdfd;
}
/*猜你喜欢列表*/
.like-tle {
  height: 48px;
  background: #fff;
  padding-left: 15px;
  line-height: 48px;
  margin-bottom: 18px;
}
.like-tle img {
  vertical-align: middle;
}
.like-list {
  margin-right: -22px;
}
.like-list > li {
  width: 200px;
  margin-right: 19px;
  float: left;
  padding: 15px;
  border: 1px solid #fff;
  transition: border-color 0.1s ease;
  margin-left: 2px;
  background: #fff;
}
.like-list > li:hover {
  border: 1px solid #eaeaea;
  box-shadow: 0 0 2px rgba(186, 186, 186, 0.5);
}
.like-list > li .li-img {
  height: 190px;
}
.like-list > li .li-img img {
  width: 100%;
  height: 100%;
}
.like-list > li .li-txt {
  line-height: 22px;
}
.like-list > li .li-txt > div {
  height: 22px;
  overflow: hidden;
}
.like-list > li .li-txt h3 {
  height: 32px;
  line-height: 16px;
  padding-top: 8px;
}
.like-list > li .li-txt .situation {
  padding-top: 5px;
}
.like-list > li .li-txt .situation span.price {
  float: left;
  color: #c30d23;
  font-size: 18px;
}
.like-list > li .li-txt .situation span.sell {
  float: right;
}
.like-list > li .li-txt .situation span.sell em {
  color: #ff6666;
}
/*猜你喜欢END*/
/*分页END*/
/*列表页*/
.result-list {
  background: #fff;
  margin-bottom: 20px;
}
.result-list li {
  border-bottom: 1px #ccc solid;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.result-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
img.item-pic {
  border: 1px solid #ccc;
  display: inline-block;
  height: 98px;
  vertical-align: middle;
  width: 98px;
}
.item-fl-atxt {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  width: 208px;
}
.item-fl-atxt h3 {
  line-height: 15px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  height: 30px;
  overflow: hidden;
}
.item-fl-atxt h3 a {
  color: #000;
}
.item-fl-atxt h3 a:hover,
.item-fl-atxt p a:hover {
  color: #f00;
}
.item-fl-atxt p a {
  color: #666;
  margin-right: 25px;
}
.item-fl-txt span {
  display: inline-block;
  line-height: 15px;
  margin-left: 40px;
  overflow: hidden;
  vertical-align: middle;
  margin-top: 40px;
  text-align: center;
  width: 150px;
}
.item-fl-txt span.price {
  font-size: 18px;
  color: #f00;
}
/*列表页END*/
/*主体内容右边END*/
