html {
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color:#fff;
}
html,
body,
p,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}
a {
  color:rgb(59, 130, 246);
  text-decoration: none;
}
a:hover {
  color: rgb(59, 130, 246);
}
a:active {
  color: #fff;
  background-color: rgb(219, 234, 254);
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

input{
	list-style: none;
	border: none;
	list-style-type: none;
	outline:none;
}
button{
	list-style: none;
	list-style-type: none;
	border:none;
	outline: none;
	background-color: transparent;

}