.video-js {
	width: 300px;
	height: 150px;
}

.vjs-fluid {
	padding-top: 56.25%
}

.__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: red;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

a {
	color: #fff
}

h1,
h2,
h3 {
	margin: 0;
	font-weight: 400
}

h1 {
	font-size: 1.5rem
}

h2 {
	font-size: 1.2rem
}

h3 {
	font-size: 1.1rem
}

input {
	border: none;
	outline: none
}

.flex {
	display: flex
}

.flex-center {
	justify-content: center
}

.flex-between,
.flex-center {
	display: flex;
	align-items: center
}

.flex-between {
	justify-content: space-between
}

.expand {
	flex: 1
}

.block {
	display: block
}

body,
html {
	font-size: 12px
}

body {
	color: #fff;
	line-height: 1.45
}

.app-container,
body {
	background-color: #0e111f
}

.page-index,.page-personal,.page-topic,.page-search,.page-user,.page-wallet,.page-share,.page-vip,.setting-page,.page-cash,
.page-play {
	background-color: #252941;
	min-height: calc(100vh);
}

.app-container {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	
}


.van-form .van-field {
	padding: 0 15px;
	margin-top: 8px;
	border-radius: 5px;
}

.van-form .van-field .van-field__body {
	background-color: #1d2031;
	padding: 8px 15px
}

.van-form .van-field .van-field__body .van-field__control {
	padding: 5px 0
}

.van-form .van-field .van-field__error-message {
	padding-left: 8px
}

.chat-list {
	padding-top: 15px
}

.chat-list .chat-item {
	display: flex;
	margin-bottom: 19px;
	padding: 0 12px
}

.chat-list .chat-item.right {
	flex-direction: row-reverse
}

.chat-list .chat-item.right .bubble {
	background-color: #f0415e
}

.chat-list .chat-item .avatar {
	width: 40px;
	height: 40px;
	border-radius: 20px
}

.chat-list .chat-item .bubble {
	margin-right: 8px;
	margin-left: 8px;
	border-radius: 10px;
	max-width: 70%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #5e59ec;
	font-size: 14px;
	white-space: pre-wrap;
	word-break: break-all
}

.chat-list .chat-item .bubble.faq {
	background-color: #363874;
	width: 70%;
	white-space: normal
}

.chat-list .chat-item .bubble .faq-title {
	text-align: center;
	margin-bottom: 5px
}

.chat-list .chat-item .bubble .faq-real {
	background-color: #fff;
	border-radius: 30px;
	color: #5e59ec;
	padding: 7px 15px;
	margin-top: 10px;
	display: inline-block
}

.chat-list .chat-item .bubble .faq-real .van-icon {
	vertical-align: middle
}

.chat-list .chat-item .bubble .faq-item {
	padding: 7px 3px
}

.loading-wrap {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center
}

.van-nav-bar--fixed,
.van-sticky--fixed {
	max-width: 750px;
	left: unset !important
}

.van-sticky--fixed {
	width: 100% !important;
	right: unset !important
}

.van-popup--bottom,
.van-tabbar--fixed {
	max-width: 750px;
	left: unset !important
}

.van-dropdown-item {
	max-width: 750px
}

@media screen and (min-width:750px) {
	.van-dropdown-item {
		left: calc(50vw - 375px) !important;
		right: calc(50vw - 375px) !important
	}
}



html {
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif
}

a {
	text-decoration: none
}

button,
input,
textarea {
	color: inherit;
	font: inherit
}

[class*=van-]:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: none
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.van-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
	-webkit-line-clamp: 2
}

.van-multi-ellipsis--l2,
.van-multi-ellipsis--l3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical
}

.van-multi-ellipsis--l3 {
	-webkit-line-clamp: 3
}

.van-clearfix:after {
	display: table;
	clear: both;
	content: ""
}

[class*=van-hairline]:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	border: 0 solid #ebedf0;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.van-hairline,
.van-hairline--bottom,
.van-hairline--left,
.van-hairline--right,
.van-hairline--surround,
.van-hairline--top,
.van-hairline--top-bottom {
	position: relative
}

.van-hairline--top:after {
	border-top-width: 1px
}

.van-hairline--left:after {
	border-left-width: 1px
}

.van-hairline--right:after {
	border-right-width: 1px
}

.van-hairline--bottom:after {
	border-bottom-width: 1px
}

.van-hairline--top-bottom:after,
.van-hairline-unset--top-bottom:after {
	border-width: 1px 0
}

.van-hairline--surround:after {
	border-width: 1px
}

