.__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
}



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
}




.container {
	width: 1180px;
	margin: 0 auto
}

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(//s3a.pstatp.com/cg_growth/oceanengine/client/img/e532983.svg);
	background-size: cover
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

.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%)
	}
}