@charset "utf-8";

@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../font/SourceHanSansCN-Normal.otf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../font/SourceHanSansCN-Bold.otf");
  font-style: normal;
  font-weight: bold;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html *,
html *:before,
html *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}


::-moz-focus-inner {
  padding: 0;
  border: 0;
}

body,
button,
textarea {
  font: normal 14px/1.5 'SourceHanSansCN', sans-serif;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: bold 1em/1.8 'SourceHanSansCN', sans-serif;
}

img {
  border: none;
  vertical-align: middle;
}

iframe {
  border: none;
}

table {
  display: table;
  border-collapse: collapse;
}

table td {
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

li {
  list-style: none;
}