@-webkit-keyframes van-slide-up-enter {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes van-slide-up-enter {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@-webkit-keyframes van-slide-up-leave {
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes van-slide-up-leave {
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@-webkit-keyframes van-slide-down-enter {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes van-slide-down-enter {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@-webkit-keyframes van-slide-down-leave {
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes van-slide-down-leave {
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@-webkit-keyframes van-slide-left-enter {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes van-slide-left-enter {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@-webkit-keyframes van-slide-left-leave {
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes van-slide-left-leave {
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@-webkit-keyframes van-slide-right-enter {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes van-slide-right-enter {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes van-slide-right-leave {
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes van-slide-right-leave {
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes van-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes van-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes van-fade-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes van-fade-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes van-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes van-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.van-fade-enter-active {
	-webkit-animation: van-fade-in .3s ease-out both;
	animation: van-fade-in .3s ease-out both
}

.van-fade-leave-active {
	-webkit-animation: van-fade-out .3s ease-in both;
	animation: van-fade-out .3s ease-in both
}

.van-slide-up-enter-active {
	-webkit-animation: van-slide-up-enter .3s ease-out both;
	animation: van-slide-up-enter .3s ease-out both
}

.van-slide-up-leave-active {
	-webkit-animation: van-slide-up-leave .3s ease-in both;
	animation: van-slide-up-leave .3s ease-in both
}

.van-slide-down-enter-active {
	-webkit-animation: van-slide-down-enter .3s ease-out both;
	animation: van-slide-down-enter .3s ease-out both
}

.van-slide-down-leave-active {
	-webkit-animation: van-slide-down-leave .3s ease-in both;
	animation: van-slide-down-leave .3s ease-in both
}

.van-slide-left-enter-active {
	-webkit-animation: van-slide-left-enter .3s ease-out both;
	animation: van-slide-left-enter .3s ease-out both
}

.van-slide-left-leave-active {
	-webkit-animation: van-slide-left-leave .3s ease-in both;
	animation: van-slide-left-leave .3s ease-in both
}

.van-slide-right-enter-active {
	-webkit-animation: van-slide-right-enter .3s ease-out both;
	animation: van-slide-right-enter .3s ease-out both
}

.van-slide-right-leave-active {
	-webkit-animation: van-slide-right-leave .3s ease-in both;
	animation: van-slide-right-leave .3s ease-in both
}

.van-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.van-info {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	min-width: 16px;
	padding: 0 3px;
	color: #252941;
	font-weight: 500;
	font-size: 12px;
	font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
	line-height: 1.2;
	text-align: center;
	background-color: #ee0a24;
	border: 1px solid #252941;
	border-radius: 16px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}

.van-info--dot {
	width: 8px;
	min-width: 0;
	height: 8px;
	background-color: #ee0a24;
	border-radius: 100%
}

.van-sidebar-item {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 20px 12px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-color: #f7f8fa;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-sidebar-item:active {
	background-color: transparent
}

.van-sidebar-item__text {
	position: relative;
	display: inline-block;
	word-break: break-all
}

.van-sidebar-item:not(:last-child):after {
	border-bottom-width: 1px
}

.van-sidebar-item--select {
	color: #fff;
	font-weight: 500
}

.van-sidebar-item--select,
.van-sidebar-item--select:active {
	background-color: #252941
}

.van-sidebar-item--select:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 16px;
	background-color: #ee0a24;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ""
}

.van-sidebar-item--disabled {
	color: #c8c9cc;
	cursor: not-allowed
}

.van-sidebar-item--disabled:active {
	background-color: #f7f8fa
}

.van-icon {
	position: relative;
	font: normal normal normal 14px/1 "vant-icon";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}

.van-icon,
.van-icon:before {
	display: inline-block
}

.van-icon-exchange:before {
	content: "\e6af"
}

.van-icon-eye:before {
	content: "\e6b0"
}

.van-icon-enlarge:before {
	content: "\e6b1"
}

.van-icon-expand-o:before {
	content: "\e6b2"
}

.van-icon-eye-o:before {
	content: "\e6b3"
}

.van-icon-expand:before {
	content: "\e6b4"
}

.van-icon-filter-o:before {
	content: "\e6b5"
}

.van-icon-fire:before {
	content: "\e6b6"
}

.van-icon-fail:before {
	content: "\e6b7"
}

.van-icon-failure:before {
	content: "\e6b8"
}

.van-icon-fire-o:before {
	content: "\e6b9"
}

.van-icon-flag-o:before {
	content: "\e6ba"
}

.van-icon-font:before {
	content: "\e6bb"
}

.van-icon-font-o:before {
	content: "\e6bc"
}

.van-icon-gem-o:before {
	content: "\e6bd"
}

.van-icon-flower-o:before {
	content: "\e6be"
}

.van-icon-gem:before {
	content: "\e6bf"
}

.van-icon-gift-card:before {
	content: "\e6c0"
}

.van-icon-friends:before {
	content: "\e6c1"
}

.van-icon-friends-o:before {
	content: "\e6c2"
}

.van-icon-gold-coin:before {
	content: "\e6c3"
}

.van-icon-gold-coin-o:before {
	content: "\e6c4"
}

.van-icon-good-job-o:before {
	content: "\e6c5"
}

.van-icon-gift:before {
	content: "\e6c6"
}

.van-icon-gift-o:before {
	content: "\e6c7"
}

.van-icon-gift-card-o:before {
	content: "\e6c8"
}

.van-icon-good-job:before {
	content: "\e6c9"
}

.van-icon-home-o:before {
	content: "\e6ca"
}

.van-icon-goods-collect:before {
	content: "\e6cb"
}

.van-icon-graphic:before {
	content: "\e6cc"
}

.van-icon-goods-collect-o:before {
	content: "\e6cd"
}

.van-icon-hot-o:before {
	content: "\e6ce"
}

.van-icon-info:before {
	content: "\e6cf"
}

.van-icon-hotel-o:before {
	content: "\e6d0"
}

.van-icon-info-o:before {
	content: "\e6d1"
}

.van-icon-hot-sale-o:before {
	content: "\e6d2"
}

.van-icon-hot:before {
	content: "\e6d3"
}

.van-icon-like:before {
	content: "\e6d4"
}

.van-icon-idcard:before {
	content: "\e6d5"
}

.van-icon-invitation:before {
	content: "\e6d6"
}

.van-icon-like-o:before {
	content: "\e6d7"
}

.van-icon-hot-sale:before {
	content: "\e6d8"
}

.van-icon-location-o:before {
	content: "\e6d9"
}

.van-icon-location:before {
	content: "\e6da"
}

.van-icon-label:before {
	content: "\e6db"
}

.van-icon-lock:before {
	content: "\e6dc"
}

.van-icon-label-o:before {
	content: "\e6dd"
}

.van-icon-map-marked:before {
	content: "\e6de"
}

.van-icon-logistics:before {
	content: "\e6df"
}

.van-icon-manager:before {
	content: "\e6e0"
}

.van-icon-more:before {
	content: "\e6e1"
}

.van-icon-live:before {
	content: "\e6e2"
}

.van-icon-manager-o:before {
	content: "\e6e3"
}

.van-icon-medal:before {
	content: "\e6e4"
}

.van-icon-more-o:before {
	content: "\e6e5"
}

.van-icon-music-o:before {
	content: "\e6e6"
}

.van-icon-music:before {
	content: "\e6e7"
}

.van-icon-new-arrival-o:before {
	content: "\e6e8"
}

.van-icon-medal-o:before {
	content: "\e6e9"
}

.van-icon-new-o:before {
	content: "\e6ea"
}

.van-icon-free-postage:before {
	content: "\e6eb"
}

.van-icon-newspaper-o:before {
	content: "\e6ec"
}

.van-icon-new-arrival:before {
	content: "\e6ed"
}

.van-icon-minus:before {
	content: "\e6ee"
}

.van-icon-orders-o:before {
	content: "\e6ef"
}

.van-icon-new:before {
	content: "\e6f0"
}

.van-icon-paid:before {
	content: "\e6f1"
}

.van-icon-notes-o:before {
	content: "\e6f2"
}

.van-icon-other-pay:before {
	content: "\e6f3"
}

.van-icon-pause-circle:before {
	content: "\e6f4"
}

.van-icon-pause:before {
	content: "\e6f5"
}

.van-icon-pause-circle-o:before {
	content: "\e6f6"
}

.van-icon-peer-pay:before {
	content: "\e6f7"
}

.van-icon-pending-payment:before {
	content: "\e6f8"
}

.van-icon-passed:before {
	content: "\e6f9"
}

.van-icon-plus:before {
	content: "\e6fa"
}

.van-icon-phone-circle-o:before {
	content: "\e6fb"
}

.van-icon-phone-o:before {
	content: "\e6fc"
}

.van-icon-printer:before {
	content: "\e6fd"
}

.van-icon-photo-fail:before {
	content: "\e6fe"
}

.van-icon-phone:before {
	content: "\e6ff"
}

.van-icon-photo-o:before {
	content: "\e700"
}

.van-icon-play-circle:before {
	content: "\e701"
}

.van-icon-play:before {
	content: "\e702"
}

.van-icon-phone-circle:before {
	content: "\e703"
}

.van-icon-point-gift-o:before {
	content: "\e704"
}

.van-icon-point-gift:before {
	content: "\e705"
}

.van-icon-play-circle-o:before {
	content: "\e706"
}

.van-icon-shrink:before {
	content: "\e707"
}

.van-icon-photo:before {
	content: "\e708"
}

.van-icon-qr:before {
	content: "\e709"
}

.van-icon-qr-invalid:before {
	content: "\e70a"
}

.van-icon-question-o:before {
	content: "\e70b"
}

.van-icon-revoke:before {
	content: "\e70c"
}

.van-icon-replay:before {
	content: "\e70d"
}

.van-icon-service:before {
	content: "\e70e"
}

.van-icon-question:before {
	content: "\e70f"
}

.van-icon-search:before {
	content: "\e710"
}

.van-icon-refund-o:before {
	content: "\e711"
}

.van-icon-service-o:before {
	content: "\e712"
}

.van-icon-scan:before {
	content: "\e713"
}

.van-icon-share:before {
	content: "\e714"
}

.van-icon-send-gift-o:before {
	content: "\e715"
}

.van-icon-share-o:before {
	content: "\e716"
}

.van-icon-setting:before {
	content: "\e717"
}

.van-icon-points:before {
	content: "\e718"
}

.van-icon-photograph:before {
	content: "\e719"
}

.van-icon-shop:before {
	content: "\e71a"
}

.van-icon-shop-o:before {
	content: "\e71b"
}

.van-icon-shop-collect-o:before {
	content: "\e71c"
}

.van-icon-shop-collect:before {
	content: "\e71d"
}

.van-icon-smile:before {
	content: "\e71e"
}

.van-icon-shopping-cart-o:before {
	content: "\e71f"
}

.van-icon-sign:before {
	content: "\e720"
}

.van-icon-sort:before {
	content: "\e721"
}

.van-icon-star-o:before {
	content: "\e722"
}

.van-icon-smile-comment-o:before {
	content: "\e723"
}

.van-icon-stop:before {
	content: "\e724"
}

.van-icon-stop-circle-o:before {
	content: "\e725"
}

.van-icon-smile-o:before {
	content: "\e726"
}

.van-icon-star:before {
	content: "\e727"
}

.van-icon-success:before {
	content: "\e728"
}

.van-icon-stop-circle:before {
	content: "\e729"
}

.van-icon-records:before {
	content: "\e72a"
}

.van-icon-shopping-cart:before {
	content: "\e72b"
}

.van-icon-tosend:before {
	content: "\e72c"
}

.van-icon-todo-list:before {
	content: "\e72d"
}

.van-icon-thumb-circle-o:before {
	content: "\e72e"
}

.van-icon-thumb-circle:before {
	content: "\e72f"
}

.van-icon-umbrella-circle:before {
	content: "\e730"
}

.van-icon-underway:before {
	content: "\e731"
}

.van-icon-upgrade:before {
	content: "\e732"
}

.van-icon-todo-list-o:before {
	content: "\e733"
}

.van-icon-tv-o:before {
	content: "\e734"
}

.van-icon-underway-o:before {
	content: "\e735"
}

.van-icon-user-o:before {
	content: "\e736"
}

.van-icon-vip-card-o:before {
	content: "\e737"
}

.van-icon-vip-card:before {
	content: "\e738"
}

.van-icon-send-gift:before {
	content: "\e739"
}

.van-icon-wap-home:before {
	content: "\e73a"
}

.van-icon-wap-nav:before {
	content: "\e73b"
}

.van-icon-volume-o:before {
	content: "\e73c"
}

.van-icon-video:before {
	content: "\e73d"
}

.van-icon-wap-home-o:before {
	content: "\e73e"
}

.van-icon-volume:before {
	content: "\e73f"
}

.van-icon-warning:before {
	content: "\e740"
}

.van-icon-weapp-nav:before {
	content: "\e741"
}

.van-icon-wechat-pay:before {
	content: "\e742"
}

.van-icon-warning-o:before {
	content: "\e743"
}

.van-icon-wechat:before {
	content: "\e744"
}

.van-icon-setting-o:before {
	content: "\e745"
}

.van-icon-youzan-shield:before {
	content: "\e746"
}

.van-icon-warn-o:before {
	content: "\e747"
}

.van-icon-smile-comment:before {
	content: "\e748"
}

.van-icon-user-circle-o:before {
	content: "\e749"
}

.van-icon-video-o:before {
	content: "\e74a"
}

.van-icon-add-square:before {
	content: "\e65c"
}

.van-icon-add:before {
	content: "\e65d"
}

.van-icon-arrow-down:before {
	content: "\e65e"
}

.van-icon-arrow-up:before {
	content: "\e65f"
}

.van-icon-arrow:before {
	content: "\e660"
}

.van-icon-after-sale:before {
	content: "\e661"
}

.van-icon-add-o:before {
	content: "\e662"
}

.van-icon-alipay:before {
	content: "\e663"
}

.van-icon-ascending:before {
	content: "\e664"
}

.van-icon-apps-o:before {
	content: "\e665"
}

.van-icon-aim:before {
	content: "\e666"
}

.van-icon-award:before {
	content: "\e667"
}

.van-icon-arrow-left:before {
	content: "\e668"
}

.van-icon-award-o:before {
	content: "\e669"
}

.van-icon-audio:before {
	content: "\e66a"
}

.van-icon-bag-o:before {
	content: "\e66b"
}

.van-icon-balance-list:before {
	content: "\e66c"
}

.van-icon-back-top:before {
	content: "\e66d"
}

.van-icon-bag:before {
	content: "\e66e"
}

.van-icon-balance-pay:before {
	content: "\e66f"
}

.van-icon-balance-o:before {
	content: "\e670"
}

.van-icon-bar-chart-o:before {
	content: "\e671"
}

.van-icon-bars:before {
	content: "\e672"
}

.van-icon-balance-list-o:before {
	content: "\e673"
}

.van-icon-birthday-cake-o:before {
	content: "\e674"
}

.van-icon-bookmark:before {
	content: "\e675"
}

.van-icon-bill:before {
	content: "\e676"
}

.van-icon-bell:before {
	content: "\e677"
}

.van-icon-browsing-history-o:before {
	content: "\e678"
}

.van-icon-browsing-history:before {
	content: "\e679"
}

.van-icon-bookmark-o:before {
	content: "\e67a"
}

.van-icon-bulb-o:before {
	content: "\e67b"
}

.van-icon-bullhorn-o:before {
	content: "\e67c"
}

.van-icon-bill-o:before {
	content: "\e67d"
}

.van-icon-calendar-o:before {
	content: "\e67e"
}

.van-icon-brush-o:before {
	content: "\e67f"
}

.van-icon-card:before {
	content: "\e680"
}

.van-icon-cart-o:before {
	content: "\e681"
}

.van-icon-cart-circle:before {
	content: "\e682"
}

.van-icon-cart-circle-o:before {
	content: "\e683"
}

.van-icon-cart:before {
	content: "\e684"
}

.van-icon-cash-on-deliver:before {
	content: "\e685"
}

.van-icon-cash-back-record:before {
	content: "\e686"
}

.van-icon-cashier-o:before {
	content: "\e687"
}

.van-icon-chart-trending-o:before {
	content: "\e688"
}

.van-icon-certificate:before {
	content: "\e689"
}

.van-icon-chat:before {
	content: "\e68a"
}

.van-icon-clear:before {
	content: "\e68b"
}

.van-icon-chat-o:before {
	content: "\e68c"
}

.van-icon-checked:before {
	content: "\e68d"
}

.van-icon-clock:before {
	content: "\e68e"
}

.van-icon-clock-o:before {
	content: "\e68f"
}

.van-icon-close:before {
	content: "\e690"
}

.van-icon-closed-eye:before {
	content: "\e691"
}

.van-icon-circle:before {
	content: "\e692"
}

.van-icon-cluster-o:before {
	content: "\e693"
}

.van-icon-column:before {
	content: "\e694"
}

.van-icon-comment-circle-o:before {
	content: "\e695"
}

.van-icon-cluster:before {
	content: "\e696"
}

.van-icon-comment:before {
	content: "\e697"
}

.van-icon-comment-o:before {
	content: "\e698"
}

.van-icon-comment-circle:before {
	content: "\e699"
}

.van-icon-completed:before {
	content: "\e69a"
}

.van-icon-credit-pay:before {
	content: "\e69b"
}

.van-icon-coupon:before {
	content: "\e69c"
}

.van-icon-debit-pay:before {
	content: "\e69d"
}

.van-icon-coupon-o:before {
	content: "\e69e"
}

.van-icon-contact:before {
	content: "\e69f"
}

.van-icon-descending:before {
	content: "\e6a0"
}

.van-icon-desktop-o:before {
	content: "\e6a1"
}

.van-icon-diamond-o:before {
	content: "\e6a2"
}

.van-icon-description:before {
	content: "\e6a3"
}

.van-icon-delete:before {
	content: "\e6a4"
}

.van-icon-diamond:before {
	content: "\e6a5"
}

.van-icon-delete-o:before {
	content: "\e6a6"
}

.van-icon-cross:before {
	content: "\e6a7"
}

.van-icon-edit:before {
	content: "\e6a8"
}

.van-icon-ellipsis:before {
	content: "\e6a9"
}

.van-icon-down:before {
	content: "\e6aa"
}

.van-icon-discount:before {
	content: "\e6ab"
}

.van-icon-ecard-pay:before {
	content: "\e6ac"
}

.van-icon-envelop-o:before {
	content: "\e6ae"
}

.van-icon-shield-o:before {
	content: "\e74b"
}

.van-icon-guide-o:before {
	content: "\e74c"
}

.van-icon-cash-o:before {
	content: "\e74d"
}

@font-face {
	font-weight: 400;
	font-family: "vant-icon";
	font-style: normal;
	font-display: auto;
	src: url("data:font/woff2;charset=utf-8;base64,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") format("woff2"), url(//at.alicdn.com/t/font_2553510_61agzg96wm8.woff?t=1631948257467) format("woff"), url(//at.alicdn.com/t/font_2553510_61agzg96wm8.ttf?t=1631948257467) format("truetype")
}

.van-icon__image {
	width: 1em;
	height: 1em;
	object-fit: contain
}

.van-tabbar-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #8e9094;
	font-size: 10px;
	line-height: 1;
	cursor: pointer
}

.van-tabbar-item__icon {
	position: relative;
	margin-bottom: 4px;
	font-size: 22px
}

.van-tabbar-item__icon .van-icon {
	display: block
}

.van-tabbar-item__icon img {
	display: block;
	height: 20px
}

.van-tabbar-item--active {
	color: #ff3f60;
	background-color: #191c2c
}

.van-tabbar-item .van-info {
	margin-top: 4px
}

.van-step {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #969799;
	font-size: 14px
}

.van-step__circle {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #969799;
	border-radius: 50%
}

.van-step__line {
	position: absolute;
	background-color: #ebedf0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.van-step--horizontal {
	float: left
}

.van-step--horizontal:first-child .van-step__title {
	margin-left: 0;
	-webkit-transform: none;
	transform: none
}

.van-step--horizontal:last-child {
	position: absolute;
	right: 1px;
	width: auto
}

.van-step--horizontal:last-child .van-step__title {
	margin-left: 0;
	-webkit-transform: none;
	transform: none
}

.van-step--horizontal:last-child .van-step__circle-container {
	right: -9px;
	left: auto
}

.van-step--horizontal .van-step__circle-container {
	position: absolute;
	top: 30px;
	left: -8px;
	z-index: 1;
	padding: 0 8px;
	background-color: #252941;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-step--horizontal .van-step__title {
	display: inline-block;
	margin-left: 3px;
	font-size: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:321px) {
	.van-step--horizontal .van-step__title {
		font-size: 11px
	}
}

.van-step--horizontal .van-step__line {
	top: 30px;
	left: 0;
	width: 100%;
	height: 1px
}

.van-step--horizontal .van-step__icon {
	display: block;
	font-size: 12px
}

.van-step--horizontal .van-step--process {
	color: #fff
}

.van-step--vertical {
	display: block;
	float: none;
	padding: 10px 10px 10px 0;
	line-height: 18px
}

.van-step--vertical:not(:last-child):after {
	border-bottom-width: 1px
}

.van-step--vertical .van-step__circle-container {
	position: absolute;
	top: 19px;
	left: -15px;
	z-index: 1;
	font-size: 12px;
	line-height: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.van-step--vertical .van-step__line {
	top: 16px;
	left: -15px;
	width: 1px;
	height: 100%
}

.van-step:last-child .van-step__line {
	width: 0
}

.van-step--finish {
	color: #fff
}

.van-step--finish .van-step__circle,
.van-step--finish .van-step__line {
	background-color: #07c160
}

.van-step__icon,
.van-step__title {
	-webkit-transition: color .3s;
	transition: color .3s
}

.van-step__icon--active,
.van-step__icon--finish,
.van-step__title--active,
.van-step__title--finish {
	color: #07c160
}

.van-rate {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-rate__item {
	position: relative
}

.van-rate__item:not(:last-child) {
	padding-right: 4px
}

.van-rate__icon {
	display: block;
	width: 1em;
	color: #c8c9cc;
	font-size: 20px
}

.van-rate__icon--half {
	position: absolute;
	top: 0;
	left: 0;
	width: .5em;
	overflow: hidden
}

.van-rate__icon--full {
	color: #ee0a24
}

.van-rate__icon--disabled {
	color: #c8c9cc
}

.van-rate--disabled {
	cursor: not-allowed
}

.van-rate--readonly {
	cursor: default
}

.van-notice-bar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 24px;
	padding: 0;
	color: hsla(0, 0%, 100%, .5);
	font-size: 14px;
	line-height: 24px;
	background-color: rgba(255, 64, 96, .11)
}

.van-notice-bar__left-icon,
.van-notice-bar__right-icon {
	min-width: 24px;
	font-size: 16px
}

.van-notice-bar__right-icon {
	text-align: right;
	cursor: pointer
}

.van-notice-bar__wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	overflow: hidden
}

.van-notice-bar__content {
	position: absolute;
	white-space: nowrap;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.van-notice-bar__content.van-ellipsis {
	max-width: 100%
}

.van-notice-bar--wrapable {
	height: auto;
	padding: 8px 16px
}

.van-notice-bar--wrapable .van-notice-bar__wrap {
	height: auto
}

.van-notice-bar--wrapable .van-notice-bar__content {
	position: relative;
	white-space: normal;
	word-wrap: break-word
}

.van-nav-bar {
	position: relative;
	z-index: 1;
	line-height: 22px;
	text-align: center;
	background-color: #1c2029;
	-webkit-user-select: none;
	user-select: none
}

.van-nav-bar--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.van-nav-bar--safe-area-inset-top {
	padding-top: env(safe-area-inset-top)
}

.van-nav-bar .van-icon {
	color: #fff
}

.van-nav-bar__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 46px
}

.van-nav-bar__arrow {
	margin-right: 4px;
	font-size: 22px
}

.van-nav-bar__title {
	max-width: 60%;
	margin: 0 auto;
	color: #fff;
	font-weight: 500;
	font-size: 16px
}

.van-nav-bar__left,
.van-nav-bar__right {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 16px;
	font-size: 14px;
	cursor: pointer
}

.van-nav-bar__left:active,
.van-nav-bar__right:active {
	opacity: .7
}

.van-nav-bar__left {
	left: 0
}

.van-nav-bar__right {
	right: 0
}

.van-nav-bar__text {
	color: #fff
}

.van-grid-item {
	position: relative;
	box-sizing: border-box
}

.van-grid-item--square {
	height: 0
}

.van-grid-item__icon {
	font-size: 28px
}

.van-grid-item__icon-wrapper {
	position: relative
}

.van-grid-item__text {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	word-break: break-all
}

.van-grid-item__icon+.van-grid-item__text {
	margin-top: 8px
}

.van-grid-item__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	padding: 16px 8px;
	background-color: #252941
}

.van-grid-item__content:after {
	z-index: 1;
	border-width: 0 1px 1px 0
}

.van-grid-item__content--square {
	position: absolute;
	top: 0;
	right: 0;
	left: 0
}

.van-grid-item__content--center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.van-grid-item__content--horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text {
	margin-top: 0;
	margin-left: 8px
}

.van-grid-item__content--surround:after {
	border-width: 1px
}

.van-grid-item__content--clickable {
	cursor: pointer
}

.van-grid-item__content--clickable:active {
	background-color: transparent
}

.van-goods-action-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 48px;
	height: 100%;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	background-color: #252941;
	cursor: pointer
}

.van-goods-action-icon:active {
	background-color: transparent
}

.van-goods-action-icon__icon {
	position: relative;
	width: 1em;
	margin: 0 auto 5px;
	color: #fff;
	font-size: 18px
}

.van-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-checkbox--disabled {
	cursor: not-allowed
}

.van-checkbox--label-disabled {
	cursor: default
}

.van-checkbox--horizontal {
	margin-right: 12px
}

.van-checkbox__icon {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	height: 1em;
	font-size: 20px;
	line-height: 1em;
	cursor: pointer
}

.van-checkbox__icon .van-icon {
	display: block;
	box-sizing: border-box;
	width: 1.25em;
	height: 1.25em;
	color: transparent;
	font-size: .8em;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #c8c9cc;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color
}

.van-checkbox__icon--round .van-icon {
	border-radius: 100%
}

.van-checkbox__icon--checked .van-icon {
	color: #252941;
	background-color: #1989fa;
	border-color: #1989fa
}

.van-checkbox__icon--disabled {
	cursor: not-allowed
}

.van-checkbox__icon--disabled .van-icon {
	background-color: #ebedf0;
	border-color: #c8c9cc
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
	color: #c8c9cc
}

.van-checkbox__label {
	margin-left: 8px;
	color: #fff;
	line-height: 20px
}

.van-checkbox__label--left {
	margin: 0 8px 0 0
}

.van-checkbox__label--disabled {
	color: #c8c9cc
}

.van-coupon {
	margin: 0 12px 12px;
	overflow: hidden;
	background-color: #252941;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.van-coupon:active {
	background-color: transparent
}

.van-coupon__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	min-height: 84px;
	padding: 14px 0;
	color: #323233
}

.van-coupon__head {
	position: relative;
	min-width: 96px;
	padding: 0 8px;
	color: #ee0a24;
	text-align: center
}

.van-coupon__amount,
.van-coupon__condition,
.van-coupon__name,
.van-coupon__valid {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.van-coupon__amount {
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 30px
}

.van-coupon__amount span {
	font-weight: 400;
	font-size: 40%
}

.van-coupon__amount span:not(:empty) {
	margin-left: 2px
}

.van-coupon__condition {
	font-size: 12px;
	line-height: 16px;
	white-space: pre-wrap
}

.van-coupon__body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	border-radius: 0 8px 8px 0
}

.van-coupon__name {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px
}

.van-coupon__valid {
	font-size: 12px
}

.van-coupon__corner {
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0
}

.van-coupon__description {
	padding: 8px 16px;
	font-size: 12px;
	border-top: 1px dashed #ebedf0
}

.van-coupon--disabled:active {
	background-color: #252941
}

.van-coupon--disabled .van-coupon-item__content {
	height: 74px
}

.van-coupon--disabled .van-coupon__head {
	color: inherit
}

.van-image {
	position: relative;
	display: inline-block
}

.van-image--round {
	overflow: hidden;
	border-radius: 50%
}

.van-image--round img {
	border-radius: inherit
}

.van-image__error,
.van-image__img,
.van-image__loading {
	display: block;
	width: 100%;
	height: 100%
}

.van-image__error,
.van-image__loading {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #969799;
	font-size: 14px;
	background-color: #f7f8fa
}

.van-image__error-icon,
.van-image__loading-icon {
	color: #dcdee0;
	font-size: 32px
}

.van-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-radio--disabled {
	cursor: not-allowed
}

.van-radio--label-disabled {
	cursor: default
}

.van-radio--horizontal {
	margin-right: 12px
}

.van-radio__icon {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	height: 1em;
	font-size: 20px;
	line-height: 1em;
	cursor: pointer
}

.van-radio__icon .van-icon {
	display: block;
	box-sizing: border-box;
	width: 1.25em;
	height: 1.25em;
	color: transparent;
	font-size: .8em;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #c8c9cc;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color
}

.van-radio__icon--round .van-icon {
	border-radius: 100%
}

.van-radio__icon--checked .van-icon {
	color: #252941;
	background-color: #1989fa;
	border-color: #1989fa
}

.van-radio__icon--disabled {
	cursor: not-allowed
}

.van-radio__icon--disabled .van-icon {
	background-color: #ebedf0;
	border-color: #c8c9cc
}

.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
	color: #c8c9cc
}

.van-radio__label {
	margin-left: 8px;
	color: #fff;
	line-height: 20px
}

.van-radio__label--left {
	margin: 0 8px 0 0
}

.van-radio__label--disabled {
	color: #c8c9cc
}

.van-tag {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 4px;
	color: #252941;
	font-size: 12px;
	line-height: 16px;
	border-radius: 2px
}

.van-tag--default {
	background-color: #969799
}

.van-tag--default.van-tag--plain {
	color: #969799
}

.van-tag--danger {
	background-color: #ee0a24
}

.van-tag--danger.van-tag--plain {
	color: #ee0a24
}

.van-tag--primary {
	background-color: #1989fa
}

.van-tag--primary.van-tag--plain {
	color: #1989fa
}

.van-tag--success {
	background-color: #07c160
}

.van-tag--success.van-tag--plain {
	color: #07c160
}

.van-tag--warning {
	background-color: #ff976a
}

.van-tag--warning.van-tag--plain {
	color: #ff976a
}

.van-tag--plain {
	background-color: #252941;
	border-color: currentColor
}

.van-tag--plain:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid;
	border-color: inherit;
	border-radius: inherit;
	content: "";
	pointer-events: none
}

.van-tag--medium {
	padding: 2px 6px
}

.van-tag--large {
	padding: 4px 8px;
	font-size: 14px;
	border-radius: 4px
}

.van-tag--mark {
	border-radius: 0 999px 999px 0
}

.van-tag--mark:after {
	display: block;
	width: 2px;
	content: ""
}

.van-tag--round {
	border-radius: 999px
}

.van-tag__close {
	margin-left: 2px;
	cursor: pointer
}

.van-card {
	position: relative;
	box-sizing: border-box;
	padding: 8px 16px;
	color: #fff;
	font-size: 12px;
	background-color: #fafafa
}

.van-card:not(:first-child) {
	margin-top: 8px
}

.van-card__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.van-card__thumb {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	width: 88px;
	height: 88px;
	margin-right: 8px
}

.van-card__thumb img {
	border-radius: 8px
}

.van-card__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-width: 0;
	min-height: 88px
}

.van-card__content--centered {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.van-card__desc,
.van-card__title {
	word-wrap: break-word
}

.van-card__title {
	max-height: 32px;
	font-weight: 500;
	line-height: 16px
}

.van-card__desc {
	max-height: 20px;
	color: #fff
}

.van-card__bottom,
.van-card__desc {
	line-height: 20px
}

.van-card__price {
	display: inline-block;
	color: #323233;
	font-weight: 500;
	font-size: 12px
}

.van-card__price-integer {
	font-size: 16px
}

.van-card__price-decimal,
.van-card__price-integer {
	font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif
}

.van-card__origin-price {
	display: inline-block;
	margin-left: 5px;
	color: #969799;
	font-size: 10px;
	text-decoration: line-through
}

.van-card__num {
	float: right;
	color: #969799
}

.van-card__tag {
	position: absolute;
	top: 2px;
	left: 0
}

.van-card__footer {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	text-align: right
}

.van-card__footer .van-button {
	margin-left: 5px
}

.van-cell {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 16px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	background-color: #252941
}

.van-cell:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 16px;
	bottom: 0;
	left: 16px;
	border-bottom: 1px solid #ebedf0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.van-cell--borderless:after,
.van-cell:last-child:after {
	display: none
}

.van-cell__label {
	margin-top: 4px;
	color: #969799;
	font-size: 12px;
	line-height: 18px
}

.van-cell__title,
.van-cell__value {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.van-cell__value {
	position: relative;
	overflow: hidden;
	color: #969799;
	text-align: right;
	vertical-align: middle;
	word-wrap: break-word
}

.van-cell__value--alone {
	color: #fff;
	text-align: left
}

.van-cell__left-icon,
.van-cell__right-icon {
	height: 24px;
	font-size: 16px;
	line-height: 24px
}

.van-cell__left-icon {
	margin-right: 4px
}

.van-cell__right-icon {
	margin-left: 4px;
	color: #969799
}

.van-cell--clickable {
	cursor: pointer
}

.van-cell--clickable:active {
	background-color: transparent
}

.van-cell--required {
	overflow: visible
}

.van-cell--required:before {
	position: absolute;
	left: 8px;
	color: #ee0a24;
	font-size: 14px;
	content: "*"
}

.van-cell--center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.van-cell--large {
	padding-top: 12px;
	padding-bottom: 12px
}

.van-cell--large .van-cell__title {
	font-size: 16px
}

.van-cell--large .van-cell__label {
	font-size: 14px
}

.van-coupon-cell__value--selected {
	color: #fff
}

.van-contact-card {
	padding: 16px
}

.van-contact-card__value {
	margin-left: 5px;
	line-height: 20px
}

.van-contact-card--add .van-contact-card__value {
	line-height: 40px
}

.van-contact-card--add .van-cell__left-icon {
	color: #1989fa;
	font-size: 40px
}

.van-contact-card:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: -webkit-repeating-linear-gradient(135deg, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
	background: repeating-linear-gradient(-45deg, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
	background-size: 80px;
	content: ""
}

.van-collapse-item {
	position: relative
}

.van-collapse-item--border:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	top: 0;
	right: 16px;
	left: 16px;
	border-top: 1px solid #ebedf0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.van-collapse-item__title .van-cell__right-icon:before {
	-webkit-transform: rotate(90deg) translateZ(0);
	transform: rotate(90deg) translateZ(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.van-collapse-item__title:after {
	right: 16px;
	display: none
}

.van-collapse-item__title--expanded .van-cell__right-icon:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.van-collapse-item__title--expanded:after {
	display: block
}

.van-collapse-item__title--borderless:after {
	display: none
}

.van-collapse-item__title--disabled {
	cursor: not-allowed
}

.van-collapse-item__title--disabled,
.van-collapse-item__title--disabled .van-cell__right-icon {
	color: #c8c9cc
}

.van-collapse-item__title--disabled:active {
	background-color: #252941
}

.van-collapse-item__wrapper {
	overflow: hidden;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	will-change: height
}

.van-collapse-item__content {
	padding: 12px 16px;
	color: #969799;
	font-size: 14px;
	line-height: 1.5;
	background-color: #252941
}

.van-field__label {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	box-sizing: border-box;
	width: 6.2em;
	margin-right: 12px;
	color: #fff;
	text-align: left;
	word-wrap: break-word
}

.van-field__label--center {
	text-align: center
}

.van-field__label--right {
	text-align: right
}

.van-field--disabled .van-field__label {
	color: #c8c9cc
}

.van-field__value {
	overflow: visible
}

.van-field__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.van-field__control {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: inherit;
	text-align: left;
	background-color: transparent;
	border: 0;
	resize: none
}

.van-field__control::-webkit-input-placeholder {
	color: #c8c9cc
}

.van-field__control::placeholder {
	color: #c8c9cc
}

.van-field__control:disabled {
	color: #c8c9cc;
	cursor: not-allowed;
	opacity: 1;
	-webkit-text-fill-color: #c8c9cc
}

.van-field__control:read-only {
	cursor: default
}

.van-field__control--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center
}

.van-field__control--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right
}

.van-field__control--custom {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 24px
}

.van-field__control[type=date],
.van-field__control[type=datetime-local],
.van-field__control[type=time] {
	min-height: 24px
}

.van-field__control[type=search] {
	-webkit-appearance: none
}

.van-field__button,
.van-field__clear,
.van-field__icon,
.van-field__right-icon {
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.van-field__clear,
.van-field__right-icon {
	margin-right: -8px;
	padding: 0 8px;
	line-height: inherit
}

.van-field__clear {
	color: #c8c9cc;
	font-size: 16px;
	cursor: pointer
}

.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
	display: block;
	font-size: 16px;
	line-height: inherit
}

.van-field__left-icon {
	margin-right: 4px
}

.van-field__right-icon {
	color: #969799
}

.van-field__button {
	padding-left: 8px
}

.van-field__error-message {
	color: #ee0a24;
	font-size: 12px;
	text-align: left
}

.van-field__error-message--center {
	text-align: center
}

.van-field__error-message--right {
	text-align: right
}

.van-field__word-limit {
	margin-top: 4px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: right
}

.van-field--error .van-field__control::-webkit-input-placeholder {
	color: #c8c9cc;
	-webkit-text-fill-color: currentColor
}

.van-field--error .van-field__control,
.van-field--error .van-field__control::placeholder {
	color: #c8c9cc;
	-webkit-text-fill-color: currentColor
}

.van-field--min-height .van-field__control {
	min-height: 60px
}

.van-search {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 12px;
	background-color: #252941
}

.van-search,
.van-search__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.van-search__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 12px;
	background-color: #3d4165;
	border-radius: 2px
}

.van-search__content--round {
	border-radius: 999px
}

.van-search__label {
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
	line-height: 34px
}

.van-search .van-cell {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 5px 8px 5px 0;
	background-color: transparent
}

.van-search .van-cell__left-icon {
	color: #969799
}

.van-search--show-action {
	padding-right: 0
}

.van-search input::-webkit-search-cancel-button,
.van-search input::-webkit-search-decoration,
.van-search input::-webkit-search-results-button,
.van-search input::-webkit-search-results-decoration {
	display: none
}

.van-search__action {
	padding: 0 8px;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-search__action:active {
	background-color: transparent
}

.van-overflow-hidden {
	overflow: hidden !important
}

.van-popup {
	position: fixed;
	max-height: 100%;
	overflow-y: auto;
	background-color: #252941;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-overflow-scrolling: touch
}

.van-popup--center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.van-popup--center.van-popup--round {
	border-radius: 16px
}

.van-popup--top {
	top: 0;
	left: 0;
	width: 100%
}

.van-popup--top.van-popup--round {
	border-radius: 0 0 16px 16px
}

.van-popup--right {
	top: 50%;
	right: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.van-popup--right.van-popup--round {
	border-radius: 16px 0 0 16px
}

.van-popup--bottom {
	bottom: 0;
	left: 0;
	width: 100%
}

.van-popup--bottom.van-popup--round {
	border-radius: 16px 16px 0 0
}

.van-popup--left {
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.van-popup--left.van-popup--round {
	border-radius: 0 16px 16px 0
}

.van-popup--safe-area-inset-bottom {
	padding-bottom: env(safe-area-inset-bottom)
}

.van-popup-slide-bottom-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-top-enter-active {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.van-popup-slide-bottom-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-top-leave-active {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.van-popup-slide-top-enter,
.van-popup-slide-top-leave-active {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.van-popup-slide-right-enter,
.van-popup-slide-right-leave-active {
	-webkit-transform: translate3d(100%, -50%, 0);
	transform: translate3d(100%, -50%, 0)
}

.van-popup-slide-bottom-enter,
.van-popup-slide-bottom-leave-active {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.van-popup-slide-left-enter,
.van-popup-slide-left-leave-active {
	-webkit-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0)
}

.van-popup__close-icon {
	position: absolute;
	z-index: 1;
	color: #c8c9cc;
	font-size: 22px;
	cursor: pointer
}

.van-popup__close-icon:active {
	color: #969799
}

.van-popup__close-icon--top-left {
	top: 16px;
	left: 16px
}

.van-popup__close-icon--top-right {
	top: 16px;
	right: 16px
}

.van-popup__close-icon--bottom-left {
	bottom: 16px;
	left: 16px
}

.van-popup__close-icon--bottom-right {
	right: 16px;
	bottom: 16px
}

.van-share-sheet__header {
	padding: 12px 16px 4px;
	text-align: center
}

.van-share-sheet__title {
	margin-top: 8px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px
}

.van-share-sheet__description {
	display: block;
	margin-top: 8px;
	color: #969799;
	font-size: 12px;
	line-height: 16px
}

.van-share-sheet__options {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 16px 0 16px 8px;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch
}

.van-share-sheet__options--border:before {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	top: 0;
	right: 0;
	left: 16px;
	border-top: 1px solid #ebedf0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.van-share-sheet__options::-webkit-scrollbar {
	height: 0
}

.van-share-sheet__option {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-share-sheet__option:active {
	opacity: .7
}

.van-share-sheet__icon {
	width: 48px;
	height: 48px;
	margin: 0 16px
}

.van-share-sheet__name {
	margin-top: 8px;
	padding: 0 4px;
	color: #fff;
	font-size: 12px
}

.van-share-sheet__option-description {
	padding: 0 4px;
	color: #c8c9cc;
	font-size: 12px
}

.van-share-sheet__cancel {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	background: #252941;
	border: none;
	cursor: pointer
}

.van-share-sheet__cancel:before {
	display: block;
	height: 8px;
	background-color: #f7f8fa;
	content: " "
}

.van-popover,
.van-share-sheet__cancel:active {
	background-color: transparent
}

.van-popover {
	position: absolute;
	overflow: visible;
	-webkit-transition: opacity .15s, -webkit-transform .15s;
	transition: opacity .15s, -webkit-transform .15s;
	transition: opacity .15s, transform .15s;
	transition: opacity .15s, transform .15s, -webkit-transform .15s
}

.van-popover__wrapper {
	display: inline-block
}

.van-popover__arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent
}

.van-popover__content {
	overflow: hidden;
	border-radius: 8px
}

.van-popover__action {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	width: 128px;
	height: 44px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer
}

.van-popover__action:last-child .van-popover__action-text:after {
	display: none
}

.van-popover__action-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%
}

.van-popover__action-icon {
	margin-right: 8px;
	font-size: 20px
}

.van-popover__action--with-icon .van-popover__action-text {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.van-popover[data-popper-placement^=top] .van-popover__arrow {
	bottom: 0;
	border-top-color: currentColor;
	border-bottom-width: 0;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%)
}

.van-popover[data-popper-placement=top] {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

.van-popover[data-popper-placement=top] .van-popover__arrow {
	left: 50%
}

.van-popover[data-popper-placement=top-start] {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.van-popover[data-popper-placement=top-start] .van-popover__arrow {
	left: 16px
}

.van-popover[data-popper-placement=top-end] {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.van-popover[data-popper-placement=top-end] .van-popover__arrow {
	right: 16px
}

.van-popover[data-popper-placement^=left] .van-popover__arrow {
	right: 0;
	border-right-width: 0;
	border-left-color: currentColor;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%)
}

.van-popover[data-popper-placement=left] {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.van-popover[data-popper-placement=left] .van-popover__arrow {
	top: 50%
}

.van-popover[data-popper-placement=left-start] {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.van-popover[data-popper-placement=left-start] .van-popover__arrow {
	top: 16px
}

.van-popover[data-popper-placement=left-end] {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.van-popover[data-popper-placement=left-end] .van-popover__arrow {
	bottom: 16px
}

.van-popover[data-popper-placement^=right] .van-popover__arrow {
	left: 0;
	border-right-color: currentColor;
	border-left-width: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%)
}

.van-popover[data-popper-placement=right] {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.van-popover[data-popper-placement=right] .van-popover__arrow {
	top: 50%
}

.van-popover[data-popper-placement=right-start] {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.van-popover[data-popper-placement=right-start] .van-popover__arrow {
	top: 16px
}

.van-popover[data-popper-placement=right-end] {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.van-popover[data-popper-placement=right-end] .van-popover__arrow {
	bottom: 16px
}

.van-popover[data-popper-placement^=bottom] .van-popover__arrow {
	top: 0;
	border-top-width: 0;
	border-bottom-color: currentColor;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%)
}

.van-popover[data-popper-placement=bottom] {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.van-popover[data-popper-placement=bottom] .van-popover__arrow {
	left: 50%
}

.van-popover[data-popper-placement=bottom-start] {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.van-popover[data-popper-placement=bottom-start] .van-popover__arrow {
	left: 16px
}

.van-popover[data-popper-placement=bottom-end] {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.van-popover[data-popper-placement=bottom-end] .van-popover__arrow {
	right: 16px
}

.van-popover--light {
	color: #fff
}

.van-popover--light .van-popover__content {
	background-color: #252941;
	box-shadow: 0 2px 12px rgba(50, 50, 51, .12)
}

.van-popover--light .van-popover__arrow {
	color: #252941
}

.van-popover--light .van-popover__action:active {
	background-color: transparent
}

.van-popover--light .van-popover__action--disabled {
	color: #c8c9cc;
	cursor: not-allowed
}

.van-popover--light .van-popover__action--disabled:active {
	background-color: transparent
}

.van-popover--dark {
	color: #252941
}

.van-popover--dark .van-popover__content {
	background-color: #4a4a4a
}

.van-popover--dark .van-popover__arrow {
	color: #4a4a4a
}

.van-popover--dark .van-popover__action:active {
	background-color: rgba(0, 0, 0, .2)
}

.van-popover--dark .van-popover__action--disabled {
	color: #969799
}

.van-popover--dark .van-popover__action--disabled:active {
	background-color: transparent
}

.van-popover--dark .van-popover__action-text:after {
	border-color: #fff
}

.van-popover-zoom-enter,
.van-popover-zoom-leave-active {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.van-popover-zoom-enter-active {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.van-popover-zoom-leave-active {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.van-notify {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 8px 16px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	white-space: pre-wrap;
	text-align: center;
	word-wrap: break-word
}

.van-notify--primary {
	background-color: #1989fa
}

.van-notify--success {
	background-color: #07c160
}

.van-notify--danger {
	background-color: #ee0a24
}

.van-notify--warning {
	background-color: #ff976a
}

.van-dropdown-item {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 10;
	overflow: hidden
}

.van-dropdown-item__icon {
	display: block;
	line-height: inherit
}

.van-dropdown-item__option {
	text-align: left
}

.van-dropdown-item__option--active,
.van-dropdown-item__option--active .van-dropdown-item__icon {
	color: #ee0a24
}

.van-dropdown-item--up {
	top: 0
}

.van-dropdown-item--down {
	bottom: 0
}

.van-dropdown-item__content {
	position: absolute;
	max-height: 80%
}

.van-loading {
	color: #c8c9cc;
	font-size: 0
}

.van-loading,
.van-loading__spinner {
	position: relative;
	vertical-align: middle
}

.van-loading__spinner {
	display: inline-block;
	width: 30px;
	max-width: 100%;
	height: 30px;
	max-height: 100%;
	-webkit-animation: van-rotate .8s linear infinite;
	animation: van-rotate .8s linear infinite
}

.van-loading__spinner--spinner {
	-webkit-animation-timing-function: steps(12);
	animation-timing-function: steps(12)
}

.van-loading__spinner--spinner i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.van-loading__spinner--spinner i:before {
	display: block;
	width: 2px;
	height: 25%;
	margin: 0 auto;
	background-color: currentColor;
	border-radius: 40%;
	content: " "
}

.van-loading__spinner--circular {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.van-loading__circular {
	display: block;
	width: 100%;
	height: 100%
}

.van-loading__circular circle {
	-webkit-animation: van-circular 1.5s ease-in-out infinite;
	animation: van-circular 1.5s ease-in-out infinite;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round
}

.van-loading__text {
	display: inline-block;
	margin-left: 8px;
	color: #969799;
	font-size: 14px;
	vertical-align: middle
}

.van-loading--vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.van-loading--vertical .van-loading__text {
	margin: 8px 0 0
}

@-webkit-keyframes van-circular {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120
	}
}

@keyframes van-circular {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120
	}
}

.van-loading__spinner--spinner i:first-of-type {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	opacity: 1
}

.van-loading__spinner--spinner i:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	opacity: .9375
}

.van-loading__spinner--spinner i:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: .875
}

.van-loading__spinner--spinner i:nth-of-type(4) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	opacity: .8125
}

.van-loading__spinner--spinner i:nth-of-type(5) {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	opacity: .75
}

.van-loading__spinner--spinner i:nth-of-type(6) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: .6875
}

.van-loading__spinner--spinner i:nth-of-type(7) {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	opacity: .625
}

.van-loading__spinner--spinner i:nth-of-type(8) {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
	opacity: .5625
}

.van-loading__spinner--spinner i:nth-of-type(9) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	opacity: .5
}

.van-loading__spinner--spinner i:nth-of-type(10) {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
	opacity: .4375
}

.van-loading__spinner--spinner i:nth-of-type(11) {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
	opacity: .375
}

.van-loading__spinner--spinner i:nth-of-type(12) {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: .3125
}

.van-pull-refresh {
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none
}

.van-pull-refresh__track {
	position: relative;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.van-pull-refresh__head {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	color: #969799;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.van-number-keyboard {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-bottom: 22px;
	background-color: #f2f3f5;
	-webkit-user-select: none;
	user-select: none
}

.van-number-keyboard--with-title {
	border-radius: 20px 20px 0 0
}

.van-number-keyboard__header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: content-box;
	height: 34px;
	padding-top: 6px;
	color: #fff;
	font-size: 16px
}

.van-number-keyboard__title {
	display: inline-block;
	font-weight: 400
}

.van-number-keyboard__title-left {
	position: absolute;
	left: 0
}

.van-number-keyboard__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 6px 0 0 6px
}

.van-number-keyboard__keys {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	flex: 3;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.van-number-keyboard__close {
	position: absolute;
	right: 0;
	height: 100%;
	padding: 0 16px;
	color: #576b95;
	font-size: 14px;
	background-color: transparent;
	border: none;
	cursor: pointer
}

.van-number-keyboard__close:active {
	opacity: .7
}

.van-number-keyboard__sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.van-number-keyboard--unfit {
	padding-bottom: 0
}

.van-key {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 48px;
	font-size: 28px;
	line-height: 1.5;
	background-color: #252941;
	border-radius: 8px;
	cursor: pointer
}

.van-key--large {
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 6px;
	left: 0;
	height: auto
}

.van-key--blue,
.van-key--delete {
	font-size: 16px
}

.van-key--active {
	background-color: #ebedf0
}

.van-key--blue {
	color: #252941;
	background-color: #1989fa
}

.van-key--blue.van-key--active {
	background-color: #0570db
}

.van-key__wrapper {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-basis: 33%;
	flex-basis: 33%;
	box-sizing: border-box;
	padding: 0 6px 6px 0
}

.van-key__wrapper--wider {
	-webkit-flex-basis: 66%;
	flex-basis: 66%
}

.van-key__delete-icon {
	width: 32px;
	height: 22px
}

.van-key__collapse-icon {
	width: 30px;
	height: 24px
}

.van-key__loading-icon {
	color: #252941
}

.van-list__error-text,
.van-list__finished-text,
.van-list__loading {
	color: #969799;
	font-size: 14px;
	line-height: 50px;
	text-align: center
}

.van-list__placeholder {
	height: 0;
	pointer-events: none
}

.van-switch {
	position: relative;
	display: inline-block;
	box-sizing: content-box;
	width: 2em;
	font-size: 30px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 1em;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.van-switch,
.van-switch__node {
	height: 1em;
	background-color: #252941
}

.van-switch__node {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	font-size: inherit;
	border-radius: 100%;
	box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .05);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.3, 1.05, .4, 1.05);
	transition: -webkit-transform .3s cubic-bezier(.3, 1.05, .4, 1.05);
	transition: transform .3s cubic-bezier(.3, 1.05, .4, 1.05);
	transition: transform .3s cubic-bezier(.3, 1.05, .4, 1.05), -webkit-transform .3s cubic-bezier(.3, 1.05, .4, 1.05)
}

.van-switch__loading {
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	line-height: 1
}

.van-switch--on {
	background-color: #1989fa
}

.van-switch--on .van-switch__node {
	-webkit-transform: translateX(1em);
	transform: translateX(1em)
}

.van-switch--on .van-switch__loading {
	color: #1989fa
}

.van-switch--disabled {
	cursor: not-allowed;
	opacity: .5
}

.van-switch--loading {
	cursor: default
}

.van-switch-cell {
	padding-top: 9px;
	padding-bottom: 9px
}

.van-switch-cell--large {
	padding-top: 11px;
	padding-bottom: 11px
}

.van-switch-cell .van-switch {
	float: right
}

.van-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-appearance: none
}

.van-button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: inherit;
	border-color: #fff;
	border-radius: inherit;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	content: " "
}

.van-button:active:before {
	opacity: .1
}

.van-button--disabled:before,
.van-button--loading:before {
	display: none
}

.van-button--default {
	color: #fff;
	background-color: #252941;
	border: 1px solid #ebedf0
}

.van-button--primary {
	color: #252941;
	background-color: #07c160;
	border: 1px solid #07c160
}

.van-button--info {
	color: #252941;
	background-color: #1989fa;
	border: 1px solid #1989fa
}

.van-button--danger {
	color: #252941;
	background-color: #ee0a24;
	border: 1px solid #ee0a24
}

.van-button--warning {
	color: #252941;
	background-color: #ff976a;
	border: 1px solid #ff976a
}

.van-button--plain {
	background-color: #252941
}

.van-button--plain.van-button--primary {
	color: #07c160
}

.van-button--plain.van-button--info {
	color: #1989fa
}

.van-button--plain.van-button--danger {
	color: #ee0a24
}

.van-button--plain.van-button--warning {
	color: #ff976a
}

.van-button--large {
	width: 100%;
	height: 50px
}

.van-button--normal {
	padding: 0 15px;
	font-size: 14px
}

.van-button--small {
	height: 32px;
	padding: 0 8px;
	font-size: 12px
}

.van-button__loading {
	color: inherit;
	font-size: inherit
}

.van-button--mini {
	height: 24px;
	padding: 0 4px;
	font-size: 10px
}

.van-button--mini+.van-button--mini {
	margin-left: 4px
}

.van-button--block {
	display: block;
	width: 100%
}

.van-button--disabled {
	cursor: not-allowed;
	opacity: .5
}

.van-button--loading {
	cursor: default
}

.van-button--round {
	border-radius: 999px
}

.van-button--square {
	border-radius: 0
}

.van-button__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%
}

.van-button__content:before {
	content: " "
}

.van-button__icon {
	font-size: 1.2em;
	line-height: inherit
}

.van-button__icon+.van-button__text,
.van-button__loading+.van-button__text,
.van-button__text+.van-button__icon,
.van-button__text+.van-button__loading {
	margin-left: 4px
}

.van-button--hairline {
	border-width: 0
}

.van-button--hairline:after {
	border-color: inherit;
	border-radius: 4px
}

.van-button--hairline.van-button--round:after {
	border-radius: 999px
}

.van-button--hairline.van-button--square:after {
	border-radius: 0
}

.van-submit-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-bottom: env(safe-area-inset-bottom);
	background-color: #252941;
	-webkit-user-select: none;
	user-select: none
}

.van-submit-bar__tip {
	padding: 8px 12px;
	color: #f56723;
	font-size: 12px;
	line-height: 1.5;
	background-color: #fff7cc
}

.van-submit-bar__tip-icon {
	min-width: 18px;
	font-size: 12px;
	vertical-align: middle
}

.van-submit-bar__tip-text {
	vertical-align: middle
}

.van-submit-bar__bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	height: 50px;
	padding: 0 16px;
	font-size: 14px
}

.van-submit-bar__text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-right: 12px;
	color: #fff;
	text-align: right
}

.van-submit-bar__text span {
	display: inline-block
}

.van-submit-bar__suffix-label {
	margin-left: 5px;
	font-weight: 500
}

.van-submit-bar__price {
	color: #ee0a24;
	font-weight: 500;
	font-size: 12px
}

.van-submit-bar__price--integer {
	font-size: 20px;
	font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif
}

.van-submit-bar__button {
	width: 110px;
	height: 40px;
	font-weight: 500;
	border: none
}

.van-submit-bar__button--danger {
	background: -webkit-linear-gradient(left, #ff6034, #ee0a24);
	background: linear-gradient(90deg, #ff6034, #ee0a24)
}

.van-submit-bar--unfit {
	padding-bottom: 0
}

.van-goods-action-button {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 40px;
	font-weight: 500;
	font-size: 14px;
	border: none;
	border-radius: 0
}

.van-goods-action-button--first {
	margin-left: 5px;
	border-top-left-radius: 999px;
	border-bottom-left-radius: 999px
}

.van-goods-action-button--last {
	margin-right: 5px;
	border-top-right-radius: 999px;
	border-bottom-right-radius: 999px
}

.van-goods-action-button--warning {
	background: -webkit-linear-gradient(left, #ffd01e, #ff8917);
	background: linear-gradient(90deg, #ffd01e, #ff8917)
}

.van-goods-action-button--danger {
	background: -webkit-linear-gradient(left, #ff6034, #ee0a24);
	background: linear-gradient(90deg, #ff6034, #ee0a24)
}

@media (max-width:321px) {
	.van-goods-action-button {
		font-size: 13px
	}
}

.van-toast {
	position: fixed;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: content-box;
	width: 88px;
	max-width: 70%;
	min-height: 88px;
	padding: 16px;
	color: #252941;
	font-size: 14px;
	line-height: 20px;
	white-space: pre-wrap;
	text-align: center;
	word-break: break-all;
	background-color: hsla(0, 0%, 100%, .7);
	border-radius: 8px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.van-toast--unclickable {
	overflow: hidden
}

.van-toast--unclickable * {
	pointer-events: none
}

.van-toast--html,
.van-toast--text {
	width: -webkit-fit-content;
	width: fit-content;
	min-width: 96px;
	min-height: 0;
	padding: 8px 12px
}

.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
	margin-top: 0
}

.van-toast--top {
	top: 20%
}

.van-toast--bottom {
	top: auto;
	bottom: 20%
}

.van-toast__icon {
	font-size: 36px
}

.van-toast__loading {
	padding: 4px;
	color: #252941
}

.van-toast__text {
	margin-top: 8px
}

.van-calendar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background-color: #252941
}

.van-calendar__popup.van-popup--bottom,
.van-calendar__popup.van-popup--top {
	height: 80%
}

.van-calendar__popup.van-popup--left,
.van-calendar__popup.van-popup--right {
	height: 100%
}

.van-calendar__popup .van-popup__close-icon {
	top: 11px
}

.van-calendar__header {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	box-shadow: 0 2px 10px rgba(125, 126, 128, .16)
}

.van-calendar__header-subtitle,
.van-calendar__header-title,
.van-calendar__month-title {
	height: 44px;
	font-weight: 500;
	line-height: 44px;
	text-align: center
}

.van-calendar__header-title {
	font-size: 16px
}

.van-calendar__header-subtitle,
.van-calendar__month-title {
	font-size: 14px
}

.van-calendar__weekdays {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.van-calendar__weekday {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 12px;
	line-height: 30px;
	text-align: center
}

.van-calendar__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.van-calendar__days {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-user-select: none;
	user-select: none
}

.van-calendar__month-mark {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	color: rgba(242, 243, 245, .8);
	font-size: 160px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none
}

.van-calendar__day,
.van-calendar__selected-day {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center
}

.van-calendar__day {
	position: relative;
	width: 14.285%;
	height: 64px;
	font-size: 16px;
	cursor: pointer
}

.van-calendar__day--end,
.van-calendar__day--multiple-middle,
.van-calendar__day--multiple-selected,
.van-calendar__day--start,
.van-calendar__day--start-end {
	color: #252941;
	background-color: #ee0a24
}

.van-calendar__day--start {
	border-radius: 4px 0 0 4px
}

.van-calendar__day--end {
	border-radius: 0 4px 4px 0
}

.van-calendar__day--multiple-selected,
.van-calendar__day--start-end {
	border-radius: 4px
}

.van-calendar__day--middle {
	color: #ee0a24
}

.van-calendar__day--middle:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	opacity: .1;
	content: ""
}

.van-calendar__day--disabled {
	color: #c8c9cc;
	cursor: default
}

.van-calendar__bottom-info,
.van-calendar__top-info {
	position: absolute;
	right: 0;
	left: 0;
	font-size: 10px;
	line-height: 14px
}

@media (max-width:350px) {

	.van-calendar__bottom-info,
	.van-calendar__top-info {
		font-size: 9px
	}
}

.van-calendar__top-info {
	top: 6px
}

.van-calendar__bottom-info {
	bottom: 6px
}

.van-calendar__selected-day {
	width: 54px;
	height: 54px;
	color: #252941;
	background-color: #ee0a24;
	border-radius: 4px
}

.van-calendar__footer {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding: 0 16px env(safe-area-inset-bottom)
}

.van-calendar__footer--unfit {
	padding-bottom: 0
}

.van-calendar__confirm {
	height: 36px;
	margin: 7px 0
}

.van-picker {
	position: relative;
	background-color: #252941;
	-webkit-user-select: none;
	user-select: none
}

.van-picker__toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 44px
}

.van-picker__cancel,
.van-picker__confirm {
	height: 100%;
	padding: 0 16px;
	font-size: 14px;
	background-color: transparent;
	border: none;
	cursor: pointer
}

.van-picker__cancel:active,
.van-picker__confirm:active {
	opacity: .7
}

.van-picker__confirm {
	color: #576b95
}

.van-picker__cancel {
	color: #969799
}

.van-picker__title {
	max-width: 50%;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center
}

.van-picker__columns {
	position: relative;
	cursor: grab
}

.van-picker__columns,
.van-picker__loading {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.van-picker__loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #1989fa;
	background-color: hsla(0, 0%, 100%, .9)
}

.van-picker__frame {
	top: 50%;
	right: 16px;
	left: 16px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-picker__frame,
.van-picker__mask {
	position: absolute;
	pointer-events: none
}

.van-picker__mask {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4)), -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4));
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4)), linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4));
	background-repeat: no-repeat;
	background-position: top, bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.van-picker-column {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow: hidden;
	font-size: 16px
}

.van-picker-column__wrapper {
	-webkit-transition-timing-function: cubic-bezier(.23, 1, .68, 1);
	transition-timing-function: cubic-bezier(.23, 1, .68, 1)
}

.van-picker-column__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 4px;
	color: #fff
}

.van-picker-column__item--disabled {
	cursor: not-allowed;
	opacity: .3
}

.van-action-sheet {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-height: 80%;
	overflow: hidden;
	color: #fff
}

.van-action-sheet__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	flex: 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.van-action-sheet__cancel,
.van-action-sheet__item {
	display: block;
	width: 100%;
	padding: 14px 16px;
	font-size: 16px;
	background-color: #252941;
	border: none;
	cursor: pointer
}

.van-action-sheet__cancel:active,
.van-action-sheet__item:active {
	background-color: transparent
}

.van-action-sheet__item {
	line-height: 22px
}

.van-action-sheet__item--disabled,
.van-action-sheet__item--loading {
	color: #c8c9cc
}

.van-action-sheet__item--disabled:active,
.van-action-sheet__item--loading:active {
	background-color: #252941
}

.van-action-sheet__item--disabled {
	cursor: not-allowed
}

.van-action-sheet__item--loading {
	cursor: default
}

.van-action-sheet__cancel {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	color: #fff
}

.van-action-sheet__subname {
	margin-top: 8px;
	color: #969799;
	font-size: 12px;
	line-height: 18px
}

.van-action-sheet__gap {
	display: block;
	height: 8px;
	background-color: #f7f8fa
}

.van-action-sheet__header {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 48px;
	text-align: center
}

.van-action-sheet__description {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding: 20px 16px;
	color: #969799;
	font-size: 14px;
	line-height: 20px;
	text-align: center
}

.van-action-sheet__description:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 16px;
	bottom: 0;
	left: 16px;
	border-bottom: 1px solid #ebedf0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.van-action-sheet__loading-icon .van-loading__spinner {
	width: 22px;
	height: 22px
}

.van-action-sheet__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 16px;
	color: #c8c9cc;
	font-size: 22px;
	line-height: inherit
}

.van-action-sheet__close:active {
	color: #969799
}

.van-goods-action {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: content-box;
	height: 50px;
	padding-bottom: env(safe-area-inset-bottom);
	background-color: #252941
}

.van-goods-action--unfit {
	padding-bottom: 0
}

.van-dialog {
	position: fixed;
	top: 45%;
	left: 50%;
	width: 320px;
	overflow: hidden;
	font-size: 16px;
	background-color: #252941;
	border-radius: 16px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

@media (max-width:321px) {
	.van-dialog {
		width: 90%
	}
}

.van-dialog__header {
	padding-top: 26px;
	font-weight: 500;
	line-height: 24px;
	text-align: center
}

.van-dialog__header--isolated {
	padding: 24px 0
}

.van-dialog__content--isolated {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 104px
}

.van-dialog__message {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	max-height: 60vh;
	padding: 26px 24px;
	overflow-y: auto;
	font-size: 14px;
	line-height: 20px;
	white-space: pre-wrap;
	text-align: center;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch
}

.van-dialog__message--has-title {
	padding-top: 8px;
	color: #fff
}

.van-dialog__message--left {
	text-align: left
}

.van-dialog__message--right {
	text-align: right
}

.van-dialog__footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none
}

.van-dialog__cancel,
.van-dialog__confirm {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 48px;
	margin: 0;
	border: 0
}

.van-dialog__confirm,
.van-dialog__confirm:active {
	color: #ee0a24
}

.van-dialog--round-button .van-dialog__footer {
	position: relative;
	height: auto;
	padding: 8px 24px 16px
}

.van-dialog--round-button .van-dialog__message {
	padding-bottom: 16px;
	color: #fff
}

.van-dialog--round-button .van-dialog__cancel,
.van-dialog--round-button .van-dialog__confirm {
	height: 36px
}

.van-dialog--round-button .van-dialog__confirm {
	color: #252941
}

.van-dialog-bounce-enter {
	-webkit-transform: translate3d(-50%, -50%, 0) scale(.7);
	transform: translate3d(-50%, -50%, 0) scale(.7);
	opacity: 0
}

.van-dialog-bounce-leave-active {
	-webkit-transform: translate3d(-50%, -50%, 0) scale(.9);
	transform: translate3d(-50%, -50%, 0) scale(.9);
	opacity: 0
}

.van-contact-edit {
	padding: 16px
}

.van-contact-edit__fields {
	overflow: hidden;
	border-radius: 4px
}

.van-contact-edit__fields .van-field__label {
	width: 4.1em
}

.van-contact-edit__switch-cell {
	margin-top: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 4px
}

.van-contact-edit__buttons {
	padding: 32px 0
}

.van-contact-edit .van-button {
	margin-bottom: 12px;
	font-size: 16px
}

.van-address-edit {
	padding: 12px
}

.van-address-edit__fields {
	overflow: hidden;
	border-radius: 8px
}

.van-address-edit__fields .van-field__label {
	width: 4.1em
}

.van-address-edit__default {
	margin-top: 12px;
	overflow: hidden;
	border-radius: 8px
}

.van-address-edit__buttons {
	padding: 32px 4px
}

.van-address-edit__buttons .van-button {
	margin-bottom: 12px
}

.van-address-edit-detail {
	padding: 0
}

.van-address-edit-detail__search-item {
	background-color: #f2f3f5
}

.van-address-edit-detail__keyword {
	color: #ee0a24
}

.van-address-edit-detail__finish {
	color: #1989fa;
	font-size: 12px
}

.van-radio-group--horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.van-contact-list {
	box-sizing: border-box;
	height: 100%;
	padding-bottom: 80px
}

.van-contact-list__item {
	padding: 16px
}

.van-contact-list__item-value {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-right: 32px;
	padding-left: 8px
}

.van-contact-list__item-tag {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	margin-left: 8px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.4em
}

.van-contact-list__group {
	box-sizing: border-box;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.van-contact-list__edit {
	font-size: 16px
}

.van-contact-list__bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 0 16px env(safe-area-inset-bottom);
	background-color: #252941
}

.van-contact-list__add {
	height: 40px;
	margin: 5px 0
}

.van-address-list {
	box-sizing: border-box;
	height: 100%;
	padding: 12px 12px 80px
}

.van-address-list__bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	width: 100%;
	padding: 0 16px env(safe-area-inset-bottom);
	background-color: #252941
}

.van-address-list__add {
	height: 40px;
	margin: 5px 0
}

.van-address-list__disabled-text {
	padding: 20px 0 16px;
	color: #969799;
	font-size: 14px;
	line-height: 20px
}

.van-address-item {
	padding: 12px;
	background-color: #252941;
	border-radius: 8px
}

.van-address-item:not(:last-child) {
	margin-bottom: 12px
}

.van-address-item__value {
	padding-right: 44px
}

.van-address-item__name {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 22px
}

.van-address-item__tag {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	margin-left: 8px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.4em
}

.van-address-item__address {
	color: #fff;
	font-size: 13px;
	line-height: 18px
}

.van-address-item--disabled .van-address-item__address,
.van-address-item--disabled .van-address-item__name {
	color: #c8c9cc
}

.van-address-item__edit {
	position: absolute;
	top: 50%;
	right: 16px;
	color: #969799;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-address-item .van-cell {
	padding: 0
}

.van-address-item .van-radio__label {
	margin-left: 12px
}

.van-address-item .van-radio__icon--checked .van-icon {
	background-color: #ee0a24;
	border-color: #ee0a24
}

.van-badge {
	display: inline-block;
	box-sizing: border-box;
	min-width: 16px;
	padding: 0 3px;
	color: #252941;
	font-weight: 500;
	font-size: 12px;
	font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
	line-height: 1.2;
	text-align: center;
	background-color: #ee0a24;
	border: 1px solid #252941;
	border-radius: 999px
}

.van-badge--fixed {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}

.van-badge--dot {
	width: 8px;
	min-width: 0;
	height: 8px;
	background-color: #ee0a24;
	border-radius: 100%
}

.van-badge__wrapper {
	position: relative;
	display: inline-block
}

.van-tab__pane,
.van-tab__pane-wrapper {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 100%
}

.van-tab__pane-wrapper--inactive {
	height: 0;
	overflow: visible
}

.van-sticky--fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99
}

.van-tab {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 4px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer
}

.van-tab--active {
	color: #ff3f60;
	font-weight: 500
}

.van-tab--disabled {
	color: #c8c9cc;
	cursor: not-allowed
}

.van-tab__text--ellipsis {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.van-tab__text-wrapper,
.van-tabs {
	position: relative
}

.van-tabs__wrap {
	overflow: hidden;
	background-color: #252941;
}

.van-tabs__wrap--page-top {
	position: fixed
}

.van-tabs__wrap--content-bottom {
	top: auto;
	bottom: 0
}

.van-tabs__wrap--scrollable .van-tab {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 12px
}


.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar {
	display: none
}

.van-tabs__nav {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background-color: #252941;
	-webkit-user-select: none;
	user-select: none
}

.van-tabs__nav--line {
	box-sizing: content-box;
	height: 100%;
	padding-bottom: 15px
}

.van-tabs__nav--line.van-tabs__nav--complete {
	padding-right: 8px;
	padding-left: 8px
}

.van-tabs__nav--card {
	box-sizing: border-box;
	height: 30px;
	margin: 0 16px;
	border: 1px solid #ee0a24;
	border-radius: 2px
}

.van-tabs__nav--card .van-tab {
	color: #ee0a24;
	border-right: 1px solid #ee0a24
}

.van-tabs__nav--card .van-tab:last-child {
	border-right: none
}

.van-tabs__nav--card .van-tab.van-tab--active {
	color: #252941;
	background-color: #ee0a24
}

.van-tabs__nav--card .van-tab--disabled {
	color: #c8c9cc
}

.van-tabs__line {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 3px;
	background-color: #ee0a24;
	border-radius: 3px
}

.van-tabs__track {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	will-change: left
}

.van-tabs__content--animated {
	overflow: hidden
}

.van-tabs--line .van-tabs__wrap {
	height: 44px
}

.van-tabs--card>.van-tabs__wrap {
	height: 30px
}

.van-coupon-list {
	position: relative;
	height: 100%;
	background-color: #f7f8fa
}

.van-coupon-list__field {
	padding: 5px 0 5px 16px
}

.van-coupon-list__field .van-field__body {
	height: 34px;
	padding-left: 12px;
	line-height: 34px;
	background: #f7f8fa;
	border-radius: 17px
}

.van-coupon-list__field .van-field__body::-webkit-input-placeholder {
	color: #c8c9cc
}

.van-coupon-list__field .van-field__body::placeholder {
	color: #c8c9cc
}

.van-coupon-list__field .van-field__clear {
	margin-right: 0
}

.van-coupon-list__exchange-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #252941
}

.van-coupon-list__exchange {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	height: 32px;
	font-size: 16px;
	line-height: 30px;
	border: 0
}

.van-coupon-list .van-tabs__wrap {
	box-shadow: 0 6px 12px -12px #969799
}

.van-coupon-list__list {
	box-sizing: border-box;
	padding: 16px 0 24px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.van-coupon-list__list--with-bottom {
	padding-bottom: 66px
}

.van-coupon-list__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 16px;
	font-weight: 500;
	background-color: #252941
}

.van-coupon-list__close {
	height: 40px
}

.van-coupon-list__empty {
	padding-top: 60px;
	text-align: center
}

.van-coupon-list__empty p {
	margin: 16px 0;
	color: #969799;
	font-size: 14px;
	line-height: 20px
}

.van-coupon-list__empty img {
	width: 200px;
	height: 200px
}

.van-cascader__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 48px;
	padding: 0 16px
}

.van-cascader__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px
}

.van-cascader__close-icon {
	color: #c8c9cc;
	font-size: 22px
}

.van-cascader__close-icon:active {
	color: #969799
}

.van-cascader__tabs .van-tab {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	padding: 0 10px
}

.van-cascader__tabs.van-tabs--line .van-tabs__wrap {
	height: 48px
}

.van-cascader__tabs .van-tabs__nav--complete {
	padding-right: 6px;
	padding-left: 6px
}

.van-cascader__tab {
	color: #fff;
	font-weight: 500
}

.van-cascader__tab--unselected {
	color: #969799;
	font-weight: 400
}

.van-cascader__option {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 20px
}

.van-cascader__option:active {
	background-color: transparent
}

.van-cascader__option--selected {
	color: #ee0a24;
	font-weight: 500
}

.van-cascader__selected-icon {
	font-size: 18px
}

.van-cascader__options {
	box-sizing: border-box;
	height: 384px;
	padding-top: 6px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.van-cell-group {
	background-color: #252941
}

.van-cell-group--inset {
	margin: 0 16px;
	overflow: hidden;
	border-radius: 8px
}

.van-cell-group__title {
	padding: 16px 16px 8px;
	color: #969799;
	font-size: 14px;
	line-height: 16px
}

.van-cell-group__title--inset {
	padding: 16px 16px 8px 32px
}

.van-panel {
	background: #252941
}

.van-panel__header-value {
	color: #ee0a24
}

.van-panel__footer {
	padding: 8px 16px
}

.van-checkbox-group--horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.van-circle {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center
}

.van-circle svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.van-circle__layer {
	stroke: #252941
}

.van-circle__hover {
	fill: none;
	stroke: #1989fa;
	stroke-linecap: round
}

.van-circle__text {
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 4px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-col {
	float: left;
	box-sizing: border-box;
	min-height: 1px
}

.van-col--1 {
	width: 4.16666667%
}

.van-col--offset-1 {
	margin-left: 4.16666667%
}

.van-col--2 {
	width: 8.33333333%
}

.van-col--offset-2 {
	margin-left: 8.33333333%
}

.van-col--3 {
	width: 12.5%
}

.van-col--offset-3 {
	margin-left: 12.5%
}

.van-col--4 {
	width: 16.66666667%
}

.van-col--offset-4 {
	margin-left: 16.66666667%
}

.van-col--5 {
	width: 20.83333333%
}

.van-col--offset-5 {
	margin-left: 20.83333333%
}

.van-col--6 {
	width: 25%
}

.van-col--offset-6 {
	margin-left: 25%
}

.van-col--7 {
	width: 29.16666667%
}

.van-col--offset-7 {
	margin-left: 29.16666667%
}

.van-col--8 {
	width: 33.33333333%
}

.van-col--offset-8 {
	margin-left: 33.33333333%
}

.van-col--9 {
	width: 37.5%
}

.van-col--offset-9 {
	margin-left: 37.5%
}

.van-col--10 {
	width: 41.66666667%
}

.van-col--offset-10 {
	margin-left: 41.66666667%
}

.van-col--11 {
	width: 45.83333333%
}

.van-col--offset-11 {
	margin-left: 45.83333333%
}

.van-col--12 {
	width: 50%
}

.van-col--offset-12 {
	margin-left: 50%
}

.van-col--13 {
	width: 54.16666667%
}

.van-col--offset-13 {
	margin-left: 54.16666667%
}

.van-col--14 {
	width: 58.33333333%
}

.van-col--offset-14 {
	margin-left: 58.33333333%
}

.van-col--15 {
	width: 62.5%
}

.van-col--offset-15 {
	margin-left: 62.5%
}

.van-col--16 {
	width: 66.66666667%
}

.van-col--offset-16 {
	margin-left: 66.66666667%
}

.van-col--17 {
	width: 70.83333333%
}

.van-col--offset-17 {
	margin-left: 70.83333333%
}

.van-col--18 {
	width: 75%
}

.van-col--offset-18 {
	margin-left: 75%
}

.van-col--19 {
	width: 79.16666667%
}

.van-col--offset-19 {
	margin-left: 79.16666667%
}

.van-col--20 {
	width: 83.33333333%
}

.van-col--offset-20 {
	margin-left: 83.33333333%
}

.van-col--21 {
	width: 87.5%
}

.van-col--offset-21 {
	margin-left: 87.5%
}

.van-col--22 {
	width: 91.66666667%
}

.van-col--offset-22 {
	margin-left: 91.66666667%
}

.van-col--23 {
	width: 95.83333333%
}

.van-col--offset-23 {
	margin-left: 95.83333333%
}

.van-col--24 {
	width: 100%
}

.van-col--offset-24 {
	margin-left: 100%
}

.van-count-down {
	color: #fff;
	font-size: 14px;
	line-height: 20px
}

.van-divider {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 16px 0;
	color: #969799;
	font-size: 14px;
	line-height: 24px;
	border: 0 solid #ebedf0
}

.van-divider:after,
.van-divider:before {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	box-sizing: border-box;
	height: 1px;
	border-color: inherit;
	border-style: inherit;
	border-width: 1px 0 0
}

.van-divider:before {
	content: ""
}

.van-divider--hairline:after,
.van-divider--hairline:before {
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.van-divider--dashed {
	border-style: dashed
}

.van-divider--content-center:before,
.van-divider--content-left:before,
.van-divider--content-right:before {
	margin-right: 16px
}

.van-divider--content-center:after,
.van-divider--content-left:after,
.van-divider--content-right:after {
	margin-left: 16px;
	content: ""
}

.van-divider--content-left:before,
.van-divider--content-right:after {
	max-width: 10%
}

.van-dropdown-menu {
	-webkit-user-select: none;
	user-select: none
}

.van-dropdown-menu__bar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 48px;
	background-color: #252941;
	box-shadow: 0 2px 12px hsla(0, 0%, 100%, .12)
}

.van-dropdown-menu__bar--opened {
	z-index: 11
}

.van-dropdown-menu__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 0;
	cursor: pointer
}

.van-dropdown-menu__item:active {
	opacity: .7
}

.van-dropdown-menu__item--disabled:active {
	opacity: 1
}

.van-dropdown-menu__item--disabled .van-dropdown-menu__title {
	color: #969799
}

.van-dropdown-menu__title {
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0 8px;
	color: #fff;
	font-size: 15px;
	line-height: 22px
}

.van-dropdown-menu__title:after {
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -5px;
	border-color: transparent transparent #dcdee0 #dcdee0;
	border-style: solid;
	border-width: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: .8;
	content: ""
}

.van-dropdown-menu__title--active {
	color: #ee0a24
}

.van-dropdown-menu__title--active:after {
	border-color: transparent transparent currentColor currentColor
}

.van-dropdown-menu__title--down:after {
	margin-top: -1px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.van-empty {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 32px 0
}

.van-empty__image {
	width: 160px;
	height: 160px
}

.van-empty__image img {
	width: 100%;
	height: 100%
}

.van-empty__description {
	margin-top: 16px;
	padding: 0 60px;
	color: #969799;
	font-size: 14px;
	line-height: 20px
}

.van-empty__bottom {
	margin-top: 24px
}

.van-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.van-swipe {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	cursor: grab;
	-webkit-user-select: none;
	user-select: none
}

.van-swipe__track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%
}

.van-swipe__track--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.van-swipe__indicators {
	position: absolute;
	bottom: 12px;
	left: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.van-swipe__indicators--vertical {
	top: 50%;
	bottom: auto;
	left: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
	margin-bottom: 6px
}

.van-swipe__indicator {
	width: 6px;
	height: 6px;
	background-color: #ebedf0;
	border-radius: 100%;
	opacity: .7;
	-webkit-transition: opacity .2s, background-color .2s;
	transition: opacity .2s, background-color .2s
}

.van-swipe__indicator:not(:last-child) {
	margin-right: 6px
}

.van-swipe__indicator--active {
	background-color: #ff3f60;
	opacity: 1
}

.van-swipe-item {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%
}

.van-image-preview {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.van-image-preview__swipe {
	height: 100%
}

.van-image-preview__swipe-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden
}

.van-image-preview__cover {
	position: absolute;
	top: 0;
	left: 0
}

.van-image-preview__image {
	width: 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.van-image-preview__image--vertical {
	width: auto;
	height: 100%
}

.van-image-preview__image img {
	-webkit-user-drag: none
}

.van-image-preview__image .van-image__error {
	top: 30%;
	height: 40%
}

.van-image-preview__image .van-image__error-icon {
	font-size: 36px
}

.van-image-preview__image .van-image__loading {
	background-color: transparent
}

.van-image-preview__index {
	position: absolute;
	top: 16px;
	left: 50%;
	color: #252941;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0 1px 1px #323233;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.van-image-preview__overlay {
	background-color: rgba(0, 0, 0, .9)
}

.van-image-preview__close-icon {
	position: absolute;
	z-index: 1;
	color: #c8c9cc;
	font-size: 22px;
	cursor: pointer
}

.van-image-preview__close-icon:active {
	color: #969799
}

.van-image-preview__close-icon--top-left {
	top: 16px;
	left: 16px
}

.van-image-preview__close-icon--top-right {
	top: 16px;
	right: 16px
}

.van-image-preview__close-icon--bottom-left {
	bottom: 16px;
	left: 16px
}

.van-image-preview__close-icon--bottom-right {
	right: 16px;
	bottom: 16px
}

.van-uploader {
	position: relative;
	display: inline-block
}

.van-uploader__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.van-uploader__wrapper--disabled {
	opacity: .5
}

.van-uploader__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	opacity: 0
}

.van-uploader__input-wrapper {
	position: relative
}

.van-uploader__input:disabled {
	cursor: not-allowed
}

.van-uploader__upload {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	margin: 0 8px 8px 0;
	background-color: #f7f8fa
}

.van-uploader__upload:active {
	background-color: transparent
}

.van-uploader__upload--readonly:active {
	background-color: #f7f8fa
}

.van-uploader__upload-icon {
	color: #dcdee0;
	font-size: 24px
}

.van-uploader__upload-text {
	margin-top: 8px;
	color: #969799;
	font-size: 12px
}

.van-uploader__preview {
	position: relative;
	margin: 0 8px 8px 0;
	cursor: pointer
}

.van-uploader__preview-image {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden
}

.van-uploader__preview-delete {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 0 0 0 12px
}

.van-uploader__preview-delete-icon {
	position: absolute;
	top: -2px;
	right: -2px;
	color: #fff;
	color: #252941;
	font-size: 16px;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.van-uploader__mask,
.van-uploader__preview-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.van-uploader__mask {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #252941;
	background-color: rgba(50, 50, 51, .88)
}

.van-uploader__mask-icon {
	font-size: 22px
}

.van-uploader__mask-message {
	margin-top: 6px;
	padding: 0 4px;
	font-size: 12px;
	line-height: 14px
}

.van-uploader__loading {
	width: 22px;
	height: 22px;
	color: #252941
}

.van-uploader__file {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #f7f8fa
}

.van-uploader__file-icon {
	color: #fff;
	font-size: 20px
}

.van-uploader__file-name {
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
	padding: 0 4px;
	color: #fff;
	font-size: 12px;
	text-align: center
}

.van-index-anchor {
	z-index: 1;
	box-sizing: border-box;
	padding: 0 16px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	background-color: transparent
}

.van-index-anchor--sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	color: #ee0a24;
	background-color: #252941
}

.van-index-bar__sidebar {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-index-bar__index {
	padding: 0 8px 0 16px;
	font-weight: 500;
	font-size: 10px;
	line-height: 14px
}

.van-index-bar__index--active {
	color: #ee0a24
}

.van-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 14px
}

.van-pagination__item,
.van-pagination__page-desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.van-pagination__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	box-sizing: border-box;
	min-width: 36px;
	height: 40px;
	color: #1989fa;
	background-color: #252941;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.van-pagination__item:active {
	color: #252941;
	background-color: #1989fa
}

.van-pagination__item:after {
	border-width: 1px 0 1px 1px
}

.van-pagination__item:last-child:after {
	border-right-width: 1px
}

.van-pagination__item--active {
	color: #252941;
	background-color: #1989fa
}

.van-pagination__next,
.van-pagination__prev {
	padding: 0 4px;
	cursor: pointer
}

.van-pagination__item--disabled,
.van-pagination__item--disabled:active {
	color: #fff;
	background-color: #f7f8fa;
	cursor: not-allowed;
	opacity: .5
}

.van-pagination__page {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0
}

.van-pagination__page-desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 40px;
	color: #fff
}

.van-pagination--simple .van-pagination__next:after,
.van-pagination--simple .van-pagination__prev:after {
	border-width: 1px
}

.van-password-input {
	position: relative;
	margin: 0 16px;
	-webkit-user-select: none;
	user-select: none
}

.van-password-input__error-info,
.van-password-input__info {
	margin-top: 16px;
	font-size: 14px;
	text-align: center
}

.van-password-input__info {
	color: #969799
}

.van-password-input__error-info {
	color: #ee0a24
}

.van-password-input__security {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 50px;
	cursor: pointer
}

.van-password-input__security:after {
	border-radius: 6px
}

.van-password-input__security li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	line-height: 1.2;
	background-color: #252941
}

.van-password-input__security i {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	visibility: hidden
}

.van-password-input__cursor,
.van-password-input__security i {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.van-password-input__cursor {
	width: 1px;
	height: 40%;
	-webkit-animation: van-cursor-flicker 1s infinite;
	animation: van-cursor-flicker 1s infinite
}

@-webkit-keyframes van-cursor-flicker {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes van-cursor-flicker {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.van-progress {
	position: relative;
	height: 4px;
	background: #ebedf0;
	border-radius: 4px
}

.van-progress__portion {
	position: absolute;
	left: 0;
	height: 100%;
	background: #1989fa;
	border-radius: inherit
}

.van-progress__pivot {
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	min-width: 3.6em;
	padding: 0 5px;
	color: #252941;
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
	word-break: keep-all;
	background-color: #1989fa;
	border-radius: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-row:after {
	display: table;
	clear: both;
	content: ""
}

.van-row--flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.van-row--flex:after {
	display: none
}

.van-row--justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.van-row--justify-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.van-row--justify-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.van-row--justify-space-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.van-row--align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.van-row--align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.van-sidebar {
	width: 80px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.van-tree-select {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
	-webkit-user-select: none;
	user-select: none
}

.van-tree-select__nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow-y: auto;
	background-color: #f7f8fa;
	-webkit-overflow-scrolling: touch
}

.van-tree-select__nav-item {
	padding: 14px 12px
}

.van-tree-select__content {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	overflow-y: auto;
	background-color: #252941;
	-webkit-overflow-scrolling: touch
}

.van-tree-select__item {
	position: relative;
	padding: 0 32px 0 16px;
	font-weight: 500;
	line-height: 48px;
	cursor: pointer
}

.van-tree-select__item--active {
	color: #ee0a24
}

.van-tree-select__item--disabled {
	color: #c8c9cc;
	cursor: not-allowed
}

.van-tree-select__selected {
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	font-size: 16px
}

.van-skeleton {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0 16px
}

.van-skeleton__avatar {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-right: 16px;
	background-color: #bebebe
}

.van-skeleton__avatar--round {
	border-radius: 999px
}

.van-skeleton__content {
	width: 100%
}

.van-skeleton__avatar+.van-skeleton__content {
	padding-top: 8px
}

.van-skeleton__row,
.van-skeleton__title {
	height: 18px;
	background-color: #bebebe
}

.van-skeleton__title {
	width: 40%;
	margin: 0
}

.van-skeleton__row:not(:first-child) {
	margin-top: 16px
}

.van-skeleton__title+.van-skeleton__row {
	margin-top: 20px
}

.van-skeleton--animate {
	-webkit-animation: van-skeleton-blink 1.2s ease-in-out infinite;
	animation: van-skeleton-blink 1.2s ease-in-out infinite
}

.van-skeleton--round .van-skeleton__row,
.van-skeleton--round .van-skeleton__title {
	border-radius: 999px
}

@-webkit-keyframes van-skeleton-blink {
	50% {
		opacity: .6
	}
}

@keyframes van-skeleton-blink {
	50% {
		opacity: .6
	}
}

.van-stepper {
	font-size: 0;
	-webkit-user-select: none;
	user-select: none
}

.van-stepper__minus,
.van-stepper__plus {
	position: relative;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	color: #fff;
	vertical-align: middle;
	background-color: transparent;
	border: 0;
	cursor: pointer
}

.van-stepper__minus:before,
.van-stepper__plus:before {
	width: 50%;
	height: 1px
}

.van-stepper__minus:after,
.van-stepper__plus:after {
	width: 1px;
	height: 50%
}

.van-stepper__minus:after,
.van-stepper__minus:before,
.van-stepper__plus:after,
.van-stepper__plus:before {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: currentColor;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: ""
}

.van-stepper__minus:active,
.van-stepper__plus:active {
	background-color: #e8e8e8
}

.van-stepper__minus--disabled,
.van-stepper__plus--disabled {
	color: #c8c9cc;
	background-color: #f7f8fa;
	cursor: not-allowed
}

.van-stepper__minus--disabled:active,
.van-stepper__plus--disabled:active {
	background-color: #f7f8fa
}

.van-stepper__minus {
	border-radius: 4px 0 0 4px
}

.van-stepper__minus:after {
	display: none
}

.van-stepper__plus {
	border-radius: 0 4px 4px 0
}

.van-stepper__input {
	box-sizing: border-box;
	width: 32px;
	height: 28px;
	margin: 0 2px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 0;
	border-width: 1px 0;
	border-radius: 0;
	-webkit-appearance: none
}

.van-stepper__input:disabled {
	color: #c8c9cc;
	background-color: transparent;
	-webkit-text-fill-color: #c8c9cc;
	opacity: 1
}

.van-stepper__input:read-only {
	cursor: default
}

.van-stepper--round .van-stepper__input {
	background-color: transparent
}

.van-stepper--round .van-stepper__minus,
.van-stepper--round .van-stepper__plus {
	border-radius: 100%
}

.van-stepper--round .van-stepper__minus:active,
.van-stepper--round .van-stepper__plus:active {
	opacity: .7
}

.van-stepper--round .van-stepper__minus--disabled,
.van-stepper--round .van-stepper__minus--disabled:active,
.van-stepper--round .van-stepper__plus--disabled,
.van-stepper--round .van-stepper__plus--disabled:active {
	opacity: .3
}

.van-stepper--round .van-stepper__plus {
	color: #252941;
	background-color: #ee0a24
}

.van-stepper--round .van-stepper__minus {
	color: #ee0a24;
	background-color: #252941;
	border: 1px solid #ee0a24
}

.van-sku-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	min-height: 50%;
	max-height: 80%;
	overflow-y: visible;
	font-size: 14px;
	background: #252941
}

.van-sku-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 44px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.van-sku-body::-webkit-scrollbar {
	display: none
}

.van-sku-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin: 0 16px
}

.van-sku-header__img-wrap {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 96px;
	height: 96px;
	margin: 12px 12px 12px 0;
	overflow: hidden;
	border-radius: 4px
}

.van-sku-header__goods-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 12px 20px 12px 0
}

.van-sku-header-item {
	margin-top: 8px;
	color: #969799;
	font-size: 12px;
	line-height: 16px
}

.van-sku__price-symbol {
	font-size: 16px;
	vertical-align: bottom
}

.van-sku__price-num {
	font-weight: 500;
	font-size: 22px;
	vertical-align: bottom;
	word-wrap: break-word
}

.van-sku__goods-price {
	margin-left: -2px;
	color: #ee0a24
}

.van-sku__price-tag {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	padding: 0 5px;
	overflow: hidden;
	color: #ee0a24;
	font-size: 12px;
	line-height: 16px;
	border-radius: 8px
}

.van-sku__price-tag:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	opacity: .1;
	content: ""
}

.van-sku-group-container {
	padding-top: 12px
}

.van-sku-group-container--hide-soldout .van-sku-row__item--disabled {
	display: none
}

.van-sku-row {
	margin: 0 16px 12px
}

.van-sku-row:last-child {
	margin-bottom: 0
}

.van-sku-row__image-item,
.van-sku-row__item {
	position: relative;
	overflow: hidden;
	color: #fff;
	border-radius: 4px;
	cursor: pointer
}

.van-sku-row__image-item:before,
.van-sku-row__item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7f8fa;
	content: ""
}

.van-sku-row__image-item--active,
.van-sku-row__item--active {
	color: #ee0a24
}

.van-sku-row__image-item--active:before,
.van-sku-row__item--active:before {
	background: currentColor;
	opacity: .1
}

.van-sku-row__item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 40px;
	margin: 0 12px 12px 0;
	font-size: 13px;
	line-height: 16px;
	vertical-align: middle
}

.van-sku-row__item-img {
	z-index: 1;
	width: 24px;
	height: 24px;
	margin: 4px 0 4px 4px;
	object-fit: cover;
	border-radius: 2px
}

.van-sku-row__item-name {
	z-index: 1;
	padding: 8px
}

.van-sku-row__item--disabled {
	color: #c8c9cc;
	background: transparent;
	cursor: not-allowed
}

.van-sku-row__item--disabled .van-sku-row__item-img {
	opacity: .3
}

.van-sku-row__image {
	margin-right: 0
}

.van-sku-row__image-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 110px;
	margin: 0 4px 4px 0;
	border: 1px solid transparent
}

.van-sku-row__image-item:last-child {
	margin-right: 0
}

.van-sku-row__image-item-img {
	width: 100%;
	height: 110px
}

.van-sku-row__image-item-img-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 18px;
	height: 18px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	background-color: rgba(0, 0, 0, .4);
	border-bottom-left-radius: 4px
}

