.__nuxt-error-page {
	padding: 1rem;
	background: #f7f8fb;
	color: #47494e;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: sans-serif;
	font-weight: 100!important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.__nuxt-error-page .error {
	max-width: 22.5rem
}

.__nuxt-error-page .title {
	font-size: 1.5rem;
	margin-top: .75rem;
	color: #47494e;
	margin-bottom: .4rem
}

.__nuxt-error-page .description {
	color: #7f828b;
	line-height: 1.05rem;
	margin-bottom: .5rem
}

.__nuxt-error-page a {
	color: #7f828b!important;
	text-decoration: none
}

.__nuxt-error-page .logo {
	position: fixed;
	left: .6rem;
	bottom: .6rem
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: .1rem;
	width: 0;
	opacity: 1;
	transition: width .1s,opacity .4s;
	background-color: red;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

a,article,aside,b,body,button,dd,div,dl,dt,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,i,input,li,nav,p,section,select,span,textarea,ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: normal;
	text-decoration: none;
	border: none;
	box-sizing: border-box;
	font-family: sans-serif,Microsoft YaHei,\\5fae\8f6f\96c5\9ed1,Arial;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased
}

a:focus,article:focus,aside:focus,b:focus,body:focus,button:focus,dd:focus,div:focus,dl:focus,dt:focus,figcaption:focus,figure:focus,footer:focus,h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus,header:focus,i:focus,input:focus,li:focus,nav:focus,p:focus,section:focus,select:focus,span:focus,textarea:focus,ul:focus {
	outline: none
}

body,html {
	line-height: normal;
	-webkit-overflow-scrolling: touch;
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0
}

body {
	background: #f5f6fa
}

body.white {
	background: #fff
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0
}

#__layout,#__nuxt {
	position: relative;
	min-height: 100%
}

.__inset #__layout {
	padding-bottom: env(safe-area-inset-bottom)
}

.clear {
	clear: both
}

.clearBoth {
	*zoom: 1
}

.clearBoth:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: "."
}