body {
  background-color: #fff;
}

#brand-occupancy {
  background-color: #fff;
}
#brand-occupancy .brand-name {
  font-size: 14px;
  line-height: 100%;
  color: #01af63;
  padding: 0 10px;
  margin-top: 14px;
  border-bottom: 2px solid #01af63;
  padding-bottom: 4px;
}

.brand-occupancy-wrap {
  padding: 0 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #b7b7b7;
}

.brand-occupancy-list li {
  position: relative;
  border-bottom: 1px dotted #f77f7f;
  height: 14px;
  margin-top: 16px;
}
.brand-occupancy-list li:last-of-type {
  margin-bottom: 16px;
}
.brand-occupancy-list li .brand-occupancy-type, .brand-occupancy-list li .brand-occupancy-ratio {
  position: absolute;
  font-size: 14px;
  color: #595757;
}
.brand-occupancy-list li .brand-occupancy-type {
  left: 0;
  background-color: #fff;
  color: #595757;
  line-height: 100%;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
}
.brand-occupancy-list li .brand-occupancy-ratio {
  background-color: #f77f7f;
  height: 19px;
  line-height: 19px;
  color: #fefefe;
  border-radius: 2px;
  padding: 0 4px;
}
.brand-occupancy-list li .brand-ratio-wrap {
  border: 1px solid transparent;
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  padding: 1px 0 1px 1px;
  background-color: #fff;
  max-width: 25%;
  overflow: hidden;
  white-space: nowrap;
}
.brand-occupancy-list li .brand-occupancy-ratio {
  position: static;
}

.brand-product h2 {
  margin: 15px 10px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #b7b7b7;
  font-size: 14px;
  color: #221815;
}
.brand-product .brand-product-types {
  padding: 0 10px 0 14px;
  margin-top: 8px;
  overflow: hidden;
}
.brand-product .brand-product-types li {
  float: left;
  margin-right: 25px;
  margin-top: 7px;
  font-size: 14px;
}
.brand-product .brand-product-types li a {
  color: #018b58;
}
.brand-product .brand-product-types li em {
  color: #898989;
}
.brand-product .brand-product-types.unfold {
  max-height: none;
}
.brand-product .brand-type-more-wrap {
  padding-top: 13px;
  border: 1px solid transparent;
}
.brand-product .brand-type-more {
  height: 30px;
  line-height: 30px;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  font-size: 13px;
  color: #b5b5b6;
  text-align: center;
  margin: 0 10px;
}
.brand-product .brand-type-more i {
  position: relative;
  top: -2px;
}
/*.brand-product .brand-type-more .brand-type-more-fold {
  display: block;
}
.brand-product .brand-type-more .brand-type-more-unfold {
  display: none;
}
.brand-product .brand-type-more.unfold .brand-type-more-unfold {
  display: block;
}
.brand-product .brand-type-more.unfold .brand-type-more-fold {
  display: none;
}*/

.brand-hotproducts {
  padding: 0 10px;
}

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

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

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

.brand-product-detail {
  margin-left: 125px;
  padding: 20px 0;
  color: #333333;
  margin-top: -1px;
}
.brand-product-detail h3, .brand-product-detail p {
  overflow: hidden;
  white-space: nowrap;
}
.brand-product-detail h3,.brand-product-detail p {
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
.brand-product-detail p{
  margin-top: 8px;
}

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

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