.van-sku-row__image-item-name {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	height: 40px;
	padding: 4px;
	font-size: 12px;
	line-height: 16px
}

.van-sku-row__image-item-name span {
	word-wrap: break-word
}

.van-sku-row__image-item--active {
	border-color: currentColor
}

.van-sku-row__image-item--disabled {
	color: #c8c9cc;
	cursor: not-allowed
}

.van-sku-row__image-item--disabled:before {
	z-index: 2;
	background: transparent;
	opacity: .4
}

.van-sku-row__title {
	padding-bottom: 12px
}

.van-sku-row__title-multiple {
	color: #969799
}

.van-sku-row__scroller {
	margin: 0 -16px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch
}

.van-sku-row__scroller::-webkit-scrollbar {
	display: none
}

.van-sku-row__row {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-bottom: 4px;
	padding: 0 16px
}

.van-sku-row__indicator {
	width: 40px;
	height: 4px;
	background: #ebedf0;
	border-radius: 2px
}

.van-sku-row__indicator-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-bottom: 16px
}

.van-sku-row__indicator-slider {
	width: 50%;
	height: 100%;
	background-color: #ee0a24;
	border-radius: 2px
}

.van-sku-stepper-stock {
	padding: 12px 16px;
	overflow: hidden;
	line-height: 30px
}

