html,
body {
  /*
    font-family: -apple-system, PingFang SC, BlinkMacSystemFont, SF Pro SC, SF Pro Text, Helvetica Neue, Helvetica, Segoe UI, Roboto, Hiragino Sans GB, arial, microsoft yahei ui, Microsoft YaHei, SimSun, sans-serif;
    */
  font-family: "Helvetica Neue", "Source Sans Pro", -apple-system,
    "BlinkMacSystemFont", "Segoe UI", "Arial", "sans-serif";
  width: 100%;
  height: 100%;
  font-size: 14px !important;
}
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}
ul li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
label {
  font-weight: 100;
}
img {
  border: 0 none;
  vertical-align: top;
}
button {
  cursor: pointer;
  outline: none;
}
input[type="file"] {
  cursor: pointer;
}
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
input::placeholder {
  color: #c1c5ce;
}
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
}
.Hei100 {
  height: 100%;
}
.Pad0 {
  padding: 0 !important;
}
.hide {
  display: none !important;
}
.BlockHide {
  visibility: hidden;
}
.MaxWid {
  margin: 0 auto;
  width: 1200px;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
}
