:root {
	--color0: #333;
	--color1: #2469f2;
	--color2: #fc5555;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body,
html {
	background-color: #f7f7f7;
	height: 100%;
	scroll-behavior: smooth;
	color: var(--color0);
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 26.6667vw;
}

ul[role='list'],
ol[role='list'] {
	list-style: none;
}

img,
picture,
svg,
video,
canvas {
	max-width: 100%;
	height: auto;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	border-style: none;
	display: block;
}

a{
  text-decoration: none;
}

input,
button,
textarea,
select,
optgroup {
	outline: none;
	border: 0;
	font: inherit;
	font-size: 100%;
}

textarea {
	overflow: auto;
}

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

:root:root {
	--van-button-primary-background: #2d2d35;
	--van-button-primary-border-color: #2d2d35;

	--van-nav-bar-icon-color: #333;

	--van-swipe-indicator-inactive-opacity: 1;
	--van-swipe-indicator-active-background: #d35a16;
	--van-swipe-indicator-inactive-background: #dbdce0;

	--van-back-top-background: #2d2d35;
}

@media screen and (min-width: 401px) {
  html.mobile-simulate {
		font-size: 106.6667px !important; 
  }

  html.mobile-simulate main {
    margin: 0 auto;
		width: 100%;
    max-width: 401px;
  }
}