.van-sku__stepper {
	float: right;
	padding-left: 4px
}

.van-sku__stepper-title {
	float: left
}

.van-sku__stepper-quota {
	float: right;
	color: #ee0a24;
	font-size: 12px
}

.van-sku__stock {
	display: inline-block;
	margin-right: 8px;
	color: #969799;
	font-size: 12px
}

.van-sku__stock-num--highlight {
	color: #ee0a24
}

.van-sku-messages {
	padding-bottom: 32px
}

.van-sku-messages__image-cell .van-cell__title {
	max-width: 6.2em;
	margin-right: 12px;
	color: #fff;
	text-align: left;
	word-wrap: break-word
}

.van-sku-messages__image-cell .van-cell__value {
	overflow: visible;
	text-align: left
}

.van-sku-messages__image-cell-label {
	color: #969799;
	font-size: 12px;
	line-height: 18px
}

.van-sku-messages__cell-block {
	position: relative
}

.van-sku-messages__cell-block:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 16px;
	bottom: 0;
	left: 16px;
	border-bottom: 1px solid #ebedf0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.van-sku-messages__cell-block:last-child:after {
	display: none
}

.van-sku-messages__extra-message {
	margin-top: -2px;
	padding: 0 16px 12px;
	color: #969799;
	font-size: 12px;
	line-height: 18px
}

