/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.mg-b-60 {
	margin-bottom: 60px
}

.mg-t-24 {
	margin-top: 24px
}

.mg-l-16 {
	margin-left: 16px
}

.mg-t-12 {
	margin-top: 12px
}

.mg-b-120 {
	margin-bottom: 120px
}

.mg-b-200 {
	margin-bottom: 100px
}

.mg-t-10 {
	margin-top: 10px
}

.mg-t-60 {
	margin-top: 60px
}

.mg-b-30 {
	margin-bottom: 30px
}

.mg-t-30 {
	margin-top: 30px
}

.fs-14 {
	font-size: 14px
}

.fs-18 {
	font-size: 18px
}

.fs-24 {
	font-size: 24px
}

.fs-36 {
	font-size: 36px
}

.fs-28 {
	font-size: 28px
}

.text-center {
	text-align: center
}

.flex {
	display: flex
}

.flex-1 {
	flex: 1
}

.flex-jc-sb {
	justify-content: space-between
}

.flex-ai-c {
	align-items: center
}

.bold {
	font-weight: 700
}

.flex-row-reverse {
	flex-direction: row-reverse
}

.fc-gray {
	color: #565868
}

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}

body {
	margin: 0;
	overflow-x: hidden;
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

html {
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	margin: 0
}

a {
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #565868;
}

button,
input,
textarea {
	color: inherit;
	font: inherit
}

[class*=van-]:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 0
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.nuxt-progress {
	background-color: #000;
	height: 2px;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: width .1s, opacity .4s;
	width: 0;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

.mb10[data-v-c3379d10] {
	color: rgba(0, 0, 0, .5);
	margin-bottom: 10px
}

#popup {
	position: fixed;
	padding: 30px;
	width: 400px;
	height: 400px;
	top: 50%;
	left: 50%;
	font-size: 18px;
	z-index: 201;
	transform: translate(-50%, -50%);
	background-color: white;
	display: none;
	box-shadow: 0 8px 10px 0 rgba(24, 38, 98, 0.3);
	text-align: center;
}

#popup img {
	width: 80%;
}

#popup .edit {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#popup .edit img {
	width: 50%;
	height: 50%;
}

.count-animation {
	animation: countAnimation 2s linear forwards;
}

.count-wrapper {
	display: inline-block;
	max-width: 70px;
	/* 设置固定宽度，数字增长时会自动缩放 */
	text-align: center;
	font-size: 30px;
}

@keyframes countAnimation {
	from {
		opacity: 0;
		font-size: 36px;
	}

	to {
		opacity: 1;
		font-size: 35px;
	}
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #000;
	z-index: 200;
}