/*
* Noto Sans SC (Chinese_simplified) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src: url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Light.woff") format("woff"),
   url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Light.woff2") format("woff2"),
   url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Light.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  src: url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Medium.woff") format("woff"),
    url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Medium.woff2") format("woff2"),
    url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 600;
  src: url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Medium.woff") format("woff"),
    url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Medium.woff2") format("woff2"),
    url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src: url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Bold.woff") format("woff"),
    url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Bold.woff2") format("woff2"),
    url("/iwov-resources/flp/fonts/notosans/sc/NotoSansSC-Bold.otf") format("opentype");
}

* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'Noto Sans SC', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; 
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s ease-in;
  color: #2e2e2e;
  /*margin-top: 52px; */
}

@media (min-width: 768px) {
  body {
    margin-top: 120px;
  }
}


/* Fixes issue with Safari's user agent stylesheet  */
@supports (-webkit-appearance: none) {
  input,
  button {
    margin: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
}