.van-sku-actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding: 8px 16px
}

.van-sku-actions .van-button {
	height: 40px;
	font-weight: 500;
	font-size: 14px;
	border: none;
	border-radius: 0
}

.van-sku-actions .van-button:first-of-type {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px
}

.van-sku-actions .van-button:last-of-type {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}

.van-sku-actions .van-button--warning {
	background: -webkit-linear-gradient(left, #ffd01e, #ff8917);
	background: linear-gradient(90deg, #ffd01e, #ff8917)
}

.van-sku-actions .van-button--danger {
	background: -webkit-linear-gradient(left, #ff6034, #ee0a24);
	background: linear-gradient(90deg, #ff6034, #ee0a24)
}

.van-slider {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #ebedf0;
	border-radius: 999px;
	cursor: pointer
}

.van-slider:before {
	position: absolute;
	top: -8px;
	right: 0;
	bottom: -8px;
	left: 0;
	content: ""
}

.van-slider__bar {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #1989fa;
	border-radius: inherit;
	-webkit-transition: all .2s;
	transition: all .2s
}

.van-slider__button {
	width: 24px;
	height: 24px;
	background-color: #252941;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.van-slider__button-wrapper,
.van-slider__button-wrapper-right {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate3d(50%, -50%, 0);
	transform: translate3d(50%, -50%, 0);
	cursor: grab
}

.van-slider__button-wrapper-left {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	cursor: grab
}

.van-slider--disabled {
	cursor: not-allowed;
	opacity: .5
}

.van-slider--disabled .van-slider__button-wrapper,
.van-slider--disabled .van-slider__button-wrapper-left,
.van-slider--disabled .van-slider__button-wrapper-right {
	cursor: not-allowed
}

.van-slider--vertical {
	display: inline-block;
	width: 2px;
	height: 100%
}

.van-slider--vertical .van-slider__button-wrapper,
.van-slider--vertical .van-slider__button-wrapper-right {
	top: auto;
	right: 50%;
	bottom: 0;
	-webkit-transform: translate3d(50%, 50%, 0);
	transform: translate3d(50%, 50%, 0)
}

.van-slider--vertical .van-slider__button-wrapper-left {
	top: 0;
	right: 50%;
	left: auto;
	-webkit-transform: translate3d(50%, -50%, 0);
	transform: translate3d(50%, -50%, 0)
}

.van-slider--vertical:before {
	top: 0;
	right: -8px;
	bottom: 0;
	left: -8px
}

.van-steps {
	overflow: hidden;
	background-color: #252941
}

.van-steps--horizontal {
	padding: 10px 10px 0
}

.van-steps--horizontal .van-steps__items {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 0 0 10px;
	padding-bottom: 22px
}

.van-steps--vertical {
	padding: 0 0 0 32px
}

.van-swipe-cell {
	position: relative;
	overflow: hidden;
	cursor: grab
}

.van-swipe-cell__wrapper {
	-webkit-transition-timing-function: cubic-bezier(.18, .89, .32, 1);
	transition-timing-function: cubic-bezier(.18, .89, .32, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.van-swipe-cell__left,
.van-swipe-cell__right {
	position: absolute;
	top: 0;
	height: 100%
}

.van-swipe-cell__left {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.van-swipe-cell__right {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.van-tabbar {
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 50px;
	padding-bottom: env(safe-area-inset-bottom);
	background-color: #191c2c
}

.van-tabbar--fixed {
	position: fixed;
	bottom: 0;
	left: 0
}

.van-tabbar--unfit {
	padding-bottom: 0
}

.ad-dialog {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 5rem;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .5);
	z-index: 998
}

.ad-dialog .ad-dialog-content {
	max-width: 700px;
	width: 100%;
	text-align: center
}

.ad-dialog .ad-dialog-content a {
	display: block;
	background-color: rgba(0, 0, 0, .3)
}

.ad-dialog .ad-dialog-content i {
	margin-top: 10px;
	font-size: 36px
}

.ad-splash {
	position: fixed;
	height: 100%;
	max-width: 750px;
	justify-content: center;
	background-color: rgba(0, 0, 0, .9);
	z-index: 999
}

.ad-splash,
.ad-splash .control {
	top: 0;
	width: 100%;
	display: flex;
	align-items: center
}

.ad-splash .control {
	position: absolute;
	left: 0;
	height: 50px;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 14px;
	justify-content: space-between
}

.ad-splash .control>* {
	padding: 10px 20px
}

.notice-dialog {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 5rem;
	box-sizing: border-box;
	z-index: 997;
	background-color: rgba(0, 0, 0, .5);
}

.notice-dialog .notice-dialog-content {
	width: 27rem;
	text-align: center;
	background-color: #1c2029;
	border-radius: 1rem;
	padding: 3rem 15px 15px;
	position: relative;
	box-sizing: border-box
}

.notice-dialog .notice-dialog-content:before {
	content: "";
	position: absolute;
	left: 7.7rem;
	top: -1.35rem;
	width: 11.6rem;
	height: 3.45rem;
	background-image: url(../images/notice-dialog-title.png);
	background-size: 100% 100%
}

.notice-dialog .notice-dialog-content .title {
	font-size: 16px;
	margin-bottom: 13px
}

.notice-dialog .notice-dialog-content .content {
	font-size: 13px;
	white-space: pre-wrap;
	text-align: left
}

.notice-dialog .notice-dialog-content .btn {
	color: #ff4060;
	font-size: 14px;
	border-radius: 35px;
	width: 100%;
	height: 35px;
	border: 1px solid #ff4060;
	margin-top: 19px
}

.submit-button {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 45px;
	height: 45px;
	padding: 0 21px;
	font-size: 14px;
	background: linear-gradient(#ff4260, #f625c2);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box
}

.submit-button:active {
	opacity: .9
}

.aspect-ratio {
	position: relative;
	width: 100%;
	overflow: hidden;
	pointer-events: auto;
	padding-top: 56.25%;
    border-radius: 5px;
}

.aspect-ratio .aspect-ratio-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.aspect-ratio .aspect-ratio-content * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aspect-ratio .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.aspect-ratio .overlay a {
	pointer-events: auto
}

.easy-image {
	position: relative;
	overflow: hidden
}

.easy-image img {
	display: block
}

.easy-image .error,
.easy-image .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	font-size: 13px;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #393f63;
	-o-object-fit: cover;
	object-fit: cover
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	width: calc(var(--swiper-navigation-size)/44*27);
	height: 44px;
	height: var(--swiper-navigation-size);
	margin-top: -22px;
	margin-top: calc(var(--swiper-navigation-size)*-1/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-theme-color);
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 44px;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	-moz-font-feature-settings: normal, ;
	font-feature-settings: normal, ;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-theme-color);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-theme-color);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s linear infinite;
	box-sizing: border-box;
	border-left: 4px solid var(--swiper-theme-color);
	border-bottom: 4px solid var(--swiper-theme-color);
	border-right: 4px solid var(--swiper-theme-color);
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.video-item {
	margin-bottom: 6px
}

.video-item .flag {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ff4060;
	border-bottom-left-radius: 5px;
	display: flex;
	align-items: center;
	padding: 3px 5px 3px 6px;
	font-size: 11px;
	line-height: 1
}

.video-item .flag .icon {
	margin-right: 2px
}

.video-item .flag .icon img {
	display: block
}

.video-item .times {
	position: absolute;
	left: 5px;
	bottom: 6px
}

.video-item .duration {
	position: absolute;
	right: 5px;
	bottom: 6px
}

.video-item .title {
	padding: 6px 0;
	font-size: 14px
}

.video-item .release-date {
	padding-bottom: 8px
}

.video-item .row-1-square-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1.3rem;
	padding-top: 15px;
	padding-bottom: 7px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .5))
}

.video-item .reserve-btn {
	width: 45px;
	height: 25px;
	margin-left: 0;
	padding: 0;
	font-size: 12px;
	border-radius: 5px
}

.row-1-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

.row-1-info>* {
	width: 48%;
	width: calc(50% - 5px)
}

.row-1-info .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: auto;
	height: 100%
}

.row-1-info .info .title {
	padding: 3px 0;
	font-size: 1.2rem
}

.row-1-info .info .label {
	color: #ccc;
	font-size: 1.1rem
}

.row-1-new {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

.row-1-new>* {
	width: 48%;
	width: calc(50% - 5px)
}

.tag-list {
	display: flex;
	flex-wrap: wrap
}

.tag-list .tag-item {
	border: 1px solid #0261fa;
	color: #fff;
	background-color: #181d31;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 12px;
	line-height: 1;
	margin-right: 10px;
	margin-top: 10px;
	pointer-events: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-color: rgb(242, 17, 155);
}

.tag-list .tag-item.community-tag {
	border: none
}

.row-1and2 .van-col--12 {
	box-sizing: border-box;
	width: calc(50% - 6px)
}

.row-1and2 .van-col--12:nth-child(2n) {
	margin-right: 12px !important
}

.row-2 .van-col--12 {
	box-sizing: border-box;
	width: calc(50% - 6px)
}

.row-2 .van-col--12:nth-child(odd) {
	margin-right: 12px !important
}

.row-3 .van-col {
	box-sizing: border-box;
	width: calc(33.33333% - 8px)
}

.row-3 .van-col:nth-child(3n+1),
.row-3 .van-col:nth-child(3n+2) {
	margin-right: 12px !important
}

.row-1,
.row-1-info {
	margin-bottom: 15px
}

.my-swipe {
	width: 100%
}

.recommend-search .van-cell {
	padding: 1px 8px 1px 0
}

.notice-container {
	margin-top: 10px;
	padding: 10px 15px 0
}

.notice-container .notice {
	border-radius: 5px;
	font-size: 11px;
	border: 1px solid rgba(255, 64, 96, .35)
}

.notice-container .notice-title {
	position: relative;
	left: -5px;
	height: 24px
}

.notice-container .van-notice-bar {
	height: 20px
}

.ranking {
	background-image: url(/img/recommend-ranking.png);
	background-size: 100% auto;
	background-repeat: no-repeat
}

.actions {
	display: flex;
	margin-top: 10px
}

.actions .action-btn {
	cursor: pointer;
	flex: 1;
	background-color: #181d31;
	border-radius: 5px;
	color: #919399;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	height: 35px
}

.actions .action-btn:nth-child(2) {
	margin-left: 10px
}

.actions .action-btn img {
	width: 15px;
	height: 15px;
	padding-right: 5px
}

.end-tips {
	text-align: center;
	padding: 10px 0 20px;
	font-size: 13px;
	color: #919399
}

.bg-color {
	background-color: #252941
}

.swiper-link {
	display: block
}

.section-frame {
	padding: 20px 15px 0
}

.section-frame .section-frame-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px
}

.section-frame .section-frame-header .title {
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center
}

.section-frame .section-frame-header .title .icon {
	height: 15px;
	padding-right: 5px
}

.section-frame .section-frame-header .more {
	display: flex;
	align-items: center;
	font-size: 13px;
	opacity: .6
}

.special-list {
	padding: 15px
}

.special-list .specail-item {
	display: block;
	margin-bottom: 20px
}

.special-list .specail-item .title {
	font-size: 14px;
	margin-top: 8px
}

.video-list-container {
	padding: 10px 15px
}

.author-item {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.author-item .author {
	display: flex;
	align-items: center;
	width: calc(100% - 60px)
}

.author-item .author .img {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	margin-right: 10px
}

.author-item .author .info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	font-size: 16px;
	color: #fff;
	overflow: hidden
}

.author-item .author .info .main {
	display: flex;
	align-items: center;
	white-space: nowrap
}

.author-item .author .info .main .vip-icon {
	height: 1.4rem;
	margin-left: .5rem
}

.author-item .author .info .main .icon {
	margin-left: .5rem
}

.author-item .author .info .main .icon img {
	width: auto !important
}

.author-item .author .info .description {
	font-size: 13px;
	color: #91939f
}

.author-item .author .info .content {
	font-size: 13px;
	color: #91939f;
	display: flex;
	align-items: center
}

.author-item .author .info .content .content-fans {
	margin-left: 8px
}

.author-item .follow-btn {
	font-size: 13px;
	color: #fff;
	height: 25px;
	width: 60px;
	border-radius: 5px;
	border: 1px solid #ff4060;
	background-color: #ff4060;
	justify-content: center;
	align-items: center;
	display: flex
}

.author-item .is-follow-btn {
	color: #ff4060;
	background-color: transparent
}



.page-index .android-download-sticky .android-download-panel {
	height: 6.5rem;
	background-color: #fff;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center
}

.page-index .android-download-sticky .android-download-panel .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	color: #222;
	background-color: #f5f5f6;
	border-bottom-left-radius: 3rem
}

.page-index .android-download-sticky .android-download-panel .close .icon {
	margin-top: .4rem;
	margin-left: 1.015rem
}

.page-index .android-download-sticky .android-download-panel .img {
	margin-left: 15px;
	height: 4.5rem;
	width: 4.5rem
}

.page-index .android-download-sticky .android-download-panel .text {
	margin-left: 1rem;
	color: #ff4060;
	font-size: 1.5rem;
	line-height: 1.6;
	display: flex;
	flex-direction: column
}

.page-index .android-download-sticky .android-download-panel .download-link {
	background-color: #ff4060;
	font-size: 1.2rem;
	width: 7.5rem;
	border-radius: 3rem;
	margin-left: 4.5rem;
	padding: .85rem 0;
	line-height: 1;
	text-align: center
}

.page-index .navbar-add-android .van-sticky--fixed {
	top: 6.5rem
}

.page-index .navbar .van-tabs__wrap {
	padding-bottom: 3px;
	
}

.page-index .navbar .van-tab {
	font-size: 16px
}

.page-index .navbar .van-tab--active {
	font-weight: 700;
	font-size: 17px
}

.page-index .navbar .van-tab--active:after {
	bottom: 0;
	left: 50%;
	position: absolute;
	background-color: #ee0a24;
	height: 3px;
	width: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	display: block;
	border-radius: 3px;
	content: "";
}

.page-search .navbar .van-tab--active:after {
	bottom: 0;
	left: 50%;
	position: absolute;
	background-color: #ee0a24;
	height: 3px;
	width: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	display: block;
	content: "";
}

.page-personal .navbar .van-tab--active:after {
	bottom: 0;
	left: 50%;
	position: absolute;
	background-color: #ee0a24;
	height: 3px;
	width: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	display: block;
	content: "";
}

.page-index .author-list-container .author-heard {
	height: 7px;
	background: #212537
}

.page-index .author-list-container .author-container {
	margin-bottom: 8px;
	padding: 15px 15px 0
}

.page-index .author-list-container .author-container .author-video-list {
	margin-top: 15px
}



.index-tabbar {
	display: flex;
	justify-content: center;
	align-items: center
}

.index-tabbar span.active {
	color: #ff3f60
}

.index-tabbar.useSafe .van-tabbar {
	padding-bottom: 18px
}

.index-tabbar .van-tabbar-item {
	color: #fff
}

.index-tabbar .van-tabbar-item.van-tabbar-item--active {
	color: #ff3f60
}



.confirm-wrap,
.loading-wrap {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center
}

.confirm-wrap {
	padding: 0 20px
}

.confirm-wrap .confirm-box {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	color: #000
}

.confirm-wrap .confirm-box .confirm-content {
	padding: 15px;
	font-size: 14px;
	min-height: 80px;
	color: #89898b;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.confirm-wrap .confirm-box .actions {
	display: flex;
	height: 50px;
	border-top: 1px solid #ebedf0
}

.confirm-wrap .confirm-box .actions .button {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	height: 100%
}

.confirm-wrap .confirm-box .actions .button:nth-child(2) {
	border-left: 1px solid #ebedf0
}

.confirm-wrap .confirm-box .actions .button.success {
	color: #329b43
}

.subject {
	font-size: 13px;
	color: #89898b;
	margin-top: 7px
}

.payment-empty {
	padding: 15px;
	text-align: center
}

.pay-button {
	margin-top: 15px;
	width: calc(100% - 30px)
}

.service {
	color: #89898b;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px 0
}

.service a {
	color: #ff4060
}

.tips {
	color: #89898b;
	font-size: 12px;
	white-space: pre-wrap;
	padding: 15px 15px 40px
}

.page-vip {
	background-image: url(../images/vip-header-bg.png);
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat
}

.black-card-bg {
	position: absolute;
	width: 100%;
	height: auto
}

.user-info {
	position: relative;
	z-index: 0;
	justify-content: space-between;
	padding: 15px;
	font-size: 11px
}

.user-info,
.user-info .user {
	display: flex
}

.user-info .user .avatar {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-right: 10px
}

.user-info .user .nickname {
	font-size: 15px;
	margin-bottom: 2px
}

.card-swiper,
.user-info .timeout {
	margin-top: 5px
}

.card-swiper .swiper-slide {
	width: 26rem
}

.card-swiper .swiper-slide .card-img {
	width: 100%
}

.card-swiper .swiper-slide .black-card {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto !important
}

.card-swiper .swiper-slide .card-info {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-weight: unset
}

.card-swiper .swiper-slide .card-info .name {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: 700
}

.card-swiper .swiper-slide .card-info .day-tips {
	margin-top: .5rem;
	font-size: 1rem;
	padding-right: 32%
}

.card-swiper .swiper-slide .card-info .des {
	margin-top: .7rem;
	font-size: 1rem;
	flex: 1;
	padding-right: 32%
}

.card-swiper .swiper-slide .card-info .price {
	font-size: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.card-swiper .swiper-slide .card-info .price .old {
	font-size: 1.2rem;
	padding-left: 10px;
	text-decoration: line-through
}

.black-card-rights {
	position: relative;
	z-index: 1;
	margin-top: 22px
}

.black-card-rights .black-card-rights-title {
	display: block;
	width: 9rem;
	height: 2.3rem;
	margin: 0 auto
}

.black-card-rights .black-card-rights-content {
	display: block;
	width: 28.5rem;
	height: 24rem;
	margin: 1.5rem auto
}

.buy-btn {
	margin: 20px
}

.buy-btn button {
	width: 100%
}

.rights {
	margin: 15px;
	text-align: center;
	background-color: #202336;
	padding-top: 1px;
	border-radius: 10px
}

.rights .right-title {
	min-width: 1px;
	height: 24px;
	margin-top: 15px
}

.rights .right-title img {
	height: 100%
}

.rights .right-list {
	padding: 15px 5px 0;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10PX
}

.rights .right-list .right-item {
	width: 25%;
	text-align: center;
	margin-bottom: 20px
}

.rights .right-list .right-item img {
	width: 50px;
	height: 50px;
	display: inline-block
}

.exchange {
	display: flex;
	justify-content: flex-end;
	padding-right: 24px;
	font-size: 14px
}

.back {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1002;
	font-size: 30px;
	pointer-events: auto;

}

.video-player {
	position: relative;
	z-index: 1;
	pointer-events: auto
}

.play-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center
}


.video-info .video-tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 0 15px
}

.video-info .video-tips>div {
	margin-bottom: 15px;
	font-size: 15px;
	padding-right: 20px
}

.video-info .video-tips>div>.action {
	color: #ff4060
}

.video-info .video-tips>a {
	margin-bottom: 15px;
	font-size: 15px;
	color: #ff4060
}

.video-info .play-title {
	font-size: 18px;
	font-weight: 700;
	padding: 0 15px
}

.video-info .des {
	margin-top: 4px
}

.video-info .des,
.video-info .props {
	font-size: 13px;
	padding: 0 15px
}

.video-info .props {
	margin-top: 10px;
	color: #89898b
}

.video-info .line-btn {
	color: #ff4060;
	font-size: 14px
}

.video-info .controls {
	padding: 0 5px;
	display: flex;
	margin-top: 20px
}

.video-info .controls .van-icon {
	padding: 0 10px;
	vertical-align: middle
}

.video-info .author-item {
	margin-top: 10px
}

.video-info .author-item .author-heard {
	height: 7px;
	background: #212537
}

.video-info .author-item .author-body {
	padding: 0 15px
}

.recommend-title {
	margin-left: 15px;
	font-weight: 700;
	font-size: 15px;
	margin-top: 10px
}


.video-plyaer-container {
	position: relative;
	width: 100%;
	height: 100%
}

.video-js {
	color: #fff;
	width: 100%;
	height: 100%
}

.page-search /deep/ .van-search__content {
    border: 1px solid hsla(0,0%,100%,.5)!important;
}

.search-nav-lef {
	display: flex;
	align-items: center
}

.search-input .van-cell {
	padding: 0
}

.history-search {
	margin: 15px 15px 0
}

.history-search .header {
	display: flex;
	justify-content: space-between;
	color: #89898b;
	margin-bottom: 15px
}

.history-search .header .title {
	font-size: 14px
}

.history-search .list {
	display: flex;
	flex-wrap: wrap
}

.history-search .list .item {
	color: #fff;
	font-size: 14px;
	background-color: #24242b;
	border-radius: 3px;
	padding: 9px 12px;
	margin-right: 10px;
	margin-bottom: 10px
}

.hot-search {
	margin: 15px 15px 0;
	padding: 15px;
	background-color: #202336;
	border: 1px solid #1e1e24;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.hot-search>.title {
	height: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #2b2b33
}

.hot-search>.title img {
	display: block;
	height: 100%
}

.hot-search .hot-search-item {
	display: flex;
	align-items: center
}

.hot-search .hot-search-item .index {
	margin-right: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 17px;
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	background-color: #a2a2a2
}

.hot-search .hot-search-item .index.num1 {
	background-color: rgb(228, 43, 24);
}

.hot-search .hot-search-item .index.num2 {
	background-color: rgb(255, 113, 0);
}

.hot-search .hot-search-item .index.num3 {
	background-color: rgb(255, 185, 0);
}

.hot-search .hot-search-item .index.num4 {
	background-color: rgb(162, 162, 162);
}

.hot-search .hot-search-item .content {
	padding: 15px 0;
	display: flex;
	flex: 1;
	border-bottom: 1px solid #2b2b33
}

.hot-search .hot-search-item .content .num {
	color: rgb(162, 162, 162);
}

.hot-search .hot-search-item .content .num.c1 {
	color: rgb(228, 43, 24);
}

.hot-search .hot-search-item .content .num.c2 {
	color: rgb(255, 113, 0);
}

.hot-search .hot-search-item .content .num.c3 {
	color: rgb(255, 185, 0);
}

.hot-search .hot-search-item .content .num.c4 {
	color: rgb(162, 162, 162);
}

.hot-search .hot-search-item .content .title {
	flex: 1
}

.page-personal {
	position: relative
}

.page-personal .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15.7rem
}

