@charset "UTF-8";

*{
	font:inherit;
	color:inherit;
	padding:0;
	margin:0;
}
*, :after, :before {
	box-sizing:border-box;
}
:root {
	-webkit-tap-highlight-color:transparent;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
	cursor:default;
	line-height:1.5;
	overflow-wrap:break-word;
	-moz-tab-size:4;
	tab-size:4
}

html, body {
	min-width: 1200px;
	height:100%;
}
body {
	overflow-x: hidden;
	box-sizing: border-box;
	margin: 0 auto;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	object-fit: cover;
}

fieldset {
	border:0
}
legend {
	display: block;
	max-width: 100%;
	white-space: normal;
}

button, input {
	background-color: transparent;
	border:0;
	border-radius: 0;
	cursor:pointer;
}

a {
	text-decoration:none;
	color: inherit;
	display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
	font-size:inherit;
	line-height:inherit;
}

table {
	border-collapse:collapse;
	border-spacing:0
}

i {
	font-style: normal;
}

textarea {
	resize: none;
}

