@font-face {
	font-family: medium;
	src: url('../fonts/din medium.ttf')
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	touch-action: pan-y;
	
}

*,
article,
aside,
audio,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul,
video {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:focus {
	outline: none
}

*,
:after,
:before {
	box-sizing: border-box
}

ul,
li,
dl,
dt,
dd,
ol {
	list-style: none;
	margin: 0;
	padding: 0
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
	font-style: inherit;
	font-weight: inherit
}

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

html,body {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	height: auto !important;
	line-height: 1.2;
	background-color: #f9f9f9;

}

button,
input,
select,
textarea,
body {
	color: #1a1a1a;
	font: 14px/1.3 "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53
}
} 
table {
	border-spacing: 0;
	border-collapse: collapse
}

img {
	max-width: 100%;
	max-height: 100%
}

a,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
	color: #1a1a1a;
	text-decoration: none
}

a,
a:hover,
a:focus {
	outline: none;
	outline-offset: 0;
	color: #1a1a1a;
	text-decoration: none
}

.drop-cover {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 0;
	transition: opacity .2s;
	z-index: -999;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5)
}

.drop-cover.on {
	height: 100vh;
	z-index: 5;
	opacity: 1