.__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: 450px
}

.__nuxt-error-page .title {
	font-size: 1.5rem;
	margin-top: 15px;
	color: #47494e;
	margin-bottom: 8px
}

.__nuxt-error-page .description {
	color: #7f828b;
	line-height: 21px;
	margin-bottom: 10px
}

.__nuxt-error-page a {
	color: #7f828b !important;
	text-decoration: none
}

.__nuxt-error-page .logo {
	position: fixed;
	left: 12px;
	bottom: 12px
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #fff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #000;
	-webkit-backface-visibility: hidden;
	text-decoration: none
}

li {
	list-style: none
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

strong {
	font-weight: 700
}

body,
html {
	font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth
}

/* body {
	min-width: 1664px
} */

@font-face {
	font-family: iconfont;
	src: url(../fonts/e60d515.eot);
	src: url(../fonts/e60d515.eot#iefix) format("embedded-opentype"), url("../fonts/d18a78dc729345a689e85914bf0191b6.woff") format("woff2"), url(../fonts/a1cb50b.woff) format("woff"), url(../fonts/2892ca6.ttf) format("truetype"), url(../fonts/f8e2f03.svg#iconfont) format("svg")
}

.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-right:before {
	content: "\e775"
}

.icon-left:before {
	content: "\e779"
}

.icon-right-arrow:before {
	content: "\e733"
}

.icon-left-arrow:before {
	content: "\e734"
}

.icon-1-3:before {
	content: "\e601"
}

.icon-0-1:before {
	content: "\e602"
}

.icon-0-3:before {
	content: "\e603"
}

.icon-2-1:before {
	content: "\e604"
}

.icon-1-2:before {
	content: "\e605"
}

.icon-1-0:before {
	content: "\e606"
}

.icon-2-2:before {
	content: "\e607"
}

.icon-0-0:before {
	content: "\e608"
}

.icon-0-2:before {
	content: "\e609"
}

.icon-1-1:before {
	content: "\e60a"
}

.icon-2-0:before {
	content: "\e60b"
}

.icon-2-3:before {
	content: "\e60c"
}

.icon-0-2 {
	transform: scale(.6)
}

.icon-1-2,
.icon-2-3 {
	transform: scale(.8)
}

@font-face {
	font-family: AlteDIN;
	src: url(../fonts/altedin1451mittelschriftgepraegt.ttf)
}

@font-face {
	font-family: ClarityMono-ExtraBold;
	src: url(../fonts/0f59079.ttf)
}

.container {
	width: 15.6rem;
	margin: 0 auto;
	/* padding: 0 32px; */
	box-sizing: border-box
}

button {
	cursor: pointer
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet-custom,
button {
	outline: none
}

.arrow {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(../fonts/e532983.svg);
	background-size: cover
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.gtitle {
	font-size: 36px;
	line-height: 42px;
	color: #333;
	margin-bottom: 24px;
	font-weight: 700
}

.gsubtitle {
	font-size: 16px;
	line-height: 16px;
	color: #999
}

.custom-toast {
	position: fixed;
	left: 50%;
	padding: 10px 30px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
	z-index: 9999;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	background: rgba(0, 0, 0, .6);
	animation: show-toast .5s;
	-webkit-animation: show-toast .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 80%
}

.custom-toast.custom-word-wrap {
	width: 80%;
	white-space: inherit;
	height: auto
}

.custom-toast.custom-toast-top {
	top: .5rem
}

.custom-toast.custom-toast-center {
	top: 50%;
	margin-top: -.2rem
}

.custom-toast.custom-toast-bottom {
	bottom: 0
}

@-webkit-keyframes show-toast {
	0% {
		opacity: 0;
		transform: translate(-50%, -10px);
		-webkit-transform: translate(-50%, -10px)
	}

	to {
		opacity: 1;
		transform: translate(-50%);
		-webkit-transform: translate(-50%)
	}
}

@keyframes show-toast {
	0% {
		opacity: 0;
		transform: translate(-50%, -10px);
		-webkit-transform: translate(-50%, -10px)
	}

	to {
		opacity: 1;
		transform: translate(-50%);
		-webkit-transform: translate(-50%)
	}
}