.page-personal .has-background .van-nav-bar {
	background: #252941 !important
}

.page-personal .user-header {
	display: flex;
	padding: .5rem 1.5rem;
	align-items: center
}

.page-personal .user-header .avatar {
	width: 5.4rem
}

.page-personal .user-header .main {
	flex: 1;
	margin-left: 2.4rem
}

.page-personal .user-header .main .name {
	font-size: 1.5rem;
	color: #fff
}

.page-personal .user-header .main .content {
	margin-top: .5rem
}

.page-personal .user-header .main .content .gender {
	font-size: 1.2rem;
	color: #fff
}

.page-personal .user-header .main .content .address {
	margin-left: 1.2rem;
	font-size: 1.1rem;
	color: #fff
}

.page-personal .user-header .button-container {
	display: flex
}

.page-personal .user-header .button-container .button1 {
	text-align: center;
	width: 52px;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 26px;
	border: 1px solid #fff
}

.page-personal .user-header .button-container .button2 {
	margin-left: .5rem;
	width: 52px;
	background: #fff;
	border: none;
	border-radius: 26px;
	height: 2rem;
	color: #fd375f
}

.page-personal .count-item {
	display: flex;
	justify-content: space-around;
	margin-top: 5.8rem
}

.page-personal .count-item .to-follow {
	pointer-events: auto
}

