.g-detail .brandBar{
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  padding:30px 0;
}
.g-detail .brandBar .brandItem{
  color: #999999;
}
.g-detail .brandBar .activeBrandItem{
  color: #333;
}
.g-detail .content .topTitle{
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.g-detail .content .topTitle .title{
  font-size: 34px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.g-detail .content .topTitle .subTitle{
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
}
.g-detail .content .topTitle .subTitle .visiteCount{
  margin-left: 20px;
}
.g-detail .content .contentDesc{
  font-size: 16px;
  min-height:400px;
}
.g-detail .content .contentDesc img{
  max-width:1000px;
  width: 100%;
  height: auto;
  display: block;
}