body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,hr,ul,ol,td,input,option,textarea{
	margin:0;
	padding:0;
}
a, label, button, input, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul{
	list-style: none;
}
a{
  text-decoration:none;
  color: black;
}
img{
	border: none;
	display: block;
}
html{
  font-size: 10vw;
}
html,body{
  height: auto;
  box-sizing: border-box;
  background: #F5F7FA;
  overflow-x: hidden;
}
.red{
    color: red;
    font-weight: bold;
}