.page-personal .count-item .title {
	color: #eee;
	text-align: center;
	font-size: 1.1rem
}

.page-personal .count-item .sub-title {
	color: #fff;
	text-align: center;
	font-size: 1.1rem
}

.page-personal .tips-item {
	display: flex;
	align-items: center;
	justify-content: center
}

.page-personal .tips-item .left-img {
	width: 1.9rem;
	height: 1.4rem
}

.page-personal .tips-item .title-tips {
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 1.5rem
}

.page-personal .tips-item .right-img {
	width: 1.9rem;
	height: 1.4rem
}

.page-personal .list-container {
	margin-top: .6rem
}

.page-personal .release-btn {
	position: fixed;
	right: 2rem;
	bottom: 80px
}

.page-personal .release-btn img {
	display: block;
	width: 6.4rem;
	height: 6.4rem
}

@media screen and (min-width:750px) {
	.release-btn {
		right: calc(50vw - 375px)
	}
}



.phone {
	display: flex;
	align-items: baseline
}

.phone .van-dropdown-menu__item {
	padding: 0 10px;
	background-color: #1d2031
}

.phone .van-cell-acvite,
.phone .van-cell-acvite .van-cell__value {
	color: #ff4060 !important
}

.why-phone {
	margin-left: 15px;
	margin-top: 20px;
	font-size: 14px;
	color: #ff4060
}

.why-phone i {
	font-size: 17px;
	vertical-align: text-bottom;
	position: relative;
	top: 1px
}

.why-phone a {
	margin-top: 20px;
	font-size: 14px;
	color: #ff4060
}

.send-sms {
	color: #ff9312;
	font-size: 13px
}

.captcha-button {
	width: 130px;
	height: 50px;
	background-color: #ddd
}

.captcha-button .captcha-img {
	display: block;
	width: 100%;
	height: 100%
}

.tips {
	text-align: center;
	margin-top: 17px;
	font-size: 14px;
	color: #ddd;
	padding: 0 30px
}
.tips a {
	text-align: center;
	margin-top: 17px;
	font-size: 14px;
	color: #ddd;
	padding: 0 30px
}

.page-mine {
	background-image: url(../images/mine-bg.jpg);
	background-size: 100% auto;
	min-height: calc(100vh - 50px);
	padding: 15px;
	box-sizing: border-box
}

.page-mine .setting-header {
	text-align: right
}

