body {
  background-color: #e7e7e7;
}

#brand-types-wrap {
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}

.brand-types {
  overflow: hidden;
  display: inline-block;
}

.brand-types li {
  float: left;
  display: block;
  margin: 0 7px;
}
.brand-types li:first-of-type {
  margin-left: 0;
}
.brand-types li:last-of-type {
  margin-right: 0;
}
.brand-types li a {
  display: block;
}
.brand-types li i {
  display: block;
}
.brand-types li p {
  font-size: 13px;
  line-height: 100%;
  color: #999999;
  margin-top: 5px;
}
.brand-types li.brand-type-active p {
  color: #7bdcc8;
}

#brand-navs-wrap {
  margin-top: 10px;
  background-color: #fff;
}

.brand-nav {
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
}
.brand-nav:first-of-type {
  border-top: 1px solid transparent;
}
.brand-nav:last-of-type {
  border-bottom: 0;
}
.brand-nav h2 {
  font-size: 14px;
  color: #01af63;
  line-height: 100%;
  margin: 14px 0 0 0;
  padding: 0 11px 4px 11px;
  border-bottom: 2px solid #01af63;
}

.empty-brand-nav {
  margin-bottom: 0px;
}

.brand-row {
  overflow: hidden;
}
.brand-row li {
  box-sizing: border-box;
  float: left;
  border-right: 1px dotted #dddddd;
  border-bottom: 1px dotted #dddddd;
}
.brand-row a {
  height: 40px;
  text-align: center;
  display: block;
  color: #595757;
}
.brand-row li p{
  white-space: nowrap;
  overflow: hidden;
}

.col-5 li {
  width: 20%;
}
.col-5 li a {
  line-height: 40px;
  font-size: 14px;
}
.col-5 li:nth-of-type(5n) {
  border-right: 0;
}

.col-3 li {
  width: 33.33333%;
}
.col-3 li:nth-of-type(3n) {
  border-right: 0;
}
.col-3 li a {
  line-height: 100%;
}
.col-3 li p:first-of-type {
  font-size: 12px;
  padding-top: 5px;
}
.col-3 li p:nth-of-type(2) {
  margin-top: 3px;
  font-size: 12px;
}
.col-3 li p.brand-more {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.icon-brand-more {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  color: #595757;
}
.icon-brand-more i {
  position: absolute;
  display: block;
  box-sizing: border-box;
}
.icon-brand-more i:first-of-type {
  border-top: 2px solid;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
}
.icon-brand-more i:last-of-type {
  border-left: 2px solid;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  width: 1px;
}

.brand-extra {
  display: none;
}

.brand-unfold .brand-more-item {
  display: none;
}

.brand-unfold .brand-extra {
  display: block;
}