@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
  font-size: 10px;
  overscroll-behavior: none;
}
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}
body *{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
}
li,dt,dd{
  list-style-type: none;
}
p {
  margin: 0;
}
img {
  border: 0;
  border: none;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
