*,*::before,*::after {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html,body {
	width:100%;
	height:100%;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:16px;
	line-height:1.5;
	background:#fff;
	color:#000;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	-webkit-overflow-scrolling:touch;
	overscroll-behavior:none;
}
ul,ol {
	list-style:none;
}
a {
	text-decoration:none;
	color:inherit;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
button,input,select,textarea {
	background:none;
	border:none;
	outline:none;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	appearance:none;
	-webkit-appearance:none;
}
button {
	cursor:pointer;
}
img,video,canvas {
	display:block;
	max-width:100%;
	height:auto;
	user-select:none;
	-webkit-user-drag:none;
}
::-webkit-scrollbar {
	width:0;
	height:0;
	background:transparent;
}
input,textarea {
	line-height:normal;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
blockquote,q {
	quotes:none;
}
blockquote::before,blockquote::after,q::before,q::after {
	content:'';
}
img{
	object-fit: cover;
}