* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  display: block;
}
a:hover,
button:hover {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
}
body {
  font: normal 14px "Microsoft Yahei";
  /* H5页面点击按钮后出现闪烁或黑色背景的解决办法 */
  -webkit-tap-highlight-color:transparent;
  *{ -webkit-tap-highlight-color:transparent; }
  *{ -webkit-tap-highlight-color:rgba(255,255,255,0) }
}
table {
  width: 100%;
  border-collapse: collapse;
}
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
b {
  font-weight: bold;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: 'DIN';
  src: url('/assets/fonts/DIN-Medium.ttf');
}