﻿ .zhLan, .zhLan *{
    font-family: Noto Sans SC !important;
}
.brandShop, .brandWhereToBuy {
  min-width: 100px;
  font-size: 14px;
  padding: 6px 20px !important;
  border-radius: 10px;
  color: white !important;
  background-image: linear-gradient( to bottom, rgba(44, 123, 189,1) 0%, rgba(44, 123, 189,.85) 50%, rgba(44, 123, 189,1) 100% );
  background-color: transparent;
}
.redColor *{
  color: red !important;
}
.hidden{
  display: none !important;
}