.page-mine .mine-header {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.page-mine .mine-header .user {
	display: flex;
	align-items: center;
	font-size: 15px
}

.page-mine .mine-header .user .avatar {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-right: 10px
}

.page-mine .mine-header .to-detail {
	position: absolute;
	right: 0;
	font-size: 14px;
	background-image: linear-gradient(180deg, #ff4260, #f625c2);
	padding: 6px 15px;
	border-top-left-radius: 3rem;
	border-bottom-left-radius: 3rem
}

.page-mine .mine-status {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 15px
}

.page-mine .mine-status .num {
	color: #0b73fc;
	font-size: 16px;
	text-align: center;
	margin-bottom: 2px
}

.page-mine .mine-vip-ad {
	margin-top: 15px;
	display: block
}

.page-mine .cards {
	margin-top: 15px;
	display: flex;
	justify-content: space-around
}

.page-mine .cards .card {
	display: block;
	width: 33%;
	padding: 0 10px
}

.page-mine .nav-list {
	margin-top: 15px
}

.page-mine .nav-list .nav-item {
	display: block;
	margin-bottom: 8px;
	background-color: rgba(0, 0, 0, .25);
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 15px;
	border-radius: 5px
}

.page-mine .nav-list .nav-item .icon {
	margin: 0 15px
}

.page-service {
	padding-bottom: 50px
}

.page-service .tabbar {
	align-items: center;
	background-color: #000
}

.page-service .tabbar .van-uploader__upload {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background-color: #252941;
	margin: 0 10px
}

.page-service .tabbar .van-uploader__upload .van-uploader__upload-icon {
	font-size: 15px
}

.page-service .tabbar input {
	border-radius: 50px;
	flex: 1;
	background-color: #252941;
	height: 34px;
	padding: 0 20px;
	font-size: 15px
}

.page-service .tabbar .reply {
	padding: 5px 15px;
	font-size: 23px
}

.page-service .tabbar .reply .van-icon {
	display: block
}

.has-background .van-nav-bar {
	background: #252941 !important
}

.mask {
	height: 100%;
	background-color: #16161a;
	opacity: .4
}

.mask,
.radius-mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.radius-mask {
	height: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #252941
}

.special-info {
	padding: 0 15px 10px
}

.special-info .title {
	font-size: 18px;
	height: 25px;
	line-height: 1;
	margin-bottom: 7px
}

.special-info .num {
	font-size: 14px
}

.special-info .update {
	font-size: 11px;
	color: #89898b
}

.page-vip {
	min-height: 100vh
}


.vip-header {
	height: 38px !important
}

.vip-header>.van-nav-bar {
	background-color: #0e111f
}

.vip-header .van-nav-bar__content {
	margin-top: 10px;
	height: 28px
}

.vip-header .left-title {
	font-weight: 700
}

.vip-header .vip-title {
	height: 13px
}

.vip-header .search img {
	height: 17px
}

.setting-page {
	background-color: #252941
}

.setting-page .van-cell-group {
	border-bottom: 10px solid #202436
}

.setting-page .van-cell {
	padding: 12px 12px 12px 16px
}

.setting-page .van-cell:after {
	right: 0;
	border-color: hsla(0, 0%, 89.8%, .25)
}

.setting-page .van-picker__mask {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4)), linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4))
}

.setting-page .van-picker__confirm {
	color: #ff3f60
}

.setting-page .submit-area {
	text-align: center;
	padding: 15px
}

.setting-page .submit-area .van-button {
	background-color: #181d31;
	border: none;
	color: #ff4060;
	border-radius: 5px
}

.page-wallet {
	position: relative;
	overflow: hidden
}

.header-bg {
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	height: 12.5rem;
	z-index: 0;
	background-color: #555;
	background-image: url(../images/wallet-header-bg.png);
	background-size: 100% 100%
}

.balance-container {
	margin: 1.5rem 15px 0;
	width: calc(100% - 30px);
	background-color: #ff4260;
	background-image: url(../images/balance-box.png);
	background-size: 100% 100%
}

.balance-panel {
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.balance-panel .line {
	width: 100%;
	height: 1px;
	background-color: hsla(0, 0%, 100%, .5)
}

.balance-panel .balance-detail-btn {
	color: #ff0562;
	background-color: #fff;
	font-size: 13px;
	padding: 10px 8px;
	border-radius: 20px;
	pointer-events: auto
}

.balance-panel .balance-detail {
    display: flex;
    align-items: center;
}

.balance-panel .balance-detail .btn {
    color: #ff0562;
    background-color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 20px;
    pointer-events: auto;
}

.product-list {
	padding: 30px 15px
}

.product-list .active {
    border: 2px solid #ff4060;
}

.product-list .product-item {
	background-color: #1c1e2e;
	width: 100%;
	margin-bottom: 15px;
	overflow: visible;
	box-sizing: border-box;
	box-shadow: inset 0 0 1px 0 #14151f
}

.product-list .product-item .bonus {
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 11px;
	padding: 2px 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: linear-gradient(45deg, #ff00d8, #ff5002)
}

.product-list .product-item .detail {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.product-list .product-item .detail .title {
	font-weight: 700;
	font-size: 13px
}

.product-list .product-item .detail .title .strong {
	font-size: 20px
}

.product-list .product-item .detail .price {
	margin-top: 10px;
	font-size: 14px
}

.page-share {
	background-image: url(../images/share-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: calc(100vh - 50px)
}

.buttons {
	display: flex;
	justify-content: space-between;
	padding: 0 15px
}

.buttons button {
	width: 16.5rem;
	margin: 0
}

.tips {
	white-space: pre-wrap;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #ff0562
}

.share-content {
	padding: 15px
}

.follow-nav-lef {
	display: flex;
	align-items: center
}

.follow-list-container .follow-container {
	padding: 10px 15px;
	padding-bottom: unset
}

.follow-list-container .follow-heard {
	margin-bottom: 15px
}

.code {
    position: absolute;
    right: .42667rem;
    font-family: PingFangTC-Regular;
    font-size: .37333rem;
    line-height: .42667rem;
    color: #ff9903;
}

.input {
	margin-top: 20px
}

.record-title {
	margin-top: 30px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 19px
}

.row {
	display: flex;
	padding: 15px;
	border-bottom: 1px solid #1c2029
}

.row.header {
	background-color: #202436;
	font-size: 13px;
	color: #89898b
}

.row>div {
	flex: 1;
	text-align: center
}
			
.loader {
	position: fixed;
	max-width: 768px;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999999999 !important;
}

.loader img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}

.loader .num {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	border-radius: 50px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}

a {color: inherit;}

.rowm:before,.rowm:after,.clearfix:before, .clearfix:after { clear: both;display: table; content: " ";}
.rowm {position: relative;margin: 0 -4px; padding: 0; }
.rowm [class*=play-col-] {padding: 0 4px;}


.play-col-xs-4 {
    width: 33.33333333%;
}
.play-col-sm-2,.play-col-xs-4{
    position: relative;
    min-height: 1px;
}


.play-col-sm-2,.play-col-xs-4 {
    float: left;
}

.play_title{
    float: left;
    display: block;
    line-height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
}
.play-tips{
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 0 20px;
    width: calc(100% - 155px);
    height: 28px;
    line-height: 28px;
}
.play-sort-btn{
    float: right;
    margin-left: 20px;
    line-height: 28px;
    font-size: 16px;
}
.play-notice{
    font-size: 14px;
}
.play-btn{
    float: left;
    display: block;
    margin-right: 25px;
    padding-bottom: 15px;
    font-size: 15px;
}
.play-li{
    box-sizing: border-box;
    margin-bottom: 15px;
}
.play-url{
    position: relative;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    background-color: #181d31;
}

.play-url.active{
    
    background:linear-gradient(#ff4260, #f625c2)
}

.plays-from a.active {
    color: #ff3f60;
}
.play-head{
    margin-bottom: 10px;
    margin-top: 20px;
}
.play-tabs-box{
    display: none;
}
.play-tabs-box.show{
    display: block;
}

.share-tiem {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center -webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box
}

.share-tiem .bg-img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.share-tiem .overlay {
	position: absolute;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	top: 37rem;
	height: 8rem;
}

.share-tiem .overlay,
.share-tiem .overlay .bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.share-tiem .overlay .bottom .invite-content {
	border-radius: 0 5px 5px 0;
	background-color: rgba(0, 0, 0, .25);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-left: 0.5rem;
	padding-right: 0.8rem;
}

.share-tiem .overlay .bottom .qrcode {
	height: 8.0rem;
	width: 8.0rem;
}

.share-tiem .overlay .bottom .inviteTips {
	font-size: 1.2rem;
	color: hsla(0, 0%, 100%, .7)
}

.share-tiem .overlay .bottom .inviteCode {
	margin-top: 5px;
	color: #fff;
	font-size: 1.4rem
}

.retrieve {
	margin-left: 10%;
}

.el-pagination {
    display: flex;
    justify-content: center;
}
						
.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700
}

.el-pagination::after,
.el-pagination::before {
	display: table;
	content: ""
}

.el-pagination::after {
	clear: both
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-pagination .el-input__inner {
	text-align: center;
	-moz-appearance: textfield;
	line-height: normal
}

.el-pagination .el-input__suffix {
	right: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.el-pagination .el-select .el-input {
	width: 100px;
	margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
	padding-right: 25px;
	border-radius: 3px
}

.el-pagination button {
	border: none;
	padding: 0 6px;
	background: 0 0
}

.el-pagination button:focus {
	outline: 0
}

.el-pagination button:hover {
	color: #f8b945
}

.el-pagination button:disabled {
	color: #C0C4CC;
	background-color: #FFF;
	cursor: not-allowed
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
	background: center center no-repeat #FFF;
	background-size: 16px;
	cursor: pointer;
	margin: 0;
	color: #303133
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
	display: block;
	font-size: 12px;
	font-weight: 700
}

.el-pagination .btn-prev {
	padding-right: 12px
}

.el-pagination .btn-next {
	padding-left: 12px
}

.el-pagination .el-pager li.disabled {
	color: #C0C4CC;
	cursor: not-allowed
}

.el-pager li,
.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
	cursor: pointer
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
	border-color: transparent;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	min-width: 22px
}

.el-pagination--small .more::before,
.el-pagination--small li.more::before {
	line-height: 24px
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
	height: 22px;
	line-height: 22px
}

.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
	height: 22px
}

.el-pagination__sizes {
	margin: 0 10px 0 0;
	font-weight: 400;
	color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
	font-size: 13px;
	padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
	border-color: #f8b945
}

.el-pagination__total {
	margin-right: 10px;
	font-weight: 400;
	color: #606266
}

.el-pagination__jump {
	margin-left: 24px;
	font-weight: 400;
	color: #606266
}

.el-pagination__jump .el-input__inner {
	padding: 0 3px
}

.el-pagination__rightwrapper {
	float: right
}

.el-pagination__editor {
	line-height: 18px;
	padding: 0 2px;
	height: 28px;
	text-align: center;
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px
}

.el-pager,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
	padding: 0
}

.el-pagination__editor.el-input {
	width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
	height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	margin: 0 5px;
	background-color: #181d31;
	color: #ffffff;
	min-width: 30px;
	border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
	color: #C0C4CC
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color: #ff4060
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ff4060;
	color: #FFF
}

.el-dialog,
.el-pager li {
	background: #FFF;
	-webkit-box-sizing: border-box
}

.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
	margin: 0 3px;
	min-width: 22px
}

.el-pager,
.el-pager li {
	vertical-align: top;
	margin: 0;
	display: inline-block
}

.el-pager {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	font-size: 0
}

.el-date-table,
.el-table th {
	-webkit-user-select: none;
	-moz-user-select: none
}

.el-pager .more::before {
	line-height: 30px
}

.el-pager li {
	padding: 0 4px;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: center
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
	min-width: 200px
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
	line-height: 28px;
	color: #303133
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
	color: #C0C4CC
}

.el-pager li.active+li {
	border-left: 0
}

.el-pager li:hover {
	color: #f8b945
}

.el-pager li.active {
	color: #f8b945;
	cursor: default
}
.water-fall-container{
	padding:8px 15px
}

.nonetwork {
	margin-top: 50px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.nonetwork .__text {
	margin-top: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.nonetwork .retry_button {
	margin-top: 42px;
	background-color: #1c2029;
	width: 215px;
	height: 44px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #89898b;
	font-weight: 700;
	font-size: 14px
}

.gotop{
	right: 10px; 
	z-index: 99999;
	bottom: 150px;
    right: 20px;
	position: fixed;
}
.gotop-icon{
	width: 48px;
	border: 2px solid hsla(0, 0%, 70.6%, .5);
    height: 48px;
    background-color: #252941;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gotop-icon i{
	font-size: 24px;
    color: #fff;
}

.gohome {
	position: fixed;
    right: 20px;
	bottom: 80px;
    z-index: 99;
    width: 48px;
	height: 48px;
	border: 2px solid hsla(0, 0%, 70.6%, .5);
    background-color: #252941;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gohome>.img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gohome>.img img {
    height: 20px;
}

.gohome>.text {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
	margin-block-start: 0.1em;
    margin-block-end: 0.1em;
}

.my_drop_menu .van-ellipsis {
	font-size: 14px
}

.filter__page .van-tabs__wrap {
	height: auto
}

.filters {
	background-color: #202536 !important
}

.filter-row {
	display: flex;
	align-items: center;
	overflow-y: auto;
	padding: 8px 0
}

.filter-row .filter-row-title {
	font-size: 14px;
	white-space: nowrap;
	color: #fff;
	padding: 5px 14px;
	margin: 0 5px;
}

.filter-row .filter-row-content {
	display: flex
}

.filter-row .filter-item {
	margin: 0 5px;
	padding: 5px 14px;
	white-space: nowrap;
	font-size: 14px;
	color: #fff
}

.filter-row .filter-item.active {
	background-color: #ff4060;
	border-radius: 3px
}

.filter-row::-webkit-scrollbar {
	display: none;
	height: 0
}

.filter-show {
	padding: 8px 15px;
	font-size: 14px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #252941;
	border-top: 1px solid hsla(0, 0%, 100%, .5);
	overflow-x: hidden
}

.filter-show .filter-item {
	display: flex;
	align-items: center;
	width: 30%
}

.filter-show .filter-item .title {
	white-space: nowrap
}

.filter-show .filter-item .content {
	color: #89898b;
	margin-left: 5px;
	min-width: 6rem;
	display: flex;
	align-items: center;
	white-space: nowrap
}

.filter-show .filter-item .content .item {
	margin: 0 4px
}

.filter-show .clear {
	font-size: 14px;
	background-color: #252941;
	position: absolute;
	right: 0
}

.filter-show .clear .clear-btn {
	padding: 1px 10px;
	border-radius: 5rem;
	color: #fff;
	border: 1px solid #fff;
	margin-right: 15px
}

.panel {
	max-height: 70vh;
	position: relative
}

.panel .header-fixed {
	width: 100%;
	max-width: 750px;
	background-color: #252941;
	position: fixed
}

.panel .header-fixed .header {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	padding: 10px 15px
}

.panel .header-fixed .header .close-bt {
	position: absolute;
	right: 15px;
	padding: 3px 15px;
	font-size: 14px;
	border-radius: 5px;
	background: linear-gradient(#ff4260, #f625c2)
}

.panel .list {
	display: flex;
	flex-wrap: wrap
}

.panel .list .item {
	margin: 2px 4px;
	padding: 3px 10px;
	white-space: nowrap;
	font-size: 14px;
	color: #89898b;
	border: 1px solid transparent
}

.panel .list .item.active {
	color: #ff4060;
	border-radius: 20px;
	border-color: #ff4060
}

.van-popup::-webkit-scrollbar {
	background: hsla(0, 0%, 100%, 0);
	height: 0;
	width: 0
}

.cash .balance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	padding: 10px 15px;
}

.cash .balance .value {
	color: #ff3f60
}

.cash .balance .btn {
	font-size: 14px;
	color: #ff3f60
}

.cash .space-line {
	padding: 10px 15px;
}

.cash .withdraw {
	padding: 15px;
	background-color: #1d2031;
	border-radius: 5px
}

.cash .fee-tips {
	margin-top: 20px
}

.cash .release-button {
	background: linear-gradient(#ff4260, #f625c2);
	color: #fff;
	font-size: 16px;
	height: 45px;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
	margin: 15px
}

.page-cash .cash .services {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15px
}

.cash .services .to-services {
	color: #ff3f60;
	font-size: 13px
}

.page-mine .user {
	font-size: 1.5rem;
	text-align: center
}

.page-mine .user .avatar {
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 8rem;
	margin: auto auto 1.5rem
}

.page-mine .user .avatar img{
	width: 100%;
}

.page-mine .user .time-tips {
	margin-top: .5rem;
	font-size: 1.2rem;
	color: hsla(0, 0%, 100%, .5);
}

.page-mine .mine-status {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 1.5rem;
	font-size: 1.2rem
}

.page-mine .mine-status .num {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: .5rem
}

.page-mine .cards {
	margin-top: 1.5rem
}

.page-mine .cards .van-col {
	box-sizing: border-box;
	width: calc(33.33333% - 8px)
}

.page-mine .cards .van-col:nth-child(3n+1),
.page-mine .cards .van-col:nth-child(3n+2) {
	margin-right: 12px !important
}

.page-mine .cards .overlay {
	display: flex;
	align-items: flex-end
}

.page-mine .cards .flag {
	margin: 15px 10.5px;
	text-align: center;
	flex: 1
}

.page-mine .cards .flag .tag {
	font-size: 1.5rem
}

.page-mine .cards .flag .content {
	font-size: 1.1rem;
	margin-top: .75rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.page-mine .cards .flag .content .icon {
	margin-left: 3px
}

.video-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 1001;
	color: #fff;
	font-size: 14px
}

.video-mask .title {
	color: #fff;
	margin-bottom: 2rem;
	white-space: pre-wrap;
	text-align: center
}

.video-mask .btns,
.video-mask .btns>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.video-mask .btns>a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #000;
	background: #fff;
	border-radius: 16rem;
	height: 36rem;
	width: 120rem
}

.video-mask .btns .right {
	margin-left: 15px
}

.video-mask .btns .btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	border-radius: 45px;
	height: 30px;
	width: 120px;
	border: 1px solid #ff3f60;
}

.video-mask .btns .btn-buy {
	pointer-events: auto;
	color: #fff;
	border: unset;
	background: linear-gradient(#ff4260, #f625c2)
}

.card-btn{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    border-radius: 45px;
	font-size: 14px;
    height: 45px;
    width: 120px;
    border: 1px solid #ff3f60;
}