* {
  padding: 0;
  margin: 0;
  /*box-sizing: border-box;*/
  /*-webkit-box-sizing: border-box;*/
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", Arial;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style: none;
}
/* General Links */
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
