@charset "utf-8";
/* ==== brand-detail ==== */
.brand-detail {
  margin-top: 30px;
}
.brand-detail-brief {
  margin: 11px 0 14px;
}
.brand-detail-brief .pic {
  width: 53px;
  height: 53px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.brand-detail-brief .title {
  line-height: 53px;
}
.brand-detail-content p {
  margin: 10px 0;
  line-height: 26px;
  color: #666;
}
.brand-detail-content.is-folded .text{
  max-height: 78px;
  overflow: hidden;
}
.brand-detail .show-all {
  line-height: 30px;
  font-size: 13px;
  color: #508cc7;
  text-align: right;
}
/* ==== 侧边栏旗舰店 ==== */
.flagshop {
  overflow: hidden;
}
.flagshop a {
  display: block;
  margin: 20px 0;
  line-height: 25px;
}
.flagshop-logo {
  width: 25px;
  height: 25px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}