body,
html {
  background: #fff;
  color: #434343;
  overflow: hidden;
  overflow-y: auto; }

.brand-title {
  height: 150px;
  background: #f6f6f6;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: 60px; }
  .brand-title img {
    width: 180px;
    margin: 15px auto; }

.brand-detail,
.brand-honour,
.brand-product {
  line-height: 26px; }
  .brand-detail h3,
  .brand-honour h3,
  .brand-product h3 {
    font-size: 26px;
    line-height: 60px; }

.brand-product {
  margin-top: 40px; }
  .brand-product .product-list {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: inline-block;
    overflow: hidden;
    padding: 10px; }
    .brand-product .product-list img {
      width: 100px;
      height: 100px;
      margin-right: 10px;
      float: left; }
    .brand-product .product-list .product-detail {
      display: block;
      font-size: 14px;
      line-height: 26px;
      margin-top: 15px;
      margin-left: 110px;
      font-size: 12px; }
      .brand-product .product-list .product-detail span {
        margin-top: 10px;
        font-weight: bold;
        font-size: 14px; }

.brand-detail {
  margin-top: 80px; }

.brand-honour {
  margin-top: 40px; }
  .brand-honour .honour-img {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px; }
    .brand-honour .honour-img img {
      max-width: 40%; }

.wrapper {
  width: 90%;
  margin: 0 4%; }

.tips {
  text-align: right;
  margin: 50px 0;
  font-size: 14px; }

.brand-honour {
  font-size: 12px;
  text-align: center; }

.honour-img {
  height: 250px; }

.honour-img img {
  width: auto;
  height: 170px;
  max-width: initial; }

.brand-honour div {
  max-width: 74%;
  margin: 10px auto;
  margin-bottom: 30px; }
