.sct-summary {
  border: 1px solid #b7b7b7;
  font-size: 0;
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
}
.sct-summary li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 9px 0 10px;
  border-right: 1px solid #e3e3e3;
}
.sct-summary li:last-of-type {
  border-right: 0;
}
.sct-summary:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  color: #b7b7b7;
  border-left: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 18px;
  top: -6px;
  background-color: #fff;
}

.hung3em {
  text-indent: -3em;
  padding-left: 3em;
}

.hung5em {
  text-indent: -5em;
  padding-left: 5em;
}

#dealer-shop-wrap {
  background: #fff;
}
#dealer-shop-wrap .dealt-shop-summary, #dealer-shop-wrap .brand-hotproducts {
  margin: 0 10px;
}
#dealer-shop-wrap .dealt-shop-summary {
  padding: 15px 0;
}
#dealer-shop-wrap .dealt-shop-summary h1, #dealer-shop-wrap .dealt-shop-summary p {
  line-height: 100%;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
}
#dealer-shop-wrap .dealt-shop-summary h1 {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: normal;
}
#dealer-shop-wrap .dealt-shop-summary p {
  font-size: 15px;
  margin-top: 5px;
  line-height: normal;
}
#dealer-shop-wrap .dealt-shop-summary .shop-location-p, #dealer-shop-wrap .dealt-shop-summary .opt-brand-p{
  white-space: normal;
  max-height: 39px;
  line-height: 17px;
}
#dealer-shop-wrap .dealt-shop-summary .opt-brand-p a{
  color: #999;  
  padding-left: 5px;
}
#dealer-shop-wrap .dealt-shop-summary .opt-brand-p a:first-of-type{
  padding-left: 0;
}

#dealer-shop-wrap .dealt-shop-summary .shop-location {
  line-height: 17px;
}
#dealer-shop-wrap .dealt-shop-summary .product-types {
  font-size: 13px;
  color: #999999;
}

#dealer-shop-wrap .dealt-shop-summary .product-types .current-filter-type{
  color: #038b5a;
}

.brand-hotproducts {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid transparent;
}

.brand-hotproducts h2 {
  margin-top: 15px;
}

.brand-hotproducts h2 i {
  display: block;
}

.brand-hotproducts-list{
  padding-bottom: 10px;
}

.brand-hotproducts-list li {
  margin-top: 10px;
  overflow: hidden;
}

.brand-hotproducts-list li.hidden-type{
  display: none;
}

.brand-product-image {
  width: 100px;
  height: 100px;
  float: left;
}

.brand-product-image img {
  width: 100%;
  height: 100%;
}

.brand-product-detail {
  margin-left: 125px;
  margin-top: 20px;
  color: #333333;
}

.brand-product-detail h3, .brand-product-detail p {
  overflow: hidden;
  white-space: nowrap;
}

.brand-product-detail h3 {
  line-height: 100%;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand-product-detail p {
  margin-top: 10px;
  line-height: 100%;
}

.brand-product-detail em {
  color: #f77f7f;
}

.brand-product-score-wrap {
  position: relative;
}

.brand-product-score-wrap i {
  position: absolute;
  left: 0;
  top: 0;
}

.hotproducts-more {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background-color: #eeeeee;
}
