btn-nav-firhtml,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	color: #333;
	font: var(--fontStyle);
	background-color: var(--bgc);
	/* overflow-y:scroll;*/
	overflow-x: hidden;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

a,
input {
	outline: none;
	padding: 0;
	margin: 0;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

ul,
ol {
	list-style: none;
}
html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

table,
th,
tr,
td {
	padding: 0;
	margin: 0;
	border: 0;
}