uni-tabbar {
	display: block;
	box-sizing: border-box;
	width: 100%;
	z-index: 998
}

uni-tabbar .uni-tabbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	z-index: 998;
	box-sizing: border-box
}

uni-tabbar.uni-tabbar-bottom,uni-tabbar.uni-tabbar-bottom .uni-tabbar,uni-tabbar.uni-tabbar-top,uni-tabbar.uni-tabbar-top .uni-tabbar {
	position: fixed;
	left: var(--window-left);
	right: var(--window-right)
}

.uni-app--showlayout+uni-tabbar.uni-tabbar-bottom,.uni-app--showlayout+uni-tabbar.uni-tabbar-bottom .uni-tabbar,.uni-app--showlayout+uni-tabbar.uni-tabbar-top,.uni-app--showlayout+uni-tabbar.uni-tabbar-top .uni-tabbar {
	left: var(--window-margin);
	right: var(--window-margin)
}

uni-tabbar.uni-tabbar-bottom .uni-tabbar {
	bottom: 0;
	padding-bottom: 0;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom)
}

uni-tabbar .uni-tabbar~.uni-placeholder {
	width: 100%;
	margin-bottom: 0;
	margin-bottom: constant(safe-area-inset-bottom);
	margin-bottom: env(safe-area-inset-bottom)
}

uni-tabbar .uni-tabbar * {
	box-sizing: border-box
}

uni-tabbar .uni-tabbar__item {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 0;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

uni-tabbar .uni-tabbar__bd,uni-tabbar .uni-tabbar__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

uni-tabbar .uni-tabbar__bd {
	position: relative;
	-webkit-flex-direction: column;
	flex-direction: column;
	cursor: pointer
}

uni-tabbar .uni-tabbar__icon {
	position: relative;
	display: inline-block;
	margin-top: 5px
}

uni-tabbar .uni-tabbar__icon.uni-tabbar__icon__diff {
	margin-top: 0;
	width: 34px;
	height: 34px
}

uni-tabbar .uni-tabbar__icon img {
	width: 100%;
	height: 100%
}

uni-tabbar .uni-tabbar__label {
	position: relative;
	text-align: center;
	font-size: 10px
}

uni-tabbar .uni-tabbar-border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

uni-tabbar .uni-tabbar__reddot {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #f43530;
	color: #fff;
	-webkit-transform: translate(40%,-20%);
	transform: translate(40%,-20%)
}

uni-tabbar .uni-tabbar__badge {
	width: auto;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	min-width: 16px;
	padding: 0 2px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap
}

uni-tabbar .uni-tabbar__mid {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	background-size: 100% 100%
}

uni-content,uni-tabbar .uni-tabbar__mid {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

uni-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 100%
}

uni-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%
}

uni-top-window+uni-content {
	height: calc(100vh - var(--top-window-height))
}

uni-left-window {
	width: var(--window-left);
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	order: -1
}

uni-left-window,uni-right-window {
	position: relative;
	overflow-x: hidden
}

uni-right-window {
	width: var(--window-right)
}

uni-left-window[data-show],uni-right-window[data-show] {
	position: absolute
}

uni-right-window[data-show] {
	right: 0
}

.uni-left-window,.uni-right-window,uni-content .uni-mask {
	z-index: 997
}

.uni-mask+.uni-left-window,.uni-mask+.uni-right-window {
	position: fixed
}

.uni-top-window {
	position: fixed;
	left: var(--window-margin);
	right: var(--window-margin);
	top: 0;
	z-index: 998;
	overflow: hidden
}

uni-toast {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: block;
	box-sizing: border-box;
	pointer-events: none;
	font-size: 16px
}

uni-toast .uni-sample-toast {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 80%
}

uni-toast .uni-simple-toast__text {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background-color: rgba(17,17,17,.7);
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 13px;
	text-align: center;
	max-width: 100%;
	word-break: break-all;
	white-space: normal
}

uni-toast .uni-mask {
	pointer-events: auto
}

uni-toast .uni-toast {
	position: fixed;
	z-index: 999;
	width: 8em;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(17,17,17,.7);
	text-align: center;
	border-radius: 5px;
	color: #fff
}

uni-toast .uni-toast * {
	box-sizing: border-box
}

uni-toast .uni-toast__icon {
	margin: 20px 0 0;
	width: 38px;
	height: 38px;
	vertical-align: baseline
}

uni-toast .uni-icon_toast {
	margin: 15px 0 0
}

uni-toast .uni-icon_toast.uni-icon-success-no-circle:before {
	color: #fff;
	font-size: 55px
}

uni-toast .uni-icon_toast.uni-icon-error:before {
	color: #fff;
	font-size: 50px
}

uni-toast .uni-icon_toast.uni-loading {
	margin: 20px 0 0;
	width: 38px;
	height: 38px;
	vertical-align: baseline
}

uni-toast .uni-toast__content {
	margin: 0 0 15px
}

uni-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: block;
	box-sizing: border-box
}

uni-modal .uni-modal {
	position: fixed;
	z-index: 999;
	width: 80%;
	max-width: 300px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden
}

uni-modal .uni-modal * {
	box-sizing: border-box
}

uni-modal .uni-modal__hd {
	padding: 1em 1.6em .3em
}

uni-modal .uni-modal__title {
	font-weight: 400;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

uni-modal .uni-modal__bd,uni-modal .uni-modal__title {
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap
}

uni-modal .uni-modal__bd {
	padding: 1.3em 1.6em 1.3em;
	min-height: 40px;
	font-size: 15px;
	line-height: 1.4;
	color: #999;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto
}

uni-modal .uni-modal__textarea {
	resize: none;
	border: 0;
	margin: 0;
	width: 90%;
	padding: 10px;
	font-size: 20px;
	outline: none;
	border: none;
	background-color: #eee;
	text-decoration: inherit
}

uni-modal .uni-modal__ft {
	position: relative;
	line-height: 48px;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

uni-modal .uni-modal__ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

uni-modal .uni-modal__btn {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #3cc51f;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: relative;
	cursor: pointer
}

uni-modal .uni-modal__btn:active {
	background-color: #eee
}

uni-modal .uni-modal__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

uni-modal .uni-modal__btn:first-child:after {
	display: none
}

uni-modal .uni-modal__btn_default {
	color: #353535
}

uni-modal .uni-modal__btn_primary {
	color: #007aff
}

uni-actionsheet {
	display: block;
	box-sizing: border-box
}

uni-actionsheet .uni-actionsheet {
	position: fixed;
	left: 6px;
	right: 6px;
	bottom: 6px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999;
	visibility: hidden;
	-webkit-transition: visibility .3s,-webkit-transform .3s;
	transition: visibility .3s,-webkit-transform .3s;
	transition: transform .3s,visibility .3s;
	transition: transform .3s,visibility .3s,-webkit-transform .3s
}

uni-actionsheet .uni-actionsheet.uni-actionsheet_toggle {
	visibility: visible;
	-webkit-transform: translate(0);
	transform: translate(0)
}

uni-actionsheet .uni-actionsheet * {
	box-sizing: border-box
}

uni-actionsheet .uni-actionsheet__action,uni-actionsheet .uni-actionsheet__menu {
	border-radius: 5px;
	background-color: #fcfcfd
}

uni-actionsheet .uni-actionsheet__action {
	margin-top: 6px
}

uni-actionsheet .uni-actionsheet__cell,uni-actionsheet .uni-actionsheet__title {
	position: relative;
	padding: 10px 6px;
	text-align: center;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer
}

uni-actionsheet .uni-actionsheet__title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #e5e5e5
}

uni-actionsheet .uni-actionsheet__cell:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

uni-actionsheet .uni-actionsheet__cell:active {
	background-color: #ececec
}

uni-actionsheet .uni-actionsheet__cell:first-child:before {
	display: none
}

@media screen and (min-width:500px) and (min-height:500px) {
	.uni-mask.uni-actionsheet__mask {
		background: none
	}

	uni-actionsheet .uni-actionsheet {
		width: 300px;
		left: 50%;
		right: auto;
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		opacity: 0;
		-webkit-transition: opacity .3s,visibility .3s;
		transition: opacity .3s,visibility .3s
	}

	uni-actionsheet .uni-actionsheet.uni-actionsheet_toggle {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}

	uni-actionsheet .uni-actionsheet__menu {
		box-shadow: 0 0 20px 5px rgba(0,0,0,.3)
	}

	uni-actionsheet .uni-actionsheet__action {
		display: none
	}
}

* {
	margin: 0;
	-webkit-tap-highlight-color: transparent
}

@font-face {
	font-weight:400;font-style:normal;font-family:uni;src:url("data:application/octet-stream;base64,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") format("truetype")
}

@font-face {
	font-weight:400;font-style:normal;font-family:unibtn;src:url("data:application/octet-stream;base64,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") format("truetype")
}

body,html {
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%
}

body {
	overflow-x: hidden
}[class*=" uni-icon-"],[class^=uni-icon-] {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 uni;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}[class*=" uni-btn-icon"],[class^=uni-btn-icon] {
	display: inline-block;
	font: normal normal normal 14px/1 unibtn;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}[class*=" uni-btn-icon"]:before,[class^=uni-btn-icon]:before {
	margin: 0;
	box-sizing: border-box
}

.uni-icon-success-no-circle:before {
	content: "\EA08"
}

.uni-icon-error:before {
	content: "\EA0B"
}

.uni-loading,uni-button[loading]:before {
	background: rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat
}

.uni-loading {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: uni-loading 1s steps(12) infinite;
	animation: uni-loading 1s steps(12) infinite;
	background-size: 100%
}

@-webkit-keyframes uni-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes uni-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.uni-mask {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5)
}

.uni-fade-enter-active,.uni-fade-leave-active {
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.uni-fade-enter,.uni-fade-leave-active {
	opacity: 0
}[nvue] uni-label,[nvue] uni-scroll-view,[nvue] uni-swiper-item,[nvue] div {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start
}[nvue] uni-button {
	margin: 0
}[nvue-dir-row] uni-label,[nvue-dir-row] uni-swiper-item,[nvue-dir-row] div {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}[nvue-dir-column] uni-label,[nvue-dir-column] uni-swiper-item,[nvue-dir-column] div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}[nvue-dir-row-reverse] uni-label,[nvue-dir-row-reverse] uni-swiper-item,[nvue-dir-row-reverse] div {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}[nvue-dir-column-reverse] uni-label,[nvue-dir-column-reverse] uni-swiper-item,[nvue-dir-column-reverse] div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}[nvue] uni-image,[nvue] uni-input,[nvue] uni-scroll-view,[nvue] uni-swiper,[nvue] uni-swiper-item,[nvue] uni-text,[nvue] uni-textarea,[nvue] uni-video,[nvue] div {
	position: relative;
	border: 0 solid #000;
	box-sizing: border-box
}[nvue] uni-swiper-item {
	position: absolute
}

uni-app {
	width: 100%;
	height: 100%
}

uni-app,uni-page-head {
	display: block;
	box-sizing: border-box
}

uni-page-head .uni-page-head {
	position: fixed;
	left: var(--window-left);
	right: var(--window-right);
	height: 44px;
	height: calc(44px + constant(safe-area-inset-top));
	height: calc(44px + env(safe-area-inset-top));
	padding: 7px 3px;
	padding-top: calc(7px + constant(safe-area-inset-top));
	padding-top: calc(7px + env(safe-area-inset-top));
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 998;
	color: #fff;
	background-color: #000;
	-webkit-transition-property: all;
	transition-property: all
}

uni-page-head .uni-page-head-titlePenetrate,uni-page-head .uni-page-head-titlePenetrate .uni-page-head-bd,uni-page-head .uni-page-head-titlePenetrate .uni-page-head-bd * {
	pointer-events: none
}

uni-page-head .uni-page-head-titlePenetrate * {
	pointer-events: auto
}

uni-page-head .uni-page-head.uni-page-head-transparent .uni-page-head-ft>div {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

uni-page-head .uni-page-head~.uni-placeholder {
	width: 100%;
	height: 44px;
	height: calc(44px + constant(safe-area-inset-top));
	height: calc(44px + env(safe-area-inset-top))
}

uni-page-head .uni-placeholder-titlePenetrate {
	pointer-events: none
}

uni-page-head .uni-page-head * {
	box-sizing: border-box
}

uni-page-head .uni-page-head-hd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px
}

uni-page-head .uni-page-head-bd {
	position: absolute;
	left: 70px;
	right: 70px;
	min-width: 0
}

.uni-page-head-btn {
	position: relative;
	width: auto;
	margin: 0 2px;
	word-break: keep-all;
	white-space: pre;
	cursor: pointer
}

.uni-page-head-transparent .uni-page-head-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5)
}

uni-page-head .uni-btn-icon {
	overflow: hidden;
	min-width: 1em
}

.uni-page-head-btn-red-dot:after {
	content: attr(badge-text);
	position: absolute;
	right: 0;
	top: 0;
	background-color: red;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 18px;
	overflow: hidden;
	-webkit-transform: scale(.5) translate(40%,-40%);
	transform: scale(.5) translate(40%,-40%);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.uni-page-head-btn-red-dot[badge-text]:after {
	font-size: 12px;
	width: auto;
	min-width: 18px;
	max-width: 42px;
	text-align: center;
	padding: 0 3px;
	-webkit-transform: scale(.7) translate(40%,-40%);
	transform: scale(.7) translate(40%,-40%)
}

.uni-page-head-btn-select>.uni-btn-icon:after {
	display: inline-block;
	font-family: unibtn;
	content: "\e601";
	margin-left: 2px;
	-webkit-transform: rotate(-90deg) scale(.8);
	transform: rotate(-90deg) scale(.8)
}

.uni-page-head-search {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin: 0 2px;
	line-height: 30px;
	font-size: 15px
}

.uni-page-head-search-input {
	width: 100%;
	height: 100%;
	padding-left: 34px;
	text-align: left
}

.uni-page-head-search-placeholder {
	position: absolute;
	max-width: 100%;
	height: 100%;
	padding-left: 34px;
	overflow: hidden;
	word-break: keep-all;
	white-space: pre
}

.uni-page-head-search-placeholder-right {
	right: 0
}

.uni-page-head-search-placeholder-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.uni-page-head-search-placeholder:before {
	position: absolute;
	top: 0;
	left: 2px;
	width: 30px;
	content: "\ea0e";
	display: block;
	font-size: 20px;
	font-family: uni;
	text-align: center
}

uni-page-head .uni-page-head-ft {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size: 13px
}

uni-page-head .uni-page-head__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

uni-page-head .uni-page-head__title .uni-loading {
	width: 16px;
	height: 16px;
	margin-top: -3px
}

uni-page-head .uni-page-head__title .uni-page-head__title_image {
	width: auto;
	height: 26px;
	vertical-align: middle
}

uni-page-head .uni-page-head-shadow {
	overflow: visible
}

uni-page-head .uni-page-head-shadow:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 5px;
	background-size: 100% 100%
}

uni-page-head .uni-page-head-shadow-grey:after {
	background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
}

uni-page-head .uni-page-head-shadow-blue:after {
	background-image: url(https://cdn.dcloud.net.cn/img/shadow-blue.png)
}

uni-page-head .uni-page-head-shadow-green:after {
	background-image: url(https://cdn.dcloud.net.cn/img/shadow-green.png)
}

uni-page-head .uni-page-head-shadow-orange:after {
	background-image: url(https://cdn.dcloud.net.cn/img/shadow-orange.png)
}

uni-page-head .uni-page-head-shadow-red:after {
	background-image: url(https://cdn.dcloud.net.cn/img/shadow-red.png)
}

uni-page-head .uni-page-head-shadow-yellow:after {
	background-image: url(https://cdn.dcloud.net.cn/img/shadow-yellow.png)
}

uni-page-head .uni-icon-clear {
	-webkit-align-self: center;
	align-self: center;
	padding-right: 5px
}

uni-page-wrapper {
	display: block;
	height: 100%;
	position: relative
}

uni-page-head[uni-page-head-type=default]~uni-page-wrapper {
	height: calc(100% - 44px);
	height: calc(100% - 44px - constant(safe-area-inset-top));
	height: calc(100% - 44px - env(safe-area-inset-top))
}

uni-page-body,uni-page-refresh {
	display: block;
	box-sizing: border-box;
	width: 100%
}

uni-page-refresh {
	position: absolute;
	top: 0;
	height: 40px
}

uni-page-refresh .uni-page-refresh {
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	background: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.117647),0 1px 4px rgba(0,0,0,.117647);
	display: none;
	z-index: 997
}

uni-page-refresh .uni-page-refresh,uni-page-refresh .uni-page-refresh-inner {
	width: 40px;
	height: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%
}

uni-page-refresh .uni-page-refresh-inner {
	line-height: 0
}

uni-page-refresh.uni-page-refresh--aborting .uni-page-refresh,uni-page-refresh.uni-page-refresh--pulling .uni-page-refresh,uni-page-refresh.uni-page-refresh--reached .uni-page-refresh,uni-page-refresh.uni-page-refresh--refreshing .uni-page-refresh,uni-page-refresh.uni-page-refresh--restoring .uni-page-refresh,uni-page-refresh .uni-page-refresh-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

uni-page-refresh.uni-page-refresh--aborting .uni-page-refresh__spinner,uni-page-refresh.uni-page-refresh--pulling .uni-page-refresh__spinner,uni-page-refresh.uni-page-refresh--reached .uni-page-refresh__spinner,uni-page-refresh.uni-page-refresh--refreshing .uni-page-refresh__icon,uni-page-refresh.uni-page-refresh--restoring .uni-page-refresh__icon {
	display: none
}

uni-page-refresh.uni-page-refresh--refreshing .uni-page-refresh__spinner {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: uni-page-refresh-rotate 2s linear infinite;
	animation: uni-page-refresh-rotate 2s linear infinite
}

uni-page-refresh.uni-page-refresh--refreshing .uni-page-refresh__path {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	-webkit-animation: uni-page-refresh-dash 1.5s ease-in-out infinite,uni-page-refresh-colorful 6s ease-in-out infinite;
	animation: uni-page-refresh-dash 1.5s ease-in-out infinite,uni-page-refresh-colorful 6s ease-in-out infinite
}

@-webkit-keyframes uni-page-refresh-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes uni-page-refresh-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes uni-page-refresh-dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	to {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}

@keyframes uni-page-refresh-dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	to {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}

uni-page {
	display: block;
	width: 100%;
	height: 100%
}

.uni-async-error {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #999;
	padding: 100px 10px;
	text-align: center
}

.uni-async-loading {
	box-sizing: border-box;
	width: 100%;
	padding: 50px;
	text-align: center
}

.uni-async-loading .uni-loading {
	width: 30px;
	height: 30px
}

@font-face {
	font-weight:400;font-style:normal;font-family:unimapbtn;src:url("data:application/octet-stream;base64,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") format("truetype")
}

.uni-system-choose-location {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8
}

.uni-system-choose-location .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px
}

.uni-system-choose-location .map-location {
	position: absolute;
	left: 50%;
	bottom: 50%;
	width: 32px;
	height: 52px;
	margin-left: -16px;
	cursor: pointer;
	background-size: 100%
}

.uni-system-choose-location .map-move {
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: auto;
	cursor: pointer;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3)
}

.uni-system-choose-location .map-move>i {
	display: block;
	width: 100%;
	height: 100%;
	font: normal normal normal 14px/1 unimapbtn;
	line-height: inherit;
	text-align: center;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}

.uni-system-choose-location .nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background-color: rgba(0,0,0,0);
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.3),rgba(0,0,0,0));
	background-image: linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,0))
}

.uni-system-choose-location .nav-btn {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 60px;
	height: 44px;
	padding: 6px;
	line-height: 32px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	cursor: pointer
}

.uni-system-choose-location .nav-btn.confirm {
	left: auto;
	right: 0
}

.uni-system-choose-location .nav-btn.disable {
	opacity: .4
}

.uni-system-choose-location .nav-btn>.uni-btn-icon {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	border-radius: 2px
}

.uni-system-choose-location .nav-btn.confirm>.uni-btn-icon {
	background-color: #007aff
}

.uni-system-choose-location .menu {
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #fff
}

.uni-system-choose-location .search {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	height: 50px;
	padding: 8px;
	line-height: 34px;
	box-sizing: border-box;
	background-color: #fff
}

.uni-system-choose-location .search-input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 100%;
	border-radius: 5px;
	padding: 0 5px;
	background: #ebebeb
}

.uni-system-choose-location .search-btn {
	margin-left: 5px;
	color: #007aff;
	font-size: 17px;
	text-align: center
}

.uni-system-choose-location .list {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	bottom: 0;
	padding-bottom: 10px
}

.uni-system-choose-location .list-loading {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.uni-system-choose-location .list-item {
	position: relative;
	padding: 10px;
	padding-right: 40px;
	cursor: pointer
}

.uni-system-choose-location .list-item.selected:before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	text-align: center;
	content: "\e651";
	font: normal normal normal 14px/1 unibtn;
	font-size: 24px;
	line-height: 30px;
	color: #007aff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}

.uni-system-choose-location .list-item:not(:last-child):after {
	position: absolute;
	content: "";
	height: 1px;
	left: 10px;
	bottom: 0;
	width: 100%;
	background-color: #d3d3d3
}

.uni-system-choose-location .list-item-title {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.uni-system-choose-location .list-item-detail {
	font-size: 12px;
	color: grey;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

@media screen and (min-width:800px) {
	.uni-system-choose-location .map {
		top: 0;
		height: 100%
	}

	.uni-system-choose-location .map-move {
		bottom: 10px;
		right: 320px
	}

	.uni-system-choose-location .menu {
		top: 54px;
		left: auto;
		right: 10px;
		width: 300px;
		bottom: 10px;
		max-height: 600px;
		box-shadow: 0 0 20px 5px rgba(0,0,0,.3)
	}
}

.uni-system-open-location {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	z-index: 999
}

.uni-system-open-location .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 80px;
	height: auto
}

.uni-system-open-location .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.5
}

.uni-system-open-location .info>.name {
	font-size: 17px;
	color: #111
}

.uni-system-open-location .info>.address {
	font-size: 14px;
	color: #666
}

.uni-system-open-location .info>.nav {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: -25px;
	background-color: #007aff
}

.uni-system-open-location .info>.nav>svg {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box
}

.uni-system-open-location .map-move {
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: auto;
	cursor: pointer;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3)
}

.uni-system-open-location .map-move>i {
	display: block;
	width: 100%;
	height: 100%;
	font: normal normal normal 14px/1 unimapbtn;
	line-height: inherit;
	text-align: center;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}

.uni-system-open-location .nav-btn-back {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	padding: 6px;
	line-height: 32px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	cursor: pointer
}

.uni-system-open-location .nav-btn-back>.uni-btn-icon {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5)
}

.uni-system-open-location .map-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	overflow: hidden
}

.uni-system-open-location .map-content.fix-position {
	top: -74px;
	bottom: -44px
}

.uni-system-open-location .map-content>iframe {
	width: 100%;
	height: 100%;
	border: none
}

.uni-system-open-location .actTonav {
	position: absolute;
	right: 16px;
	bottom: 56px;
	width: 60px;
	height: 60px;
	border-radius: 60px
}

.image-view-area,.image-view-view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.image-view-img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
	max-width: 100%
}

.uni-system-preview-image {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,.8)
}

.uni-system-preview-image-swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

uni-audio {
	display: none
}

uni-audio[controls] {
	display: inline-block
}

uni-audio[hidden] {
	display: none
}

.uni-audio-default {
	max-width: 100%;
	min-width: 302px;
	height: 65px;
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	border-radius: 2.5px;
	display: inline-block;
	overflow: hidden
}

.uni-audio-left {
	width: 65px;
	height: 65px;
	float: left;
	background-color: #e6e6e6;
	background-size: 100% 100%;
	background-position: 50% 50%
}

.uni-audio-button {
	width: 24px;
	height: 24px;
	margin: 20.5px;
	background-size: cover
}
.uni-audio-right {
	box-sizing: border-box;
	height: 65px;
	margin-left: 65px;
	padding: 11px 16.5px 13.5px 15px;
	overflow: hidden
}

.uni-audio-time {
	margin-top: 3.5px;
	height: 16.5px;
	font-size: 12px;
	color: #888;
	float: right
}

.uni-audio-info {
	margin-right: 70px;
	overflow: hidden
}

.uni-audio-name {
	height: 22.5px;
	line-height: 22.5px;
	margin-bottom: 3.5px;
	font-size: 14px;
	color: #353535
}

.uni-audio-author,.uni-audio-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.uni-audio-author {
	height: 14.5px;
	line-height: 14.5px;
	font-size: 12px;
	color: #888
}

uni-button {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 2.55555556;
	border-radius: 5px;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	color: #000;
	background-color: #f8f8f8;
	cursor: pointer
}

uni-button[hidden] {
	display: none!important
}

uni-button:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-sizing: border-box;
	border-radius: 10px
}

uni-button[native] {
	padding-left: 0;
	padding-right: 0
}

uni-button[native] .uni-button-cover-view-wrapper {
	border: inherit;
	border-color: inherit;
	border-radius: inherit;
	background-color: inherit
}

uni-button[native] .uni-button-cover-view-inner {
	padding-left: 14px;
	padding-right: 14px
}

uni-button uni-cover-view {
	line-height: inherit;
	white-space: inherit
}

uni-button[type=default] {
	color: #000;
	background-color: #f8f8f8
}

uni-button[type=primary] {
	color: #fff;
	background-color: #007aff
}

uni-button[type=warn] {
	color: #fff;
	background-color: #e64340
}

uni-button[disabled] {
	color: hsla(0,0%,100%,.6);
	cursor: not-allowed
}

uni-button[disabled]:not([type]),uni-button[disabled][type=default] {
	color: rgba(0,0,0,.3);
	background-color: #f7f7f7
}

uni-button[disabled][type=primary] {
	background-color: rgba(0,122,255,.6)
}

uni-button[disabled][type=warn] {
	background-color: #ec8b89
}

uni-button[type=primary][plain] {
	color: #007aff;
	border: 1px solid #007aff;
	background-color: rgba(0,0,0,0)
}

uni-button[type=primary][plain][disabled] {
	color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.2)
}

uni-button[type=primary][plain]:after {
	border-width: 0
}

uni-button[type=default][plain] {
	color: #353535;
	border: 1px solid #353535;
	background-color: rgba(0,0,0,0)
}

uni-button[type=default][plain][disabled] {
	color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.2)
}

uni-button[type=default][plain]:after {
	border-width: 0
}

uni-button[plain] {
	color: #353535;
	border: 1px solid #353535;
	background-color: rgba(0,0,0,0)
}

uni-button[plain][disabled] {
	color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.2)
}

uni-button[plain]:after {
	border-width: 0
}

uni-button[plain][native] .uni-button-cover-view-inner {
	padding: 0
}

uni-button[type=warn][plain] {
	color: #e64340;
	border: 1px solid #e64340;
	background-color: rgba(0,0,0,0)
}

uni-button[type=warn][plain][disabled] {
	color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.2)
}

uni-button[type=warn][plain]:after {
	border-width: 0
}

uni-button[size=mini] {
	display: inline-block;
	line-height: 2.3;
	font-size: 13px;
	padding: 0 1.34em
}

uni-button[size=mini][native] {
	padding: 0
}

uni-button[size=mini][native] .uni-button-cover-view-inner {
	padding: 0 1.34em
}

uni-button[loading]:not([disabled]) {
	cursor: progress
}

uni-button[loading]:before {
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	-webkit-animation: uni-loading 1s steps(12) infinite;
	animation: uni-loading 1s steps(12) infinite;
	background-size: 100%
}

uni-button[loading][type=primary] {
	color: hsla(0,0%,100%,.6);
	background-color: #0062cc
}

uni-button[loading][type=primary][plain] {
	color: #007aff;
	background-color: rgba(0,0,0,0)
}

uni-button[loading][type=default] {
	color: rgba(0,0,0,.6);
	background-color: #dedede
}

uni-button[loading][type=default][plain] {
	color: #353535;
	background-color: rgba(0,0,0,0)
}

uni-button[loading][type=warn] {
	color: hsla(0,0%,100%,.6);
	background-color: #ce3c39
}

uni-button[loading][type=warn][plain] {
	color: #e64340;
	background-color: rgba(0,0,0,0)
}

uni-button[loading][native]:before {
	content: none
}

.button-hover {
	color: rgba(0,0,0,.6);
	background-color: #dedede
}

.button-hover[plain] {
	color: rgba(53,53,53,.6);
	border-color: rgba(53,53,53,.6);
	background-color: rgba(0,0,0,0)
}

.button-hover[type=primary] {
	color: hsla(0,0%,100%,.6);
	background-color: #0062cc
}

.button-hover[type=primary][plain] {
	color: rgba(26,173,25,.6);
	border-color: rgba(26,173,25,.6);
	background-color: rgba(0,0,0,0)
}

.button-hover[type=default] {
	color: rgba(0,0,0,.6);
	background-color: #dedede
}

.button-hover[type=default][plain] {
	color: rgba(53,53,53,.6);
	border-color: rgba(53,53,53,.6);
	background-color: rgba(0,0,0,0)
}

.button-hover[type=warn] {
	color: hsla(0,0%,100%,.6);
	background-color: #ce3c39
}

.button-hover[type=warn][plain] {
	color: rgba(230,67,64,.6);
	border-color: rgba(230,67,64,.6);
	background-color: rgba(0,0,0,0)
}

uni-canvas {
	width: 300px;
	height: 150px;
	display: block;
	position: relative
}

uni-canvas>canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

uni-checkbox-group[hidden] {
	display: none
}

uni-checkbox {
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	cursor: pointer
}

uni-checkbox[hidden] {
	display: none
}

uni-checkbox[disabled] {
	cursor: not-allowed
}

uni-checkbox .uni-checkbox-wrapper {
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	vertical-align: middle
}

uni-checkbox .uni-checkbox-input {
	margin-right: 5px;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	position: relative
}

uni-checkbox:not([disabled]) .uni-checkbox-input:hover {
	border-color: #007aff
}

uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
	color: #007aff
}

uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked:before {
	font: normal normal normal 14px/1 uni;
	content: "\EA08";
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-48%) scale(.73);
	-webkit-transform: translate(-50%,-48%) scale(.73)
}

uni-checkbox .uni-checkbox-input.uni-checkbox-input-disabled {
	background-color: #e1e1e1
}

uni-checkbox .uni-checkbox-input.uni-checkbox-input-disabled:before {
	color: #adadad
}

uni-checkbox-group {
	display: block
}

.ql-container {
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-user-select: text;
	user-select: text;
	outline: none;
	overflow: hidden;
	width: 100%;
	height: 200px;
	min-height: 200px
}

.ql-container[hidden] {
	display: none
}

.ql-container .ql-editor {
	position: relative;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	min-height: inherit;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-overflow-scrolling: touch
}

.ql-container .ql-editor::-webkit-scrollbar {
	width: 0!important
}

.ql-container .ql-editor.scroll-disabled {
	overflow: hidden
}

.ql-container .ql-image-overlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	box-sizing: border-box;
	border: 1px dashed #ccc;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-user-select: none;
	user-select: none
}

.ql-container .ql-image-overlay .ql-image-size {
	position: absolute;
	padding: 4px 8px;
	text-align: center;
	background-color: #fff;
	color: #888;
	border: 1px solid #ccc;
	box-sizing: border-box;
	opacity: .8;
	right: 4px;
	top: 4px;
	font-size: 12px;
	display: inline-block;
	width: auto
}

.ql-container .ql-image-overlay .ql-image-toolbar {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	background: #000;
	border-radius: 5px;
	color: #fff;
	font-size: 0;
	min-height: 24px;
	z-index: 100
}

.ql-container .ql-image-overlay .ql-image-toolbar span {
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	font-size: 12px;
	border-right: 1px solid #fff
}

.ql-container .ql-image-overlay .ql-image-toolbar span:last-child {
	border-right: 0
}

.ql-container .ql-image-overlay .ql-image-toolbar span.triangle-up {
	padding: 0;
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) #000 rgba(0,0,0,0)
}

.ql-container .ql-image-overlay .ql-image-handle {
	position: absolute;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff
}

.ql-container img {
	display: inline-block;
	max-width: 100%
}

.ql-clipboard p {
	margin: 0;
	padding: 0
}

.ql-editor {
	box-sizing: border-box;
	height: 100%;
	outline: none;
	overflow-y: auto;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word
}

.ql-editor>* {
	cursor: text
}

.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul {
	margin: 0;
	padding: 0;
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol>li,.ql-editor ul>li {
	list-style-type: none
}

.ql-editor ul>li:before {
	content: "\2022"
}

.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true] {
	pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li * {
	pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before {
	color: #777;
	cursor: pointer;
	pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
	content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
	content: "\2610"
}

.ql-editor li:before {
	display: inline-block;
	white-space: nowrap;
	width: 2em
}

.ql-editor ol li {
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	counter-increment: list-0
}

.ql-editor ol li:before {
	content: counter(list-0,decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
	counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
	content: counter(list-1,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
	counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
	counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
	content: counter(list-2,lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
	counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
	counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
	content: counter(list-3,decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
	counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
	counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
	content: counter(list-4,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
	counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
	counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
	content: counter(list-5,lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
	counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
	counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
	content: counter(list-6,decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
	counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
	counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
	content: counter(list-7,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
	counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
	counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
	content: counter(list-8,lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
	counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
	counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
	content: counter(list-9,decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl),.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 2em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 2em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl),.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 4em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 4em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl),.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 6em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 6em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl),.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 8em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 8em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl),.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 10em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 10em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl),.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 12em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 12em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl),.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 14em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 14em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl),.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 16em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 16em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl),.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 18em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right,.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 18em
}

.ql-editor .ql-direction-rtl {
	direction: rtl;
	text-align: inherit
}

.ql-editor .ql-align-center {
	text-align: center
}

.ql-editor .ql-align-justify {
	text-align: justify
}

.ql-editor .ql-align-right {
	text-align: right
}

.ql-editor.ql-blank:before {
	color: rgba(0,0,0,.6);
	content: attr(data-placeholder);
	font-style: italic;
	pointer-events: none;
	position: absolute
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
	pointer-events: none
}

.ql-clipboard {
	left: -100000px;
	height: 1px;
	overflow-y: hidden;
	position: absolute;
	top: 50%
}

uni-icon {
	display: inline-block;
	font-size: 0;
	box-sizing: border-box
}

uni-icon[hidden] {
	display: none
}

uni-icon>i {
	font: normal normal normal 14px/1 weui
}

uni-icon>i:before {
	margin: 0;
	box-sizing: border-box
}

@font-face {
	font-weight:400;font-style:normal;font-family:weui;src:url("data:application/octet-stream;base64,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") format("truetype")
}

.uni-icon-success:before {
	content: "\EA06"
}

.uni-icon-success_circle:before {
	content: "\EA07"
}

.uni-icon-success_no_circle:before {
	content: "\EA08"
}

.uni-icon-safe_success:before {
	content: "\EA04"
}

.uni-icon-safe_warn:before {
	content: "\EA05"
}

.uni-icon-info:before {
	content: "\EA03"
}

.uni-icon-info_circle:before {
	content: "\EA0C"
}

.uni-icon-warn:before {
	content: "\EA0B"
}

.uni-icon-waiting:before {
	content: "\EA09"
}

.uni-icon-waiting_circle:before {
	content: "\EA0A"
}

.uni-icon-circle:before {
	content: "\EA01"
}

.uni-icon-cancel:before {
	content: "\EA0D"
}

.uni-icon-download:before {
	content: "\EA02"
}

.uni-icon-search:before {
	content: "\EA0E"
}

.uni-icon-clear:before {
	content: "\EA0F"
}

.uni-icon-safe_success,.uni-icon-success,.uni-icon-success_circle,.uni-icon-success_no_circle {
	color: #007aff
}

.uni-icon-safe_warn {
	color: #ffbe00
}

.uni-icon-info {
	color: #10aeff
}

.uni-icon-info_circle {
	color: #007aff
}

.uni-icon-warn {
	color: #f76260
}

.uni-icon-waiting,.uni-icon-waiting_circle {
	color: #10aeff
}

.uni-icon-circle {
	color: #c9c9c9
}

.uni-icon-cancel {
	color: #f43530
}

.uni-icon-download {
	color: #007aff
}

.uni-icon-clear,.uni-icon-search {
	color: #b2b2b2
}

uni-image {
	width: 320px;
	height: 240px;
	display: inline-block;
	overflow: hidden;
	position: relative
}

uni-image[hidden] {
	display: none
}

uni-image>div,uni-image>img {
	width: 100%;
	height: 100%
}

uni-image>img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

uni-image>.uni-image-will-change {
	will-change: transform
}

uni-input {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	height: 1.4em;
	min-height: 1.4em;
	overflow: hidden
}

uni-input[hidden] {
	display: none
}

.uni-input-form,.uni-input-input,.uni-input-placeholder,.uni-input-wrapper {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: inherit
}

.uni-input-form,.uni-input-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	-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
}

.uni-input-input,.uni-input-placeholder {
	width: 100%
}

.uni-input-placeholder {
	position: absolute;
	top: auto!important;
	left: 0;
	color: grey;
	overflow: hidden;
	text-overflow: clip;
	white-space: pre;
	word-break: keep-all;
	pointer-events: none;
	line-height: inherit
}

.uni-input-input {
	position: relative;
	display: block;
	height: 100%;
	background: none;
	color: inherit;
	opacity: 1;
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	text-indent: inherit;
	text-transform: inherit;
	text-shadow: inherit
}

.uni-input-input[type=search]::-webkit-search-cancel-button,.uni-input-input[type=search]::-webkit-search-decoration {
	display: none
}

.uni-input-input::-webkit-inner-spin-button,.uni-input-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.uni-input-input[type=number] {
	-moz-appearance: textfield
}

.uni-input-input:disabled {
	-webkit-text-fill-color: currentcolor
}

.uni-label-pointer {
	cursor: pointer
}

uni-movable-area {
	display: block;
	position: relative;
	width: 10px;
	height: 10px
}

uni-movable-area[hidden] {
	display: none
}

uni-movable-view {
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 0;
	left: 0;
	position: absolute;
	cursor: grab
}

uni-movable-view[hidden] {
	display: none
}

uni-navigator {
	height: auto;
	width: auto;
	display: block;
	cursor: pointer
}

uni-navigator[hidden] {
	display: none
}

.navigator-hover {
	background-color: rgba(0,0,0,.1);
	opacity: .7
}

uni-picker-view-column {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	position: relative;
	height: 100%;
	overflow: hidden
}

uni-picker-view-column[hidden] {
	display: none
}

.uni-picker-view-group {
	height: 100%;
	overflow: hidden
}

.uni-picker-view-mask {
	transform: translateZ(0);
	-webkit-transform: translateZ(0)
}

.uni-picker-view-indicator,.uni-picker-view-mask {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 3;
	pointer-events: none
}

.uni-picker-view-mask {
	top: 0;
	height: 100%;
	margin: 0 auto;
	background: -webkit-linear-gradient(top,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));
	background: linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),linear-gradient(0deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));
	background-position: top,bottom;
	background-size: 100% 102px;
	background-repeat: no-repeat
}

.uni-picker-view-indicator {
	height: 34px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uni-picker-view-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	will-change: transform;
	padding: 102px 0;
	cursor: pointer
}

.uni-picker-view-content>* {
	height: 34px;
	overflow: hidden
}

.uni-picker-view-indicator:before {
	top: 0;
	border-top: 1px solid #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.uni-picker-view-indicator:after {
	bottom: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.uni-picker-view-indicator:after,.uni-picker-view-indicator:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	color: #e5e5e5
}

uni-picker-view {
	display: block
}

uni-picker-view .uni-picker-view-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	overflow: hidden;
	height: 100%
}

uni-picker-view[hidden] {
	display: none
}

uni-progress {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center
}

uni-progress[hidden] {
	display: none
}

.uni-progress-bar {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}

.uni-progress-inner-bar {
	width: 0;
	height: 100%
}

.uni-progress-info {
	margin-top: 0;
	margin-bottom: 0;
	min-width: 2em;
	margin-left: 15px;
	font-size: 16px
}

uni-radio-group[hidden] {
	display: none
}

uni-radio {
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	cursor: pointer
}

uni-radio[hidden] {
	display: none
}

uni-radio[disabled] {
	cursor: not-allowed
}

uni-radio .uni-radio-wrapper {
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	vertical-align: middle
}

uni-radio .uni-radio-input {
	-webkit-appearance: none;
	appearance: none;
	margin-right: 5px;
	outline: 0;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	position: relative
}

uni-radio:not([disabled]) .uni-radio-input:hover {
	border-color: #007aff
}

uni-radio .uni-radio-input.uni-radio-input-checked:before {
	font: normal normal normal 14px/1 uni;
	content: "\EA08";
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-48%) scale(.73);
	-webkit-transform: translate(-50%,-48%) scale(.73)
}

uni-radio .uni-radio-input.uni-radio-input-disabled {
	background-color: #e1e1e1;
	border-color: #d1d1d1
}

uni-radio .uni-radio-input.uni-radio-input-disabled:before {
	color: #adadad
}

uni-radio-group {
	display: block
}

@-webkit-keyframes once-show {
	0% {
		top: 0
	}
}

@keyframes once-show {
	0% {
		top: 0
	}
}

uni-resize-sensor,uni-resize-sensor>div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

uni-resize-sensor {
	display: block;
	z-index: -1;
	visibility: hidden;
	-webkit-animation: once-show 1ms;
	animation: once-show 1ms
}

uni-resize-sensor>div>div {
	position: absolute;
	left: 0;
	top: 0
}

uni-resize-sensor>div:first-child>div {
	width: 100000px;
	height: 100000px
}

uni-resize-sensor>div:last-child>div {
	width: 200%;
	height: 200%
}

uni-scroll-view {
	display: block;
	width: 100%
}

uni-scroll-view[hidden] {
	display: none
}

.uni-scroll-view {
	position: relative;
	-webkit-overflow-scrolling: touch;
	max-height: inherit
}

.uni-scroll-view,.uni-scroll-view-content {
	width: 100%;
	height: 100%
}

.uni-scroll-view-refresher {
	position: relative;
	overflow: hidden
}

.uni-scroll-view-refresh {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.uni-scroll-view-refresh,.uni-scroll-view-refresh-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.uni-scroll-view-refresh-inner {
	line-height: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.117647),0 1px 4px rgba(0,0,0,.117647)
}

.uni-scroll-view-refresh__spinner {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: uni-scroll-view-refresh-rotate 2s linear infinite;
	animation: uni-scroll-view-refresh-rotate 2s linear infinite
}

.uni-scroll-view-refresh__spinner>circle {
	stroke: currentColor;
	stroke-linecap: round;
	-webkit-animation: uni-scroll-view-refresh-dash 2s linear infinite;
	animation: uni-scroll-view-refresh-dash 2s linear infinite
}

@-webkit-keyframes uni-scroll-view-refresh-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes uni-scroll-view-refresh-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes uni-scroll-view-refresh-dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	to {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}

@keyframes uni-scroll-view-refresh-dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	to {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}

uni-slider {
	margin: 10px 18px;
	padding: 0;
	display: block
}

uni-slider[hidden] {
	display: none
}

uni-slider .uni-slider-wrapper {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	min-height: 16px
}

uni-slider .uni-slider-tap-area {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 8px 0
}

uni-slider .uni-slider-handle-wrapper {
	position: relative;
	height: 2px;
	border-radius: 5px;
	background-color: #e9e9e9;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

uni-slider .uni-slider-handle-wrapper,uni-slider .uni-slider-track {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

uni-slider .uni-slider-track {
	height: 100%;
	border-radius: 6px;
	background-color: #007aff
}

uni-slider .uni-slider-handle,uni-slider .uni-slider-thumb {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease
}

uni-slider .uni-slider-handle {
	width: 28px;
	height: 28px;
	margin-top: -14px;
	margin-left: -14px;
	background-color: rgba(0,0,0,0);
	z-index: 3;
	cursor: grab
}

uni-slider .uni-slider-thumb {
	z-index: 2;
	box-shadow: 0 0 4px rgba(0,0,0,.2)
}

uni-slider .uni-slider-step {
	position: absolute;
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,0);
	z-index: 1
}

uni-slider .uni-slider-value {
	width: 3ch;
	color: #888;
	font-size: 14px;
	margin-left: 1em
}

uni-slider .uni-slider-disabled .uni-slider-track {
	background-color: #ccc
}

uni-slider .uni-slider-disabled .uni-slider-thumb {
	background-color: #fff;
	border-color: #ccc
}

uni-swiper-item {
	display: block;
	overflow: hidden;
	will-change: transform;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: grab
}

uni-swiper-item[hidden] {
	display: none
}

uni-swiper {
	display: block;
	height: 150px
}

uni-swiper[hidden] {
	display: none
}

uni-swiper .uni-swiper-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

uni-swiper .uni-swiper-slides {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

uni-swiper .uni-swiper-slide-frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	will-change: transform
}

uni-swiper .uni-swiper-dots {
	position: absolute;
	font-size: 0
}

uni-swiper .uni-swiper-dots-horizontal {
	left: 50%;
	bottom: 10px;
	text-align: center;
	white-space: nowrap;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot {
	margin-right: 8px
}

uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot:last-child {
	margin-right: 0
}

uni-swiper .uni-swiper-dots-vertical {
	right: 10px;
	top: 50%;
	text-align: right;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

uni-swiper .uni-swiper-dots-vertical .uni-swiper-dot {
	display: block;
	margin-bottom: 9px
}

uni-swiper .uni-swiper-dots-vertical .uni-swiper-dot:last-child {
	margin-bottom: 0
}

uni-swiper .uni-swiper-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	background: rgba(0,0,0,.3);
	border-radius: 50%
}

uni-swiper .uni-swiper-dot-active {
	background-color: #000
}

uni-switch {
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	cursor: pointer
}

uni-switch[hidden] {
	display: none
}

uni-switch[disabled] {
	cursor: not-allowed
}

uni-switch .uni-switch-wrapper {
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	vertical-align: middle
}

uni-switch .uni-switch-input {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 52px;
	height: 32px;
	margin-right: 5px;
	border: 1px solid #dfdfdf;
	outline: 0;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: #dfdfdf;
	-webkit-transition: background-color .1s,border .1s;
	transition: background-color .1s,border .1s
}

uni-switch[disabled] .uni-switch-input {
	opacity: .7
}

uni-switch .uni-switch-input:before {
	width: 50px;
	background-color: #fdfdfd
}

uni-switch .uni-switch-input:after,uni-switch .uni-switch-input:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	border-radius: 15px;
	transition: -webkit-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

uni-switch .uni-switch-input:after {
	width: 30px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

uni-switch .uni-switch-input.uni-switch-input-checked {
	border-color: #007aff;
	background-color: #007aff
}

uni-switch .uni-switch-input.uni-switch-input-checked:before {
	-webkit-transform: scale(0);
	transform: scale(0)
}

uni-switch .uni-switch-input.uni-switch-input-checked:after {
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

uni-switch .uni-checkbox-input {
	margin-right: 5px;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	position: relative;
	color: #007aff
}

uni-switch:not([disabled]) .uni-checkbox-input:hover {
	border-color: #007aff
}

uni-switch .uni-checkbox-input.uni-checkbox-input-checked:before {
	font: normal normal normal 14px/1 uni;
	content: "\EA08";
	color: inherit;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-48%) scale(.73);
	-webkit-transform: translate(-50%,-48%) scale(.73)
}

uni-switch .uni-checkbox-input.uni-checkbox-input-disabled {
	background-color: #e1e1e1
}

uni-switch .uni-checkbox-input.uni-checkbox-input-disabled:before {
	color: #adadad
}

uni-text[selectable] {
	cursor: auto;
	user-select: text;
	-webkit-user-select: text
}

uni-textarea {
	width: 300px;
	height: 150px;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: normal;
	white-space: pre-wrap;
	word-break: break-all
}

uni-textarea[hidden] {
	display: none
}

.uni-textarea-compute,.uni-textarea-line,.uni-textarea-placeholder,.uni-textarea-textarea,.uni-textarea-wrapper {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: inherit
}

.uni-textarea-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit
}

.uni-textarea-compute,.uni-textarea-line,.uni-textarea-placeholder,.uni-textarea-textarea {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	white-space: inherit;
	word-break: inherit
}

.uni-textarea-placeholder {
	color: grey;
	overflow: hidden
}

.uni-textarea-compute,.uni-textarea-line {
	visibility: hidden;
	height: auto
}

.uni-textarea-line {
	width: 1em
}

.uni-textarea-textarea {
	resize: none;
	background: none;
	color: inherit;
	opacity: 1;
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	text-indent: inherit;
	text-transform: inherit;
	text-shadow: inherit
}

.uni-textarea-textarea-fix-margin {
	width: auto;
	right: 0;
	margin: 0 -3px
}

.uni-textarea-textarea:disabled {
	-webkit-text-fill-color: currentcolor
}

div {
	display: block
}

div[hidden] {
	display: none
}

uni-ad {
	display: block;
	overflow: hidden
}

uni-ad[hidden] {
	display: none
}

uni-cover-image {
	display: block;
	line-height: 1.2;
	overflow: hidden;
	pointer-events: auto
}

uni-cover-image,uni-cover-image img {
	height: 100%;
	width: 100%
}

uni-cover-image[hidden] {
	display: none
}

uni-cover-image .uni-cover-image {
	width: 100%;
	height: 100%;
	text-overflow: inherit;
	overflow: inherit;
	white-space: nowrap;
	-webkit-align-items: inherit;
	-webkit-box-align: inherit;
	align-items: inherit;
	-webkit-justify-content: inherit;
	-webkit-box-pack: inherit;
	justify-content: inherit;
	-webkit-flex-direction: inherit;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	flex-direction: inherit;
	font-size: 0;
	display: inherit
}

uni-cover-view {
	display: block;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: auto
}

uni-cover-view[hidden] {
	display: none
}

uni-cover-view .uni-cover-view {
	width: 100%;
	height: 100%;
	text-overflow: inherit;
	overflow: hidden;
	white-space: inherit;
	-webkit-align-items: inherit;
	-webkit-box-align: inherit;
	align-items: inherit;
	-webkit-justify-content: inherit;
	-webkit-box-pack: inherit;
	justify-content: inherit;
	-webkit-flex-direction: inherit;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	flex-direction: inherit;
	-webkit-flex-wrap: inherit;
	flex-wrap: inherit;
	display: inherit;
	overflow: inherit
}

uni-map {
	position: relative;
	width: 300px;
	height: 150px;
	display: block
}

uni-map[hidden] {
	display: none
}

uni-picker {
	position: relative;
	display: block;
	cursor: pointer
}

uni-picker[hidden] {
	display: none
}

uni-picker[disabled] {
	cursor: not-allowed
}

.uni-picker-container {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	z-index: 999;
	font-size: 16px
}

.uni-picker-container .uni-picker-custom * {
	box-sizing: border-box
}

.uni-picker-container .uni-picker-custom {
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999;
	width: 100%;
	background-color: #efeff4;
	visibility: hidden;
	-webkit-transition: visibility .3s,-webkit-transform .3s;
	transition: visibility .3s,-webkit-transform .3s;
	transition: transform .3s,visibility .3s;
	transition: transform .3s,visibility .3s,-webkit-transform .3s
}

.uni-picker-container .uni-picker-custom.uni-picker-toggle {
	visibility: visible;
	-webkit-transform: translate(0);
	transform: translate(0)
}

.uni-picker-container .uni-picker-content {
	position: relative;
	display: block;
	width: 100%;
	height: 238px;
	background-color: #fff
}

.uni-picker-container .uni-picker-item {
	padding: 0;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer
}

.uni-picker-container .uni-picker-header {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: 45px;
	background-color: #fff
}

.uni-picker-container .uni-picker-header:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.uni-picker-container .uni-picker-action {
	display: block;
	max-width: 50%;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	padding: 0 14px;
	font-size: 17px;
	line-height: 45px;
	overflow: hidden;
	cursor: pointer
}

.uni-picker-container .uni-picker-action.uni-picker-action-cancel {
	float: left;
	color: #888
}

.uni-picker-container .uni-picker-action.uni-picker-action-confirm {
	float: right;
	color: #007aff
}

.uni-picker-container .uni-picker-select {
	display: none
}

.uni-picker-system {
	position: absolute;
	display: none;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.uni-picker-system>input {
	position: absolute;
	border: none;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.uni-picker-system>input.firefox {
	top: 0;
	left: 0;
	width: 100%
}

.uni-picker-system>input.chrome {
	top: 0;
	left: 0;
	width: 2em;
	font-size: 32px;
	height: 32px
}

@media screen and (min-width:500px) and (min-height:500px) {
	.uni-mask.uni-picker-mask {
		background: none
	}

	.uni-picker-container .uni-picker-custom {
		width: 300px;
		left: 50%;
		right: auto;
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		opacity: 0;
		border-radius: 5px;
		-webkit-transition: opacity .3s,visibility .3s;
		transition: opacity .3s,visibility .3s;
		box-shadow: 0 0 20px 5px rgba(0,0,0,.3)
	}

	.uni-picker-container .uni-picker-header {
		border-radius: 5px 5px 0 0
	}

	.uni-picker-container .uni-picker-content {
		-webkit-transform: translate(0);
		transform: translate(0);
		overflow: hidden;
		border-radius: 0 0 5px 5px
	}

	.uni-picker-container .uni-picker-custom.uni-picker-toggle {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}

	.uni-selector-select .uni-picker-content,.uni-selector-select .uni-picker-header {
		display: none
	}

	.uni-selector-select .uni-picker-select {
		display: block;
		max-height: 300px;
		overflow: auto;
		background-color: #fff;
		border-radius: 5px;
		padding: 6px 0
	}

	.uni-selector-select .uni-picker-item {
		padding: 0 10px;
		color: #555
	}

	.uni-selector-select .uni-picker-item:hover {
		background-color: #f6f6f6
	}

	.uni-selector-select .uni-picker-item.selected {
		color: #007aff
	}
}

uni-video {
	width: 300px;
	height: 225px;
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	position: relative
}

uni-video[hidden] {
	display: none
}

.uni-video-container {
	width: 100%;
	height: 100%;
	background-color: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	object-position: inherit
}

.uni-video-container.uni-video-type-fullscreen {
	position: fixed;
	z-index: 999
}

.uni-video-video {
	width: 100%;
	height: 100%;
	object-position: inherit
}

.uni-video-cover {
	bottom: 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-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: rgba(1,1,1,.5);
	z-index: 1
}

.uni-video-cover,.uni-video-slots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.uni-video-slots {
	height: 100%;
	overflow: hidden;
	pointer-events: none
}

.uni-video-cover-play-button {
	width: 40px;
	height: 40px;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer
}

.uni-video-cover-duration {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-top: 10px
}

.uni-video-bar {
	height: 44px;
	background-color: rgba(0,0,0,.5);
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 10px;
	z-index: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.uni-video-bar.uni-video-bar-full {
	left: 0
}

.uni-video-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin: 0 8.5px
}

.uni-video-control-button {
	width: 13px;
	height: 15px;
	padding: 14.5px 12.5px 14.5px 12.5px;
	margin-left: -8.5px;
	box-sizing: content-box;
	cursor: pointer
}

.uni-video-control-button:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.uni-video-control-button.uni-video-control-button-play:after,.uni-video-cover-play-button {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAAAAXNSR0IArs4c6QAAAWhJREFUSA1j+P///0cgBoHjQGzCQCsAtgJB/AMy5wCxGNXtQ9iBwvoA5BUCMQvVLEQxHpNzDSjkRhXLMM3GKrIeKKpEkYVYjcUu+AMo3ALE3GRZiN1MvKKPgbIRJFuG10j8koeA0gZEW4jfLIKyf4EqpgOxMEELCRpFnIJ3QGU5QMyM00LizCFa1SWgSkeslhFtBGkKVwGVy6FYSJp+klR/A6quB2JOkIWMIK0oNlOf8xBoZDE9LAI7nYn6HsBq4l96WHQEaLUpAyiOaASeAM2NgvuPBpaACt82IEYtfKls0UagecpwXyAzqGTRdaA57sjmYrAptAjUsCkGYlYMg9EFyLQI1IiZB8Ti6Obh5JNh0QmgHlOcBuKSIMGi50C18UDMiMssvOJEWPQLqKYbiHnxGkRIkoBF24DyaoTMIEoeh0W3geI+RBlArCI0iz4D+RVAzEasfqLVAQ19AcSg5LoYiKWI1kiiQgCMBLnEEcfDSgAAAABJRU5ErkJggg==")
}

.uni-video-control-button.uni-video-control-button-pause:after {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAAXNSR0IArs4c6QAAAFlJREFUSA3tksEKACAIQ7X//5zq98wOgQayum8QaGweHhMzG/6OujzKAymn+0LMqivu1XznWmX8/echTIyMyAgTwA72iIwwAexgj8gIE8CO3aMRbDPMaEy5BRGaKcZv8YxRAAAAAElFTkSuQmCC")
}

.uni-video-current-time,.uni-video-duration {
	height: 14.5px;
	line-height: 14.5px;
	margin-top: 15px;
	margin-bottom: 14.5px;
	font-size: 12px;
	color: #cbcbcb
}

.uni-video-progress-container {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
	position: relative
}

.uni-video-progress {
	height: 2px;
	margin: 21px 12px;
	background-color: hsla(0,0%,100%,.4);
	position: relative;
	cursor: pointer
}

.uni-video-progress-buffered {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width .1s;
	transition: width .1s;
	background-color: hsla(0,0%,100%,.8)
}

.uni-video-ball {
	width: 16px;
	height: 16px;
	padding: 14px;
	position: absolute;
	top: -21px;
	box-sizing: content-box;
	left: 0;
	margin-left: -22px
}

.uni-video-inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%
}

.uni-video-danmu-button {
	white-space: nowrap;
	line-height: 1;
	padding: 2px 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	margin: 0 8.5px;
	cursor: pointer
}

.uni-video-danmu-button.uni-video-danmu-button-active {
	border-color: #48c23d;
	color: #48c23d
}

.uni-video-fullscreen {
	width: 17px;
	height: 17px;
	padding: 8.5px;
	box-sizing: content-box;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAAXNSR0IArs4c6QAAAQRJREFUWAnt1d0NwiAQB/CmS7hHX5zFxLF0Ah2hE/lg7BT4PyMJUj6Oyt299BIioZT7ARYG59wLpTXmoXOMGO/QecxtwyWW4o42AupGALkFdX1MkHxE3Q7jIbQPqNthQogpJoZkMLRlsn/gFMQEk4OoY0oQVUwNoobhQFQwgMxUKFkt0C8+Zy61d8SeR5iHWCLOwF/MCb8Tp//ex3QFsE1HlCfKFUX2OijNFMnPKD7k76YcBoL402Zh8B77+MjlXrVvwfglXA32b0MrRgxCE2nBiEJaMOIQLkYFwsGoQWoYVUgJow4pYD4Weq4ayBqfwDYQmnUK0301kITujuawu65/l2B5A4z3Qe+Ut7EBAAAAAElFTkSuQmCC");
	background-size: 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer
}

.uni-video-fullscreen.uni-video-type-fullscreen {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAABBElEQVRYhcXWwQ3CMAwF0O+qOzAKQzAAl0pMxQQwQhmGKwcERxbgc4lEVdHUbm3zJR8qJemTo6YByS3JO8kjyQbGkHQpkOz4zcmK8YQ0BWDCkOxL+UDKombMYKwfZAkmDGLFhEIsmHCIFpMC0WDSIHOYVEgNkw6pYPIhE5j/QCoYF0g7eEkPYGej+cX82x/l6aIAIOb9CcrajrjFE/IAQGP1IgIRcYVsVs32+vx+nC9nWq6dAZDhOaPHBEDGh54O4w0pa9oxEZBFmCjIBGb6Qh4JMWGiIWpMBkSFyYLMYjIhNUw7N9GQi2aQiLxJHspjV+rl1hFrRp25uV2MRGQRBsAewPUD/HhJVOOuCzwAAAAASUVORK5CYII=")
}

.uni-video-danmu {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 14px;
	margin-bottom: 44px;
	font-size: 14px;
	line-height: 14px;
	overflow: visible
}

.uni-video-danmu-item {
	line-height: 1;
	position: absolute;
	color: #fff;
	white-space: nowrap;
	left: 100%;
	-webkit-transform: translatex(0);
	transform: translatex(0);
	-webkit-transition-property: left,-webkit-transform;
	transition-property: left,-webkit-transform;
	transition-property: left,transform;
	transition-property: left,transform,-webkit-transform;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.uni-video-toast {
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 5px;
	background-color: hsla(0,0%,100%,.8);
	color: #000;
	display: none
}

.uni-video-toast.uni-video-toast-volume {
	width: 100px;
	height: 100px;
	display: block
}

.uni-video-toast-volume .uni-video-toast-title {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
	display: block
}

.uni-video-toast-volume .uni-video-toast-icon {
	fill: #000;
	width: 50%;
	height: 50%;
	margin-left: 25%;
	display: block
}

.uni-video-toast-volume .uni-video-toast-value {
	width: 80px;
	height: 5px;
	margin-top: 5px;
	margin-left: 10px
}

.uni-video-toast-volume .uni-video-toast-value>.uni-video-toast-value-content {
	overflow: hidden
}

.uni-video-toast-volume-grids {
	width: 80px;
	height: 5px
}

.uni-video-toast-volume-grids-item {
	float: left;
	width: 7.1px;
	height: 5px;
	background-color: #000
}

.uni-video-toast-volume-grids-item:not(:first-child) {
	margin-left: 1px
}

.uni-video-toast.uni-video-toast-progress {
	display: block;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 6px
}

uni-web-view {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

body::after {
	position: fixed;
	content: '';
	left: -1000px;
	top: -1000px;
	-webkit-animation: shadow-preload .1s;
	-webkit-animation-delay: 3s;
	animation: shadow-preload .1s;
	animation-delay: 3s
}

@-webkit-keyframes shadow-preload {
	0% {
		background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
	}

	100% {
		background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
	}
}

@keyframes shadow-preload {
	0% {
		background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
	}

	100% {
		background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
	}
}

.wxParse div,.wxParse div {
	word-break: break-word
}

.wxParse .p {
	padding-bottom: .5em;
	clear: both
				/* letter-spacing: 0;//å­—é—´è· */
}

.wxParse .inline {
	display: inline;
	margin: 0;
	padding: 0
}

.wxParse .div {
	margin: 0;
	padding: 0;
	display: block
}

.wxParse .h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin: .67em 0
}

.wxParse .h2 {
	font-size: 1.5em;
	margin: .83em 0
}

.wxParse .h3 {
	font-size: 1.17em;
	margin: 1em 0
}

.wxParse .h4 {
	margin: 1.33em 0
}

.wxParse .h5 {
	font-size: .83em;
	margin: 1.67em 0
}

.wxParse .h6 {
	font-size: .83em;
	margin: 1.67em 0
}

.wxParse .h1,
			.wxParse .h2,
			.wxParse .h3,
			.wxParse .h4,
			.wxParse .h5,
			.wxParse .h6,
			.wxParse .b,
			.wxParse .strong {
	font-weight: bolder
}

.wxParse .i,
			.wxParse .cite,
			.wxParse .em,
			.wxParse .var,
			.wxParse .address {
	font-style: italic
}

.wxParse .spaceshow {
	white-space: pre
}

.wxParse .pre,
			.wxParse .tt,
			.wxParse .code,
			.wxParse .kbd,
			.wxParse .samp {
	font-family: monospace
}

.wxParse .pre {
	overflow: auto;
	background: #f5f5f5;
	padding: 8px;
	white-space: pre;
	margin: 1em 0px;
	font-size: 12px
}

.wxParse .code {
	overflow: auto;
	padding: 8px;
	white-space: pre;
	margin: 1em 0px;
	background: #f5f5f5;
	font-size: 12px
}

.wxParse .big {
	font-size: 1.17em
}

.wxParse .small,
			.wxParse .sub,
			.wxParse .sup {
	font-size: .83em
}

.wxParse .sub {
	vertical-align: sub
}

.wxParse .sup {
	vertical-align: super
}

.wxParse .s,
			.wxParse .strike,
			.wxParse .del {
	text-decoration: line-through
}

.wxParse .strong,
			.wxParse .text,
			.wxParse .span,
			.wxParse .s {
	display: inline
}

.wxParse .a {
	color: #00bfff
}

.wxParse .video {
	text-align: center;
	margin: 11px 0
}

.wxParse .video-video {
	width: 100%
}

.wxParse .uni-image {
	max-width: 100%
}

.wxParse .img {
	display: block;
	max-width: 100%;
	margin-bottom: 0;
/* //ä¸Žpæ ‡ç­¾åº•éƒ¨paddingåŒæ—¶ä¿®æ”¹ */
	overflow: hidden
}

.wxParse .blockquote {
	margin: 5px 0;
	padding: 11px 0 11px 11px;
	font-family: Courier,Calibri,å®‹ä½“;
	background: #f5f5f5;
	border-left: 3px solid #dbdbdb
}

.wxParse .blockquote .p {
	margin: 0
}

.wxParse .ul, .wxParse .ol {
	display: block;
	margin: 1em 0;
	padding-left: 2em
}

.wxParse .ol {
	list-style-type: disc
}

.wxParse .ol {
	list-style-type: decimal
}

.wxParse .ol>weixin-parse-template,.wxParse .ul>weixin-parse-template {
	display: list-item;
	align-items: baseline;
	text-align: match-parent
}

.wxParse .ol>.li,.wxParse .ul>.li {
	display: list-item;
	align-items: baseline;
	text-align: match-parent
}

.wxParse .ul .ul, .wxParse .ol .ul {
	list-style-type: circle
}

.wxParse .ol .ol .ul, .wxParse .ol .ul .ul, .wxParse .ul .ol .ul, .wxParse .ul .ul .ul {
	list-style-type: square
}

.wxParse .u {
	text-decoration: underline
}

.wxParse .hide {
	display: none
}

.wxParse .del {
	display: inline
}

.wxParse .figure {
	overflow: hidden
}

.wxParse .tablebox {
	overflow: auto;
	background-color: #f5f5f5;
	background: #f5f5f5;
	font-size: 13px;
	padding: 8px
}

.wxParse .table .table,.wxParse .table {
	border-collapse: collapse;
	box-sizing: border-box;
				/* å†…è¾¹æ¡† */
				/* width: 100%; */
	overflow: auto;
	white-space: pre
}

.wxParse .tbody {
	border-collapse: collapse;
	box-sizing: border-box;
				/* å†…è¾¹æ¡† */
	border: 1px solid #dadada
}

.wxParse .table  .thead, .wxParse  .table .tfoot, .wxParse  .table .th {
	border-collapse: collapse;
	box-sizing: border-box;
	background: #ececec;
	font-weight: 40
}

.wxParse  .table .tr {
	border-collapse: collapse;
	box-sizing: border-box;
				/* border: 2px solid #F0AD4E; */
	overflow: auto
}

.wxParse  .table .th,
			.wxParse  .table .td {
	border-collapse: collapse;
	box-sizing: border-box;
	border: 1px solid #dadada;
	overflow: auto
}

.wxParse .audio, .wxParse .uni-audio-default {
	display: block
}

@font-face {
	font-family:iconfont; /* Project id 2627675 */src:url(data:font/woff2;base64,d09GMgABAAAAAAJwAAsAAAAABjgAAAImAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCcAooPwE2AiQDCAsGAAQgBYRtBzEbggXInpo8CRIQKBiDenz8AArx8P9z6H0/P1BCBYASUAOq6rERsVOTcsJMyB4/sKvO/k9bbm1/KkJ1yTvAjaWm7cxvd/rSlPE8TiMswiAkCIfQtOpuuLzsx0f3eS7Ht4AOpPUxymWshWvSDWrhgRXN572A9raiyIqxYewCl/CKQK89Z4bXF3ePsP0WagN7Y1Z7kPLjW56GMOdJWYaVRqj6HswQ/5Wk7+kXfoS/j38OYg6SsgBLdPfhPIGv2EuKtmu9Fm/a+RrgcwklCmwBmXhqL94YiTp2pDcxtgBrs+C3rvNDYtd+wf46i9sPpmAp+M1dKUCC21JTo8/yMybV8bbYjSj5h+3b7CzLRAcE79b7u+P3pq9319u3h0u6NitaNMskgg9gmlsy6xlSXnl0IKm3yenVC1OAUb9jPRMHqobGxAgtdE2nKDSWiMxsodTnCJXGGXptujzeZ4wYibwANnwAhGGfSAb9RGHYN5GZH5Qm/aEyHCP0eomxC/usRL68EgqVEozeMY+5MU5YlxH/ntK+CiVrDmXPJF2eQddyipVLakjm2NK9pJ6qQSNc4wV4jqqKsRUuKFYrU20Ptm3qPmTFXMPSFUFCiiRQ5B3KxVjD+J3VsvT9eyTVq4SkpaWm+YyITj4+clmcHsSlo+nVci/vdF6kPEoZyBCshi7APFKpMNTWzyuQmLJkI/KtA9uWMn0d1vqu+usOQS/Lm8KeOYL6Sx42yj0A) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAPgAAsAAAAABjgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA/0kvNY21hcAAAAYgAAABLAAABcOolvqFnbHlmAAAB1AAAACgAAAAoFc87BmhlYWQAAAH8AAAALwAAADYdD+PhaGhlYQAAAiwAAAAcAAAAJAeCA4NobXR4AAACSAAAAAgAAAAICAAAAGxvY2EAAAJQAAAABgAAAAYAFAAAbWF4cAAAAlgAAAAeAAAAIAENABNuYW1lAAACeAAAAUUAAAJtPlT+fXBvc3QAAAPAAAAAIAAAADHf6dd3eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYPzCwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHXvx98Ze54X8DQwzzHYYGoDAjiiImAMnZDx54nGNgYGBlYGBgBmIdIGZhYGAMYWBkAAE/oCgjWJyZgQsszsKgBFbDAhJ/8ff/fxgJ5LOASQZGNoZRwAMmZaA8cFhBMAMjAJieDWUAAAEAAP+ABAADgAAGAAAlIREhEQkBAgD+AAIAAgD+AKsBqgEr/gD+AHicY2BkYGAAYtbdD0vj+W2+MnCzMIDAnR/+nxD0/wYWBuYGIJeDgQkkCgBUlAwBAHicY2BkYGBu+N/AwMDCAAJAkpEBFTABAD1UAg8EAAAABAAAAAAAAAAAFAAAeJxjYGRgYGBiYGcA0SAWAwMXEDIw/AfzGQAJRgEhAAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICJkYmRmYE9KzMxryS/lIEBABR/Axc=) format("woff"),url(data:font/ttf;base64,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) format("truetype")
}

.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-jiantou:before {
	content: "\e8fd"
}

.flex-start {
	align-items: flex-start!important
}

.flex-end {
	align-items: flex-end!important
}

.u-relative,
			.u-rela {
	position: relative
}

.u-absolute,
			.u-abso {
	position: absolute
}

uni-image {
	display: inline-block
}

div,
			uni-text {
	box-sizing: border-box
}

.u-font-xs {
	font-size: 11px
}

.u-font-sm {
	font-size: 13px
}

.u-font-md {
	font-size: 14px
}

.u-font-lg {
	font-size: 15px
}

.u-font-xl {
	font-size: 17px
}

.u-flex {
	display: flex;
	flex-direction: row;
	align-items: center
}

.u-flex-wrap {
	flex-wrap: wrap
}

.u-flex-nowrap {
	flex-wrap: nowrap
}

.u-col-center {
	align-items: center
}

.u-col-top {
	align-items: flex-start
}

.u-col-bottom {
	align-items: flex-end
}

.u-row-center {
	justify-content: center
}

.u-row-left {
	justify-content: flex-start
}

.u-row-right {
	justify-content: flex-end
}

.u-row-between {
	justify-content: space-between
}

.u-row-around {
	justify-content: space-around
}

.u-text-left {
	text-align: left
}

.u-text-center {
	text-align: center
}

.u-text-right {
	text-align: right
}

.u-flex-col {
	display: flex;
	flex-direction: column
}

.u-flex-0 {
	flex: 0
}

.u-flex-1 {
	flex: 1
}

.u-flex-2 {
	flex: 2
}

.u-flex-3 {
	flex: 3
}

.u-flex-4 {
	flex: 4
}

.u-flex-5 {
	flex: 5
}

.u-flex-6 {
	flex: 6
}

.u-flex-7 {
	flex: 7
}

.u-flex-8 {
	flex: 8
}

.u-flex-9 {
	flex: 9
}

.u-flex-10 {
	flex: 10
}

.u-flex-11 {
	flex: 11
}

.u-flex-12 {
	flex: 12
}

.u-font-9 {
	font-size: 9px
}

.u-font-10 {
	font-size: 10px
}

.u-font-11 {
	font-size: 11px
}

.u-font-12 {
	font-size: 12px
}

.u-font-13 {
	font-size: 13px
}

.u-font-14 {
	font-size: 14px
}

.u-font-15 {
	font-size: 15px
}

.u-font-16 {
	font-size: 16px
}

.u-font-17 {
	font-size: 17px
}

.u-font-18 {
	font-size: 18px
}

.u-font-19 {
	font-size: 19px
}

.u-font-20 {
	font-size: 10px
}

.u-font-21 {
	font-size: 10px
}

.u-font-22 {
	font-size: 11px
}

.u-font-23 {
	font-size: 11px
}

.u-font-24 {
	font-size: 12px
}

.u-font-25 {
	font-size: 12px
}

.u-font-26 {
	font-size: 13px
}

.u-font-27 {
	font-size: 13px
}

.u-font-28 {
	font-size: 14px
}

.u-font-29 {
	font-size: 14px
}

.u-font-30 {
	font-size: 15px
}

.u-font-31 {
	font-size: 15px
}

.u-font-32 {
	font-size: 16px
}

.u-font-33 {
	font-size: 16px
}

.u-font-34 {
	font-size: 17px
}

.u-font-35 {
	font-size: 17px
}

.u-font-36 {
	font-size: 18px
}

.u-font-37 {
	font-size: 18px
}

.u-font-38 {
	font-size: 19px
}

.u-font-39 {
	font-size: 19px
}

.u-font-40 {
	font-size: 20px
}

.u-margin-0, .u-m-0 {
	margin: 0px!important
}

.u-padding-0, .u-p-0 {
	padding: 0px!important
}

.u-m-l-0 {
	margin-left: 0px!important
}

.u-p-l-0 {
	padding-left: 0px!important
}

.u-margin-left-0 {
	margin-left: 0px!important
}

.u-padding-left-0 {
	padding-left: 0px!important
}

.u-m-t-0 {
	margin-top: 0px!important
}

.u-p-t-0 {
	padding-top: 0px!important
}

.u-margin-top-0 {
	margin-top: 0px!important
}

.u-padding-top-0 {
	padding-top: 0px!important
}

.u-m-r-0 {
	margin-right: 0px!important
}

.u-p-r-0 {
	padding-right: 0px!important
}

.u-margin-right-0 {
	margin-right: 0px!important
}

.u-padding-right-0 {
	padding-right: 0px!important
}

.u-m-b-0 {
	margin-bottom: 0px!important
}

.u-p-b-0 {
	padding-bottom: 0px!important
}

.u-margin-bottom-0 {
	margin-bottom: 0px!important
}

.u-padding-bottom-0 {
	padding-bottom: 0px!important
}

.u-margin-2, .u-m-2 {
	margin: 1px!important
}

.u-padding-2, .u-p-2 {
	padding: 1px!important
}

.u-m-l-2 {
	margin-left: 1px!important
}

.u-p-l-2 {
	padding-left: 1px!important
}

.u-margin-left-2 {
	margin-left: 1px!important
}

.u-padding-left-2 {
	padding-left: 1px!important
}

.u-m-t-2 {
	margin-top: 1px!important
}

.u-p-t-2 {
	padding-top: 1px!important
}

.u-margin-top-2 {
	margin-top: 1px!important
}

.u-padding-top-2 {
	padding-top: 1px!important
}

.u-m-r-2 {
	margin-right: 1px!important
}

.u-p-r-2 {
	padding-right: 1px!important
}

.u-margin-right-2 {
	margin-right: 1px!important
}

.u-padding-right-2 {
	padding-right: 1px!important
}

.u-m-b-2 {
	margin-bottom: 1px!important
}

.u-p-b-2 {
	padding-bottom: 1px!important
}

.u-margin-bottom-2 {
	margin-bottom: 1px!important
}

.u-padding-bottom-2 {
	padding-bottom: 1px!important
}

.u-margin-4, .u-m-4 {
	margin: 2px!important
}

.u-padding-4, .u-p-4 {
	padding: 2px!important
}

.u-m-l-4 {
	margin-left: 2px!important
}

.u-p-l-4 {
	padding-left: 2px!important
}

.u-margin-left-4 {
	margin-left: 2px!important
}

.u-padding-left-4 {
	padding-left: 2px!important
}

.u-m-t-4 {
	margin-top: 2px!important
}

.u-p-t-4 {
	padding-top: 2px!important
}

.u-margin-top-4 {
	margin-top: 2px!important
}

.u-padding-top-4 {
	padding-top: 2px!important
}

.u-m-r-4 {
	margin-right: 2px!important
}

.u-p-r-4 {
	padding-right: 2px!important
}

.u-margin-right-4 {
	margin-right: 2px!important
}

.u-padding-right-4 {
	padding-right: 2px!important
}

.u-m-b-4 {
	margin-bottom: 2px!important
}

.u-p-b-4 {
	padding-bottom: 2px!important
}

.u-margin-bottom-4 {
	margin-bottom: 2px!important
}

.u-padding-bottom-4 {
	padding-bottom: 2px!important
}

.u-margin-5, .u-m-5 {
	margin: 2px!important
}

.u-padding-5, .u-p-5 {
	padding: 2px!important
}

.u-m-l-5 {
	margin-left: 2px!important
}

.u-p-l-5 {
	padding-left: 2px!important
}

.u-margin-left-5 {
	margin-left: 2px!important
}

.u-padding-left-5 {
	padding-left: 2px!important
}

.u-m-t-5 {
	margin-top: 2px!important
}

.u-p-t-5 {
	padding-top: 2px!important
}

.u-margin-top-5 {
	margin-top: 2px!important
}

.u-padding-top-5 {
	padding-top: 2px!important
}

.u-m-r-5 {
	margin-right: 2px!important
}

.u-p-r-5 {
	padding-right: 2px!important
}

.u-margin-right-5 {
	margin-right: 2px!important
}

.u-padding-right-5 {
	padding-right: 2px!important
}

.u-m-b-5 {
	margin-bottom: 2px!important
}

.u-p-b-5 {
	padding-bottom: 2px!important
}

.u-margin-bottom-5 {
	margin-bottom: 2px!important
}

.u-padding-bottom-5 {
	padding-bottom: 2px!important
}

.u-margin-6, .u-m-6 {
	margin: 3px!important
}

.u-padding-6, .u-p-6 {
	padding: 3px!important
}

.u-m-l-6 {
	margin-left: 3px!important
}

.u-p-l-6 {
	padding-left: 3px!important
}

.u-margin-left-6 {
	margin-left: 3px!important
}

.u-padding-left-6 {
	padding-left: 3px!important
}

.u-m-t-6 {
	margin-top: 3px!important
}

.u-p-t-6 {
	padding-top: 3px!important
}

.u-margin-top-6 {
	margin-top: 3px!important
}

.u-padding-top-6 {
	padding-top: 3px!important
}

.u-m-r-6 {
	margin-right: 3px!important
}

.u-p-r-6 {
	padding-right: 3px!important
}

.u-margin-right-6 {
	margin-right: 3px!important
}

.u-padding-right-6 {
	padding-right: 3px!important
}

.u-m-b-6 {
	margin-bottom: 3px!important
}

.u-p-b-6 {
	padding-bottom: 3px!important
}

.u-margin-bottom-6 {
	margin-bottom: 3px!important
}

.u-padding-bottom-6 {
	padding-bottom: 3px!important
}

.u-margin-8, .u-m-8 {
	margin: 4px!important
}

.u-padding-8, .u-p-8 {
	padding: 4px!important
}

.u-m-l-8 {
	margin-left: 4px!important
}

.u-p-l-8 {
	padding-left: 4px!important
}

.u-margin-left-8 {
	margin-left: 4px!important
}

.u-padding-left-8 {
	padding-left: 4px!important
}

.u-m-t-8 {
	margin-top: 4px!important
}

.u-p-t-8 {
	padding-top: 4px!important
}

.u-margin-top-8 {
	margin-top: 4px!important
}

.u-padding-top-8 {
	padding-top: 4px!important
}

.u-m-r-8 {
	margin-right: 4px!important
}

.u-p-r-8 {
	padding-right: 4px!important
}

.u-margin-right-8 {
	margin-right: 4px!important
}

.u-padding-right-8 {
	padding-right: 4px!important
}

.u-m-b-8 {
	margin-bottom: 4px!important
}

.u-p-b-8 {
	padding-bottom: 4px!important
}

.u-margin-bottom-8 {
	margin-bottom: 4px!important
}

.u-padding-bottom-8 {
	padding-bottom: 4px!important
}

.u-margin-10, .u-m-10 {
	margin: 5px!important
}

.u-padding-10, .u-p-10 {
	padding: 5px!important
}

.u-m-l-10 {
	margin-left: 5px!important
}

.u-p-l-10 {
	padding-left: 5px!important
}

.u-margin-left-10 {
	margin-left: 5px!important
}

.u-padding-left-10 {
	padding-left: 5px!important
}

.u-m-t-10 {
	margin-top: 5px!important
}

.u-p-t-10 {
	padding-top: 5px!important
}

.u-margin-top-10 {
	margin-top: 5px!important
}

.u-padding-top-10 {
	padding-top: 5px!important
}

.u-m-r-10 {
	margin-right: 5px!important
}

.u-p-r-10 {
	padding-right: 5px!important
}

.u-margin-right-10 {
	margin-right: 5px!important
}

.u-padding-right-10 {
	padding-right: 5px!important
}

.u-m-b-10 {
	margin-bottom: 5px!important
}

.u-p-b-10 {
	padding-bottom: 5px!important
}

.u-margin-bottom-10 {
	margin-bottom: 5px!important
}

.u-padding-bottom-10 {
	padding-bottom: 5px!important
}

.u-margin-12, .u-m-12 {
	margin: 6px!important
}

.u-padding-12, .u-p-12 {
	padding: 6px!important
}

.u-m-l-12 {
	margin-left: 6px!important
}

.u-p-l-12 {
	padding-left: 6px!important
}

.u-margin-left-12 {
	margin-left: 6px!important
}

.u-padding-left-12 {
	padding-left: 6px!important
}

.u-m-t-12 {
	margin-top: 6px!important
}

.u-p-t-12 {
	padding-top: 6px!important
}

.u-margin-top-12 {
	margin-top: 6px!important
}

.u-padding-top-12 {
	padding-top: 6px!important
}

.u-m-r-12 {
	margin-right: 6px!important
}

.u-p-r-12 {
	padding-right: 6px!important
}

.u-margin-right-12 {
	margin-right: 6px!important
}

.u-padding-right-12 {
	padding-right: 6px!important
}

.u-m-b-12 {
	margin-bottom: 6px!important
}

.u-p-b-12 {
	padding-bottom: 6px!important
}

.u-margin-bottom-12 {
	margin-bottom: 6px!important
}

.u-padding-bottom-12 {
	padding-bottom: 6px!important
}

.u-margin-14, .u-m-14 {
	margin: 7px!important
}

.u-padding-14, .u-p-14 {
	padding: 7px!important
}

.u-m-l-14 {
	margin-left: 7px!important
}

.u-p-l-14 {
	padding-left: 7px!important
}

.u-margin-left-14 {
	margin-left: 7px!important
}

.u-padding-left-14 {
	padding-left: 7px!important
}

.u-m-t-14 {
	margin-top: 7px!important
}

.u-p-t-14 {
	padding-top: 7px!important
}

.u-margin-top-14 {
	margin-top: 7px!important
}

.u-padding-top-14 {
	padding-top: 7px!important
}

.u-m-r-14 {
	margin-right: 7px!important
}

.u-p-r-14 {
	padding-right: 7px!important
}

.u-margin-right-14 {
	margin-right: 7px!important
}

.u-padding-right-14 {
	padding-right: 7px!important
}

.u-m-b-14 {
	margin-bottom: 7px!important
}

.u-p-b-14 {
	padding-bottom: 7px!important
}

.u-margin-bottom-14 {
	margin-bottom: 7px!important
}

.u-padding-bottom-14 {
	padding-bottom: 7px!important
}

.u-margin-15, .u-m-15 {
	margin: 7px!important
}

.u-padding-15, .u-p-15 {
	padding: 7px!important
}

.u-m-l-15 {
	margin-left: 7px!important
}

.u-p-l-15 {
	padding-left: 7px!important
}

.u-margin-left-15 {
	margin-left: 7px!important
}

.u-padding-left-15 {
	padding-left: 7px!important
}

.u-m-t-15 {
	margin-top: 7px!important
}

.u-p-t-15 {
	padding-top: 7px!important
}

.u-margin-top-15 {
	margin-top: 7px!important
}

.u-padding-top-15 {
	padding-top: 7px!important
}

.u-m-r-15 {
	margin-right: 7px!important
}

.u-p-r-15 {
	padding-right: 7px!important
}

.u-margin-right-15 {
	margin-right: 7px!important
}

.u-padding-right-15 {
	padding-right: 7px!important
}

.u-m-b-15 {
	margin-bottom: 7px!important
}

.u-p-b-15 {
	padding-bottom: 7px!important
}

.u-margin-bottom-15 {
	margin-bottom: 7px!important
}

.u-padding-bottom-15 {
	padding-bottom: 7px!important
}

.u-margin-16, .u-m-16 {
	margin: 8px!important
}

.u-padding-16, .u-p-16 {
	padding: 8px!important
}

.u-m-l-16 {
	margin-left: 8px!important
}

.u-p-l-16 {
	padding-left: 8px!important
}

.u-margin-left-16 {
	margin-left: 8px!important
}

.u-padding-left-16 {
	padding-left: 8px!important
}

.u-m-t-16 {
	margin-top: 8px!important
}

.u-p-t-16 {
	padding-top: 8px!important
}

.u-margin-top-16 {
	margin-top: 8px!important
}

.u-padding-top-16 {
	padding-top: 8px!important
}

.u-m-r-16 {
	margin-right: 8px!important
}

.u-p-r-16 {
	padding-right: 8px!important
}

.u-margin-right-16 {
	margin-right: 8px!important
}

.u-padding-right-16 {
	padding-right: 8px!important
}

.u-m-b-16 {
	margin-bottom: 8px!important
}

.u-p-b-16 {
	padding-bottom: 8px!important
}

.u-margin-bottom-16 {
	margin-bottom: 8px!important
}

.u-padding-bottom-16 {
	padding-bottom: 8px!important
}

.u-margin-18, .u-m-18 {
	margin: 9px!important
}

.u-padding-18, .u-p-18 {
	padding: 9px!important
}

.u-m-l-18 {
	margin-left: 9px!important
}

.u-p-l-18 {
	padding-left: 9px!important
}

.u-margin-left-18 {
	margin-left: 9px!important
}

.u-padding-left-18 {
	padding-left: 9px!important
}

.u-m-t-18 {
	margin-top: 9px!important
}

.u-p-t-18 {
	padding-top: 9px!important
}

.u-margin-top-18 {
	margin-top: 9px!important
}

.u-padding-top-18 {
	padding-top: 9px!important
}

.u-m-r-18 {
	margin-right: 9px!important
}

.u-p-r-18 {
	padding-right: 9px!important
}

.u-margin-right-18 {
	margin-right: 9px!important
}

.u-padding-right-18 {
	padding-right: 9px!important
}

.u-m-b-18 {
	margin-bottom: 9px!important
}

.u-p-b-18 {
	padding-bottom: 9px!important
}

.u-margin-bottom-18 {
	margin-bottom: 9px!important
}

.u-padding-bottom-18 {
	padding-bottom: 9px!important
}

.u-margin-20, .u-m-20 {
	margin: 10px!important
}

.u-padding-20, .u-p-20 {
	padding: 10px!important
}

.u-m-l-20 {
	margin-left: 10px!important
}

.u-p-l-20 {
	padding-left: 10px!important
}

.u-margin-left-20 {
	margin-left: 10px!important
}

.u-padding-left-20 {
	padding-left: 10px!important
}

.u-m-t-20 {
	margin-top: 10px!important
}

.u-p-t-20 {
	padding-top: 10px!important
}

.u-margin-top-20 {
	margin-top: 10px!important
}

.u-padding-top-20 {
	padding-top: 10px!important
}

.u-m-r-20 {
	margin-right: 10px!important
}

.u-p-r-20 {
	padding-right: 10px!important
}

.u-margin-right-20 {
	margin-right: 10px!important
}

.u-padding-right-20 {
	padding-right: 10px!important
}

.u-m-b-20 {
	margin-bottom: 10px!important
}

.u-p-b-20 {
	padding-bottom: 10px!important
}

.u-margin-bottom-20 {
	margin-bottom: 10px!important
}

.u-padding-bottom-20 {
	padding-bottom: 10px!important
}

.u-margin-22, .u-m-22 {
	margin: 11px!important
}

.u-padding-22, .u-p-22 {
	padding: 11px!important
}

.u-m-l-22 {
	margin-left: 11px!important
}

.u-p-l-22 {
	padding-left: 11px!important
}

.u-margin-left-22 {
	margin-left: 11px!important
}

.u-padding-left-22 {
	padding-left: 11px!important
}

.u-m-t-22 {
	margin-top: 11px!important
}

.u-p-t-22 {
	padding-top: 11px!important
}

.u-margin-top-22 {
	margin-top: 11px!important
}

.u-padding-top-22 {
	padding-top: 11px!important
}

.u-m-r-22 {
	margin-right: 11px!important
}

.u-p-r-22 {
	padding-right: 11px!important
}

.u-margin-right-22 {
	margin-right: 11px!important
}

.u-padding-right-22 {
	padding-right: 11px!important
}

.u-m-b-22 {
	margin-bottom: 11px!important
}

.u-p-b-22 {
	padding-bottom: 11px!important
}

.u-margin-bottom-22 {
	margin-bottom: 11px!important
}

.u-padding-bottom-22 {
	padding-bottom: 11px!important
}

.u-margin-24, .u-m-24 {
	margin: 12px!important
}

.u-padding-24, .u-p-24 {
	padding: 12px!important
}

.u-m-l-24 {
	margin-left: 12px!important
}

.u-p-l-24 {
	padding-left: 12px!important
}

.u-margin-left-24 {
	margin-left: 12px!important
}

.u-padding-left-24 {
	padding-left: 12px!important
}

.u-m-t-24 {
	margin-top: 12px!important
}

.u-p-t-24 {
	padding-top: 12px!important
}

.u-margin-top-24 {
	margin-top: 12px!important
}

.u-padding-top-24 {
	padding-top: 12px!important
}

.u-m-r-24 {
	margin-right: 12px!important
}

.u-p-r-24 {
	padding-right: 12px!important
}

.u-margin-right-24 {
	margin-right: 12px!important
}

.u-padding-right-24 {
	padding-right: 12px!important
}

.u-m-b-24 {
	margin-bottom: 12px!important
}

.u-p-b-24 {
	padding-bottom: 12px!important
}

.u-margin-bottom-24 {
	margin-bottom: 12px!important
}

.u-padding-bottom-24 {
	padding-bottom: 12px!important
}

.u-margin-25, .u-m-25 {
	margin: 12px!important
}

.u-padding-25, .u-p-25 {
	padding: 12px!important
}

.u-m-l-25 {
	margin-left: 12px!important
}

.u-p-l-25 {
	padding-left: 12px!important
}

.u-margin-left-25 {
	margin-left: 12px!important
}

.u-padding-left-25 {
	padding-left: 12px!important
}

.u-m-t-25 {
	margin-top: 12px!important
}

.u-p-t-25 {
	padding-top: 12px!important
}

.u-margin-top-25 {
	margin-top: 12px!important
}

.u-padding-top-25 {
	padding-top: 12px!important
}

.u-m-r-25 {
	margin-right: 12px!important
}

.u-p-r-25 {
	padding-right: 12px!important
}

.u-margin-right-25 {
	margin-right: 12px!important
}

.u-padding-right-25 {
	padding-right: 12px!important
}

.u-m-b-25 {
	margin-bottom: 12px!important
}

.u-p-b-25 {
	padding-bottom: 12px!important
}

.u-margin-bottom-25 {
	margin-bottom: 12px!important
}

.u-padding-bottom-25 {
	padding-bottom: 12px!important
}

.u-margin-26, .u-m-26 {
	margin: 13px!important
}

.u-padding-26, .u-p-26 {
	padding: 13px!important
}

.u-m-l-26 {
	margin-left: 13px!important
}

.u-p-l-26 {
	padding-left: 13px!important
}

.u-margin-left-26 {
	margin-left: 13px!important
}

.u-padding-left-26 {
	padding-left: 13px!important
}

.u-m-t-26 {
	margin-top: 13px!important
}

.u-p-t-26 {
	padding-top: 13px!important
}

.u-margin-top-26 {
	margin-top: 13px!important
}

.u-padding-top-26 {
	padding-top: 13px!important
}

.u-m-r-26 {
	margin-right: 13px!important
}

.u-p-r-26 {
	padding-right: 13px!important
}

.u-margin-right-26 {
	margin-right: 13px!important
}

.u-padding-right-26 {
	padding-right: 13px!important
}

.u-m-b-26 {
	margin-bottom: 13px!important
}

.u-p-b-26 {
	padding-bottom: 13px!important
}

.u-margin-bottom-26 {
	margin-bottom: 13px!important
}

.u-padding-bottom-26 {
	padding-bottom: 13px!important
}

.u-margin-28, .u-m-28 {
	margin: 14px!important
}

.u-padding-28, .u-p-28 {
	padding: 14px!important
}

.u-m-l-28 {
	margin-left: 14px!important
}

.u-p-l-28 {
	padding-left: 14px!important
}

.u-margin-left-28 {
	margin-left: 14px!important
}

.u-padding-left-28 {
	padding-left: 14px!important
}

.u-m-t-28 {
	margin-top: 14px!important
}

.u-p-t-28 {
	padding-top: 14px!important
}

.u-margin-top-28 {
	margin-top: 14px!important
}

.u-padding-top-28 {
	padding-top: 14px!important
}

.u-m-r-28 {
	margin-right: 14px!important
}

.u-p-r-28 {
	padding-right: 14px!important
}

.u-margin-right-28 {
	margin-right: 14px!important
}

.u-padding-right-28 {
	padding-right: 14px!important
}

.u-m-b-28 {
	margin-bottom: 14px!important
}

.u-p-b-28 {
	padding-bottom: 14px!important
}

.u-margin-bottom-28 {
	margin-bottom: 14px!important
}

.u-padding-bottom-28 {
	padding-bottom: 14px!important
}

.u-margin-30, .u-m-30 {
	margin: 15px!important
}

.u-padding-30, .u-p-30 {
	padding: 15px!important
}

.u-m-l-30 {
	margin-left: 15px!important
}

.u-p-l-30 {
	padding-left: 15px!important
}

.u-margin-left-30 {
	margin-left: 15px!important
}

.u-padding-left-30 {
	padding-left: 15px!important
}

.u-m-t-30 {
	margin-top: 15px!important
}

.u-p-t-30 {
	padding-top: 15px!important
}

.u-margin-top-30 {
	margin-top: 15px!important
}

.u-padding-top-30 {
	padding-top: 15px!important
}

.u-m-r-30 {
	margin-right: 15px!important
}

.u-p-r-30 {
	padding-right: 15px!important
}

.u-margin-right-30 {
	margin-right: 15px!important
}

.u-padding-right-30 {
	padding-right: 15px!important
}

.u-m-b-30 {
	margin-bottom: 15px!important
}

.u-p-b-30 {
	padding-bottom: 15px!important
}

.u-margin-bottom-30 {
	margin-bottom: 15px!important
}

.u-padding-bottom-30 {
	padding-bottom: 15px!important
}

.u-margin-32, .u-m-32 {
	margin: 16px!important
}

.u-padding-32, .u-p-32 {
	padding: 16px!important
}

.u-m-l-32 {
	margin-left: 16px!important
}

.u-p-l-32 {
	padding-left: 16px!important
}

.u-margin-left-32 {
	margin-left: 16px!important
}

.u-padding-left-32 {
	padding-left: 16px!important
}

.u-m-t-32 {
	margin-top: 16px!important
}

.u-p-t-32 {
	padding-top: 16px!important
}

.u-margin-top-32 {
	margin-top: 16px!important
}

.u-padding-top-32 {
	padding-top: 16px!important
}

.u-m-r-32 {
	margin-right: 16px!important
}

.u-p-r-32 {
	padding-right: 16px!important
}

.u-margin-right-32 {
	margin-right: 16px!important
}

.u-padding-right-32 {
	padding-right: 16px!important
}

.u-m-b-32 {
	margin-bottom: 16px!important
}

.u-p-b-32 {
	padding-bottom: 16px!important
}

.u-margin-bottom-32 {
	margin-bottom: 16px!important
}

.u-padding-bottom-32 {
	padding-bottom: 16px!important
}

.u-margin-34, .u-m-34 {
	margin: 17px!important
}

.u-padding-34, .u-p-34 {
	padding: 17px!important
}

.u-m-l-34 {
	margin-left: 17px!important
}

.u-p-l-34 {
	padding-left: 17px!important
}

.u-margin-left-34 {
	margin-left: 17px!important
}

.u-padding-left-34 {
	padding-left: 17px!important
}

.u-m-t-34 {
	margin-top: 17px!important
}

.u-p-t-34 {
	padding-top: 17px!important
}

.u-margin-top-34 {
	margin-top: 17px!important
}

.u-padding-top-34 {
	padding-top: 17px!important
}

.u-m-r-34 {
	margin-right: 17px!important
}

.u-p-r-34 {
	padding-right: 17px!important
}

.u-margin-right-34 {
	margin-right: 17px!important
}

.u-padding-right-34 {
	padding-right: 17px!important
}

.u-m-b-34 {
	margin-bottom: 17px!important
}

.u-p-b-34 {
	padding-bottom: 17px!important
}

.u-margin-bottom-34 {
	margin-bottom: 17px!important
}

.u-padding-bottom-34 {
	padding-bottom: 17px!important
}

.u-margin-35, .u-m-35 {
	margin: 17px!important
}

.u-padding-35, .u-p-35 {
	padding: 17px!important
}

.u-m-l-35 {
	margin-left: 17px!important
}

.u-p-l-35 {
	padding-left: 17px!important
}

.u-margin-left-35 {
	margin-left: 17px!important
}

.u-padding-left-35 {
	padding-left: 17px!important
}

.u-m-t-35 {
	margin-top: 17px!important
}

.u-p-t-35 {
	padding-top: 17px!important
}

.u-margin-top-35 {
	margin-top: 17px!important
}

.u-padding-top-35 {
	padding-top: 17px!important
}

.u-m-r-35 {
	margin-right: 17px!important
}

.u-p-r-35 {
	padding-right: 17px!important
}

.u-margin-right-35 {
	margin-right: 17px!important
}

.u-padding-right-35 {
	padding-right: 17px!important
}

.u-m-b-35 {
	margin-bottom: 17px!important
}

.u-p-b-35 {
	padding-bottom: 17px!important
}

.u-margin-bottom-35 {
	margin-bottom: 17px!important
}

.u-padding-bottom-35 {
	padding-bottom: 17px!important
}

.u-margin-36, .u-m-36 {
	margin: 18px!important
}

.u-padding-36, .u-p-36 {
	padding: 18px!important
}

.u-m-l-36 {
	margin-left: 18px!important
}

.u-p-l-36 {
	padding-left: 18px!important
}

.u-margin-left-36 {
	margin-left: 18px!important
}

.u-padding-left-36 {
	padding-left: 18px!important
}

.u-m-t-36 {
	margin-top: 18px!important
}

.u-p-t-36 {
	padding-top: 18px!important
}

.u-margin-top-36 {
	margin-top: 18px!important
}

.u-padding-top-36 {
	padding-top: 18px!important
}

.u-m-r-36 {
	margin-right: 18px!important
}

.u-p-r-36 {
	padding-right: 18px!important
}

.u-margin-right-36 {
	margin-right: 18px!important
}

.u-padding-right-36 {
	padding-right: 18px!important
}

.u-m-b-36 {
	margin-bottom: 18px!important
}

.u-p-b-36 {
	padding-bottom: 18px!important
}

.u-margin-bottom-36 {
	margin-bottom: 18px!important
}

.u-padding-bottom-36 {
	padding-bottom: 18px!important
}

.u-margin-38, .u-m-38 {
	margin: 19px!important
}

.u-padding-38, .u-p-38 {
	padding: 19px!important
}

.u-m-l-38 {
	margin-left: 19px!important
}

.u-p-l-38 {
	padding-left: 19px!important
}

.u-margin-left-38 {
	margin-left: 19px!important
}

.u-padding-left-38 {
	padding-left: 19px!important
}

.u-m-t-38 {
	margin-top: 19px!important
}

.u-p-t-38 {
	padding-top: 19px!important
}

.u-margin-top-38 {
	margin-top: 19px!important
}

.u-padding-top-38 {
	padding-top: 19px!important
}

.u-m-r-38 {
	margin-right: 19px!important
}

.u-p-r-38 {
	padding-right: 19px!important
}

.u-margin-right-38 {
	margin-right: 19px!important
}

.u-padding-right-38 {
	padding-right: 19px!important
}

.u-m-b-38 {
	margin-bottom: 19px!important
}

.u-p-b-38 {
	padding-bottom: 19px!important
}

.u-margin-bottom-38 {
	margin-bottom: 19px!important
}

.u-padding-bottom-38 {
	padding-bottom: 19px!important
}

.u-margin-40, .u-m-40 {
	margin: 20px!important
}

.u-padding-40, .u-p-40 {
	padding: 20px!important
}

.u-m-l-40 {
	margin-left: 20px!important
}

.u-p-l-40 {
	padding-left: 20px!important
}

.u-margin-left-40 {
	margin-left: 20px!important
}

.u-padding-left-40 {
	padding-left: 20px!important
}

.u-m-t-40 {
	margin-top: 20px!important
}

.u-p-t-40 {
	padding-top: 20px!important
}

.u-margin-top-40 {
	margin-top: 20px!important
}

.u-padding-top-40 {
	padding-top: 20px!important
}

.u-m-r-40 {
	margin-right: 20px!important
}

.u-p-r-40 {
	padding-right: 20px!important
}

.u-margin-right-40 {
	margin-right: 20px!important
}

.u-padding-right-40 {
	padding-right: 20px!important
}

.u-m-b-40 {
	margin-bottom: 20px!important
}

.u-p-b-40 {
	padding-bottom: 20px!important
}

.u-margin-bottom-40 {
	margin-bottom: 20px!important
}

.u-padding-bottom-40 {
	padding-bottom: 20px!important
}

.u-margin-42, .u-m-42 {
	margin: 21px!important
}

.u-padding-42, .u-p-42 {
	padding: 21px!important
}

.u-m-l-42 {
	margin-left: 21px!important
}

.u-p-l-42 {
	padding-left: 21px!important
}

.u-margin-left-42 {
	margin-left: 21px!important
}

.u-padding-left-42 {
	padding-left: 21px!important
}

.u-m-t-42 {
	margin-top: 21px!important
}

.u-p-t-42 {
	padding-top: 21px!important
}

.u-margin-top-42 {
	margin-top: 21px!important
}

.u-padding-top-42 {
	padding-top: 21px!important
}

.u-m-r-42 {
	margin-right: 21px!important
}

.u-p-r-42 {
	padding-right: 21px!important
}

.u-margin-right-42 {
	margin-right: 21px!important
}

.u-padding-right-42 {
	padding-right: 21px!important
}

.u-m-b-42 {
	margin-bottom: 21px!important
}

.u-p-b-42 {
	padding-bottom: 21px!important
}

.u-margin-bottom-42 {
	margin-bottom: 21px!important
}

.u-padding-bottom-42 {
	padding-bottom: 21px!important
}

.u-margin-44, .u-m-44 {
	margin: 22px!important
}

.u-padding-44, .u-p-44 {
	padding: 22px!important
}

.u-m-l-44 {
	margin-left: 22px!important
}

.u-p-l-44 {
	padding-left: 22px!important
}

.u-margin-left-44 {
	margin-left: 22px!important
}

.u-padding-left-44 {
	padding-left: 22px!important
}

.u-m-t-44 {
	margin-top: 22px!important
}

.u-p-t-44 {
	padding-top: 22px!important
}

.u-margin-top-44 {
	margin-top: 22px!important
}

.u-padding-top-44 {
	padding-top: 22px!important
}

.u-m-r-44 {
	margin-right: 22px!important
}

.u-p-r-44 {
	padding-right: 22px!important
}

.u-margin-right-44 {
	margin-right: 22px!important
}

.u-padding-right-44 {
	padding-right: 22px!important
}

.u-m-b-44 {
	margin-bottom: 22px!important
}

.u-p-b-44 {
	padding-bottom: 22px!important
}

.u-margin-bottom-44 {
	margin-bottom: 22px!important
}

.u-padding-bottom-44 {
	padding-bottom: 22px!important
}

.u-margin-45, .u-m-45 {
	margin: 22px!important
}

.u-padding-45, .u-p-45 {
	padding: 22px!important
}

.u-m-l-45 {
	margin-left: 22px!important
}

.u-p-l-45 {
	padding-left: 22px!important
}

.u-margin-left-45 {
	margin-left: 22px!important
}

.u-padding-left-45 {
	padding-left: 22px!important
}

.u-m-t-45 {
	margin-top: 22px!important
}

.u-p-t-45 {
	padding-top: 22px!important
}

.u-margin-top-45 {
	margin-top: 22px!important
}

.u-padding-top-45 {
	padding-top: 22px!important
}

.u-m-r-45 {
	margin-right: 22px!important
}

.u-p-r-45 {
	padding-right: 22px!important
}

.u-margin-right-45 {
	margin-right: 22px!important
}

.u-padding-right-45 {
	padding-right: 22px!important
}

.u-m-b-45 {
	margin-bottom: 22px!important
}

.u-p-b-45 {
	padding-bottom: 22px!important
}

.u-margin-bottom-45 {
	margin-bottom: 22px!important
}

.u-padding-bottom-45 {
	padding-bottom: 22px!important
}

.u-margin-46, .u-m-46 {
	margin: 23px!important
}

.u-padding-46, .u-p-46 {
	padding: 23px!important
}

.u-m-l-46 {
	margin-left: 23px!important
}

.u-p-l-46 {
	padding-left: 23px!important
}

.u-margin-left-46 {
	margin-left: 23px!important
}

.u-padding-left-46 {
	padding-left: 23px!important
}

.u-m-t-46 {
	margin-top: 23px!important
}

.u-p-t-46 {
	padding-top: 23px!important
}

.u-margin-top-46 {
	margin-top: 23px!important
}

.u-padding-top-46 {
	padding-top: 23px!important
}

.u-m-r-46 {
	margin-right: 23px!important
}

.u-p-r-46 {
	padding-right: 23px!important
}

.u-margin-right-46 {
	margin-right: 23px!important
}

.u-padding-right-46 {
	padding-right: 23px!important
}

.u-m-b-46 {
	margin-bottom: 23px!important
}

.u-p-b-46 {
	padding-bottom: 23px!important
}

.u-margin-bottom-46 {
	margin-bottom: 23px!important
}

.u-padding-bottom-46 {
	padding-bottom: 23px!important
}

.u-margin-48, .u-m-48 {
	margin: 24px!important
}

.u-padding-48, .u-p-48 {
	padding: 24px!important
}

.u-m-l-48 {
	margin-left: 24px!important
}

.u-p-l-48 {
	padding-left: 24px!important
}

.u-margin-left-48 {
	margin-left: 24px!important
}

.u-padding-left-48 {
	padding-left: 24px!important
}

.u-m-t-48 {
	margin-top: 24px!important
}

.u-p-t-48 {
	padding-top: 24px!important
}

.u-margin-top-48 {
	margin-top: 24px!important
}

.u-padding-top-48 {
	padding-top: 24px!important
}

.u-m-r-48 {
	margin-right: 24px!important
}

.u-p-r-48 {
	padding-right: 24px!important
}

.u-margin-right-48 {
	margin-right: 24px!important
}

.u-padding-right-48 {
	padding-right: 24px!important
}

.u-m-b-48 {
	margin-bottom: 24px!important
}

.u-p-b-48 {
	padding-bottom: 24px!important
}

.u-margin-bottom-48 {
	margin-bottom: 24px!important
}

.u-padding-bottom-48 {
	padding-bottom: 24px!important
}

.u-margin-50, .u-m-50 {
	margin: 25px!important
}

.u-padding-50, .u-p-50 {
	padding: 25px!important
}

.u-m-l-50 {
	margin-left: 25px!important
}

.u-p-l-50 {
	padding-left: 25px!important
}

.u-margin-left-50 {
	margin-left: 25px!important
}

.u-padding-left-50 {
	padding-left: 25px!important
}

.u-m-t-50 {
	margin-top: 25px!important
}

.u-p-t-50 {
	padding-top: 25px!important
}

.u-margin-top-50 {
	margin-top: 25px!important
}

.u-padding-top-50 {
	padding-top: 25px!important
}

.u-m-r-50 {
	margin-right: 25px!important
}

.u-p-r-50 {
	padding-right: 25px!important
}

.u-margin-right-50 {
	margin-right: 25px!important
}

.u-padding-right-50 {
	padding-right: 25px!important
}

.u-m-b-50 {
	margin-bottom: 25px!important
}

.u-p-b-50 {
	padding-bottom: 25px!important
}

.u-margin-bottom-50 {
	margin-bottom: 25px!important
}

.u-padding-bottom-50 {
	padding-bottom: 25px!important
}

.u-margin-52, .u-m-52 {
	margin: 26px!important
}

.u-padding-52, .u-p-52 {
	padding: 26px!important
}

.u-m-l-52 {
	margin-left: 26px!important
}

.u-p-l-52 {
	padding-left: 26px!important
}

.u-margin-left-52 {
	margin-left: 26px!important
}

.u-padding-left-52 {
	padding-left: 26px!important
}

.u-m-t-52 {
	margin-top: 26px!important
}

.u-p-t-52 {
	padding-top: 26px!important
}

.u-margin-top-52 {
	margin-top: 26px!important
}

.u-padding-top-52 {
	padding-top: 26px!important
}

.u-m-r-52 {
	margin-right: 26px!important
}

.u-p-r-52 {
	padding-right: 26px!important
}

.u-margin-right-52 {
	margin-right: 26px!important
}

.u-padding-right-52 {
	padding-right: 26px!important
}

.u-m-b-52 {
	margin-bottom: 26px!important
}

.u-p-b-52 {
	padding-bottom: 26px!important
}

.u-margin-bottom-52 {
	margin-bottom: 26px!important
}

.u-padding-bottom-52 {
	padding-bottom: 26px!important
}

.u-margin-54, .u-m-54 {
	margin: 27px!important
}

.u-padding-54, .u-p-54 {
	padding: 27px!important
}

.u-m-l-54 {
	margin-left: 27px!important
}

.u-p-l-54 {
	padding-left: 27px!important
}

.u-margin-left-54 {
	margin-left: 27px!important
}

.u-padding-left-54 {
	padding-left: 27px!important
}

.u-m-t-54 {
	margin-top: 27px!important
}

.u-p-t-54 {
	padding-top: 27px!important
}

.u-margin-top-54 {
	margin-top: 27px!important
}

.u-padding-top-54 {
	padding-top: 27px!important
}

.u-m-r-54 {
	margin-right: 27px!important
}

.u-p-r-54 {
	padding-right: 27px!important
}

.u-margin-right-54 {
	margin-right: 27px!important
}

.u-padding-right-54 {
	padding-right: 27px!important
}

.u-m-b-54 {
	margin-bottom: 27px!important
}

.u-p-b-54 {
	padding-bottom: 27px!important
}

.u-margin-bottom-54 {
	margin-bottom: 27px!important
}

.u-padding-bottom-54 {
	padding-bottom: 27px!important
}

.u-margin-55, .u-m-55 {
	margin: 27px!important
}

.u-padding-55, .u-p-55 {
	padding: 27px!important
}

.u-m-l-55 {
	margin-left: 27px!important
}

.u-p-l-55 {
	padding-left: 27px!important
}

.u-margin-left-55 {
	margin-left: 27px!important
}

.u-padding-left-55 {
	padding-left: 27px!important
}

.u-m-t-55 {
	margin-top: 27px!important
}

.u-p-t-55 {
	padding-top: 27px!important
}

.u-margin-top-55 {
	margin-top: 27px!important
}

.u-padding-top-55 {
	padding-top: 27px!important
}

.u-m-r-55 {
	margin-right: 27px!important
}

.u-p-r-55 {
	padding-right: 27px!important
}

.u-margin-right-55 {
	margin-right: 27px!important
}

.u-padding-right-55 {
	padding-right: 27px!important
}

.u-m-b-55 {
	margin-bottom: 27px!important
}

.u-p-b-55 {
	padding-bottom: 27px!important
}

.u-margin-bottom-55 {
	margin-bottom: 27px!important
}

.u-padding-bottom-55 {
	padding-bottom: 27px!important
}

.u-margin-56, .u-m-56 {
	margin: 28px!important
}

.u-padding-56, .u-p-56 {
	padding: 28px!important
}

.u-m-l-56 {
	margin-left: 28px!important
}

.u-p-l-56 {
	padding-left: 28px!important
}

.u-margin-left-56 {
	margin-left: 28px!important
}

.u-padding-left-56 {
	padding-left: 28px!important
}

.u-m-t-56 {
	margin-top: 28px!important
}

.u-p-t-56 {
	padding-top: 28px!important
}

.u-margin-top-56 {
	margin-top: 28px!important
}

.u-padding-top-56 {
	padding-top: 28px!important
}

.u-m-r-56 {
	margin-right: 28px!important
}

.u-p-r-56 {
	padding-right: 28px!important
}

.u-margin-right-56 {
	margin-right: 28px!important
}

.u-padding-right-56 {
	padding-right: 28px!important
}

.u-m-b-56 {
	margin-bottom: 28px!important
}

.u-p-b-56 {
	padding-bottom: 28px!important
}

.u-margin-bottom-56 {
	margin-bottom: 28px!important
}

.u-padding-bottom-56 {
	padding-bottom: 28px!important
}

.u-margin-58, .u-m-58 {
	margin: 29px!important
}

.u-padding-58, .u-p-58 {
	padding: 29px!important
}

.u-m-l-58 {
	margin-left: 29px!important
}

.u-p-l-58 {
	padding-left: 29px!important
}

.u-margin-left-58 {
	margin-left: 29px!important
}

.u-padding-left-58 {
	padding-left: 29px!important
}

.u-m-t-58 {
	margin-top: 29px!important
}

.u-p-t-58 {
	padding-top: 29px!important
}

.u-margin-top-58 {
	margin-top: 29px!important
}

.u-padding-top-58 {
	padding-top: 29px!important
}

.u-m-r-58 {
	margin-right: 29px!important
}

.u-p-r-58 {
	padding-right: 29px!important
}

.u-margin-right-58 {
	margin-right: 29px!important
}

.u-padding-right-58 {
	padding-right: 29px!important
}

.u-m-b-58 {
	margin-bottom: 29px!important
}

.u-p-b-58 {
	padding-bottom: 29px!important
}

.u-margin-bottom-58 {
	margin-bottom: 29px!important
}

.u-padding-bottom-58 {
	padding-bottom: 29px!important
}

.u-margin-60, .u-m-60 {
	margin: 30px!important
}

.u-padding-60, .u-p-60 {
	padding: 30px!important
}

.u-m-l-60 {
	margin-left: 30px!important
}

.u-p-l-60 {
	padding-left: 30px!important
}

.u-margin-left-60 {
	margin-left: 30px!important
}

.u-padding-left-60 {
	padding-left: 30px!important
}

.u-m-t-60 {
	margin-top: 30px!important
}

.u-p-t-60 {
	padding-top: 30px!important
}

.u-margin-top-60 {
	margin-top: 30px!important
}

.u-padding-top-60 {
	padding-top: 30px!important
}

.u-m-r-60 {
	margin-right: 30px!important
}

.u-p-r-60 {
	padding-right: 30px!important
}

.u-margin-right-60 {
	margin-right: 30px!important
}

.u-padding-right-60 {
	padding-right: 30px!important
}

.u-m-b-60 {
	margin-bottom: 30px!important
}

.u-p-b-60 {
	padding-bottom: 30px!important
}

.u-margin-bottom-60 {
	margin-bottom: 30px!important
}

.u-padding-bottom-60 {
	padding-bottom: 30px!important
}

.u-margin-62, .u-m-62 {
	margin: 31px!important
}

.u-padding-62, .u-p-62 {
	padding: 31px!important
}

.u-m-l-62 {
	margin-left: 31px!important
}

.u-p-l-62 {
	padding-left: 31px!important
}

.u-margin-left-62 {
	margin-left: 31px!important
}

.u-padding-left-62 {
	padding-left: 31px!important
}

.u-m-t-62 {
	margin-top: 31px!important
}

.u-p-t-62 {
	padding-top: 31px!important
}

.u-margin-top-62 {
	margin-top: 31px!important
}

.u-padding-top-62 {
	padding-top: 31px!important
}

.u-m-r-62 {
	margin-right: 31px!important
}

.u-p-r-62 {
	padding-right: 31px!important
}

.u-margin-right-62 {
	margin-right: 31px!important
}

.u-padding-right-62 {
	padding-right: 31px!important
}

.u-m-b-62 {
	margin-bottom: 31px!important
}

.u-p-b-62 {
	padding-bottom: 31px!important
}

.u-margin-bottom-62 {
	margin-bottom: 31px!important
}

.u-padding-bottom-62 {
	padding-bottom: 31px!important
}

.u-margin-64, .u-m-64 {
	margin: 32px!important
}

.u-padding-64, .u-p-64 {
	padding: 32px!important
}

.u-m-l-64 {
	margin-left: 32px!important
}

.u-p-l-64 {
	padding-left: 32px!important
}

.u-margin-left-64 {
	margin-left: 32px!important
}

.u-padding-left-64 {
	padding-left: 32px!important
}

.u-m-t-64 {
	margin-top: 32px!important
}

.u-p-t-64 {
	padding-top: 32px!important
}

.u-margin-top-64 {
	margin-top: 32px!important
}

.u-padding-top-64 {
	padding-top: 32px!important
}

.u-m-r-64 {
	margin-right: 32px!important
}

.u-p-r-64 {
	padding-right: 32px!important
}

.u-margin-right-64 {
	margin-right: 32px!important
}

.u-padding-right-64 {
	padding-right: 32px!important
}

.u-m-b-64 {
	margin-bottom: 32px!important
}

.u-p-b-64 {
	padding-bottom: 32px!important
}

.u-margin-bottom-64 {
	margin-bottom: 32px!important
}

.u-padding-bottom-64 {
	padding-bottom: 32px!important
}

.u-margin-65, .u-m-65 {
	margin: 32px!important
}

.u-padding-65, .u-p-65 {
	padding: 32px!important
}

.u-m-l-65 {
	margin-left: 32px!important
}

.u-p-l-65 {
	padding-left: 32px!important
}

.u-margin-left-65 {
	margin-left: 32px!important
}

.u-padding-left-65 {
	padding-left: 32px!important
}

.u-m-t-65 {
	margin-top: 32px!important
}

.u-p-t-65 {
	padding-top: 32px!important
}

.u-margin-top-65 {
	margin-top: 32px!important
}

.u-padding-top-65 {
	padding-top: 32px!important
}

.u-m-r-65 {
	margin-right: 32px!important
}

.u-p-r-65 {
	padding-right: 32px!important
}

.u-margin-right-65 {
	margin-right: 32px!important
}

.u-padding-right-65 {
	padding-right: 32px!important
}

.u-m-b-65 {
	margin-bottom: 32px!important
}

.u-p-b-65 {
	padding-bottom: 32px!important
}

.u-margin-bottom-65 {
	margin-bottom: 32px!important
}

.u-padding-bottom-65 {
	padding-bottom: 32px!important
}

.u-margin-66, .u-m-66 {
	margin: 33px!important
}

.u-padding-66, .u-p-66 {
	padding: 33px!important
}

.u-m-l-66 {
	margin-left: 33px!important
}

.u-p-l-66 {
	padding-left: 33px!important
}

.u-margin-left-66 {
	margin-left: 33px!important
}

.u-padding-left-66 {
	padding-left: 33px!important
}

.u-m-t-66 {
	margin-top: 33px!important
}

.u-p-t-66 {
	padding-top: 33px!important
}

.u-margin-top-66 {
	margin-top: 33px!important
}

.u-padding-top-66 {
	padding-top: 33px!important
}

.u-m-r-66 {
	margin-right: 33px!important
}

.u-p-r-66 {
	padding-right: 33px!important
}

.u-margin-right-66 {
	margin-right: 33px!important
}

.u-padding-right-66 {
	padding-right: 33px!important
}

.u-m-b-66 {
	margin-bottom: 33px!important
}

.u-p-b-66 {
	padding-bottom: 33px!important
}

.u-margin-bottom-66 {
	margin-bottom: 33px!important
}

.u-padding-bottom-66 {
	padding-bottom: 33px!important
}

.u-margin-68, .u-m-68 {
	margin: 34px!important
}

.u-padding-68, .u-p-68 {
	padding: 34px!important
}

.u-m-l-68 {
	margin-left: 34px!important
}

.u-p-l-68 {
	padding-left: 34px!important
}

.u-margin-left-68 {
	margin-left: 34px!important
}

.u-padding-left-68 {
	padding-left: 34px!important
}

.u-m-t-68 {
	margin-top: 34px!important
}

.u-p-t-68 {
	padding-top: 34px!important
}

.u-margin-top-68 {
	margin-top: 34px!important
}

.u-padding-top-68 {
	padding-top: 34px!important
}

.u-m-r-68 {
	margin-right: 34px!important
}

.u-p-r-68 {
	padding-right: 34px!important
}

.u-margin-right-68 {
	margin-right: 34px!important
}

.u-padding-right-68 {
	padding-right: 34px!important
}

.u-m-b-68 {
	margin-bottom: 34px!important
}

.u-p-b-68 {
	padding-bottom: 34px!important
}

.u-margin-bottom-68 {
	margin-bottom: 34px!important
}

.u-padding-bottom-68 {
	padding-bottom: 34px!important
}

.u-margin-70, .u-m-70 {
	margin: 35px!important
}

.u-padding-70, .u-p-70 {
	padding: 35px!important
}

.u-m-l-70 {
	margin-left: 35px!important
}

.u-p-l-70 {
	padding-left: 35px!important
}

.u-margin-left-70 {
	margin-left: 35px!important
}

.u-padding-left-70 {
	padding-left: 35px!important
}

.u-m-t-70 {
	margin-top: 35px!important
}

.u-p-t-70 {
	padding-top: 35px!important
}

.u-margin-top-70 {
	margin-top: 35px!important
}

.u-padding-top-70 {
	padding-top: 35px!important
}

.u-m-r-70 {
	margin-right: 35px!important
}

.u-p-r-70 {
	padding-right: 35px!important
}

.u-margin-right-70 {
	margin-right: 35px!important
}

.u-padding-right-70 {
	padding-right: 35px!important
}

.u-m-b-70 {
	margin-bottom: 35px!important
}

.u-p-b-70 {
	padding-bottom: 35px!important
}

.u-margin-bottom-70 {
	margin-bottom: 35px!important
}

.u-padding-bottom-70 {
	padding-bottom: 35px!important
}

.u-margin-72, .u-m-72 {
	margin: 36px!important
}

.u-padding-72, .u-p-72 {
	padding: 36px!important
}

.u-m-l-72 {
	margin-left: 36px!important
}

.u-p-l-72 {
	padding-left: 36px!important
}

.u-margin-left-72 {
	margin-left: 36px!important
}

.u-padding-left-72 {
	padding-left: 36px!important
}

.u-m-t-72 {
	margin-top: 36px!important
}

.u-p-t-72 {
	padding-top: 36px!important
}

.u-margin-top-72 {
	margin-top: 36px!important
}

.u-padding-top-72 {
	padding-top: 36px!important
}

.u-m-r-72 {
	margin-right: 36px!important
}

.u-p-r-72 {
	padding-right: 36px!important
}

.u-margin-right-72 {
	margin-right: 36px!important
}

.u-padding-right-72 {
	padding-right: 36px!important
}

.u-m-b-72 {
	margin-bottom: 36px!important
}

.u-p-b-72 {
	padding-bottom: 36px!important
}

.u-margin-bottom-72 {
	margin-bottom: 36px!important
}

.u-padding-bottom-72 {
	padding-bottom: 36px!important
}

.u-margin-74, .u-m-74 {
	margin: 37px!important
}

.u-padding-74, .u-p-74 {
	padding: 37px!important
}

.u-m-l-74 {
	margin-left: 37px!important
}

.u-p-l-74 {
	padding-left: 37px!important
}

.u-margin-left-74 {
	margin-left: 37px!important
}

.u-padding-left-74 {
	padding-left: 37px!important
}

.u-m-t-74 {
	margin-top: 37px!important
}

.u-p-t-74 {
	padding-top: 37px!important
}

.u-margin-top-74 {
	margin-top: 37px!important
}

.u-padding-top-74 {
	padding-top: 37px!important
}

.u-m-r-74 {
	margin-right: 37px!important
}

.u-p-r-74 {
	padding-right: 37px!important
}

.u-margin-right-74 {
	margin-right: 37px!important
}

.u-padding-right-74 {
	padding-right: 37px!important
}

.u-m-b-74 {
	margin-bottom: 37px!important
}

.u-p-b-74 {
	padding-bottom: 37px!important
}

.u-margin-bottom-74 {
	margin-bottom: 37px!important
}

.u-padding-bottom-74 {
	padding-bottom: 37px!important
}

.u-margin-75, .u-m-75 {
	margin: 37px!important
}

.u-padding-75, .u-p-75 {
	padding: 37px!important
}

.u-m-l-75 {
	margin-left: 37px!important
}

.u-p-l-75 {
	padding-left: 37px!important
}

.u-margin-left-75 {
	margin-left: 37px!important
}

.u-padding-left-75 {
	padding-left: 37px!important
}

.u-m-t-75 {
	margin-top: 37px!important
}

.u-p-t-75 {
	padding-top: 37px!important
}

.u-margin-top-75 {
	margin-top: 37px!important
}

.u-padding-top-75 {
	padding-top: 37px!important
}

.u-m-r-75 {
	margin-right: 37px!important
}

.u-p-r-75 {
	padding-right: 37px!important
}

.u-margin-right-75 {
	margin-right: 37px!important
}

.u-padding-right-75 {
	padding-right: 37px!important
}

.u-m-b-75 {
	margin-bottom: 37px!important
}

.u-p-b-75 {
	padding-bottom: 37px!important
}

.u-margin-bottom-75 {
	margin-bottom: 37px!important
}

.u-padding-bottom-75 {
	padding-bottom: 37px!important
}

.u-margin-76, .u-m-76 {
	margin: 38px!important
}

.u-padding-76, .u-p-76 {
	padding: 38px!important
}

.u-m-l-76 {
	margin-left: 38px!important
}

.u-p-l-76 {
	padding-left: 38px!important
}

.u-margin-left-76 {
	margin-left: 38px!important
}

.u-padding-left-76 {
	padding-left: 38px!important
}

.u-m-t-76 {
	margin-top: 38px!important
}

.u-p-t-76 {
	padding-top: 38px!important
}

.u-margin-top-76 {
	margin-top: 38px!important
}

.u-padding-top-76 {
	padding-top: 38px!important
}

.u-m-r-76 {
	margin-right: 38px!important
}

.u-p-r-76 {
	padding-right: 38px!important
}

.u-margin-right-76 {
	margin-right: 38px!important
}

.u-padding-right-76 {
	padding-right: 38px!important
}

.u-m-b-76 {
	margin-bottom: 38px!important
}

.u-p-b-76 {
	padding-bottom: 38px!important
}

.u-margin-bottom-76 {
	margin-bottom: 38px!important
}

.u-padding-bottom-76 {
	padding-bottom: 38px!important
}

.u-margin-78, .u-m-78 {
	margin: 39px!important
}

.u-padding-78, .u-p-78 {
	padding: 39px!important
}

.u-m-l-78 {
	margin-left: 39px!important
}

.u-p-l-78 {
	padding-left: 39px!important
}

.u-margin-left-78 {
	margin-left: 39px!important
}

.u-padding-left-78 {
	padding-left: 39px!important
}

.u-m-t-78 {
	margin-top: 39px!important
}

.u-p-t-78 {
	padding-top: 39px!important
}

.u-margin-top-78 {
	margin-top: 39px!important
}

.u-padding-top-78 {
	padding-top: 39px!important
}

.u-m-r-78 {
	margin-right: 39px!important
}

.u-p-r-78 {
	padding-right: 39px!important
}

.u-margin-right-78 {
	margin-right: 39px!important
}

.u-padding-right-78 {
	padding-right: 39px!important
}

.u-m-b-78 {
	margin-bottom: 39px!important
}

.u-p-b-78 {
	padding-bottom: 39px!important
}

.u-margin-bottom-78 {
	margin-bottom: 39px!important
}

.u-padding-bottom-78 {
	padding-bottom: 39px!important
}

.u-margin-80, .u-m-80 {
	margin: 40px!important
}

.u-padding-80, .u-p-80 {
	padding: 40px!important
}

.u-m-l-80 {
	margin-left: 40px!important
}

.u-p-l-80 {
	padding-left: 40px!important
}

.u-margin-left-80 {
	margin-left: 40px!important
}

.u-padding-left-80 {
	padding-left: 40px!important
}

.u-m-t-80 {
	margin-top: 40px!important
}

.u-p-t-80 {
	padding-top: 40px!important
}

.u-margin-top-80 {
	margin-top: 40px!important
}

.u-padding-top-80 {
	padding-top: 40px!important
}

.u-m-r-80 {
	margin-right: 40px!important
}

.u-p-r-80 {
	padding-right: 40px!important
}

.u-margin-right-80 {
	margin-right: 40px!important
}

.u-padding-right-80 {
	padding-right: 40px!important
}

.u-m-b-80 {
	margin-bottom: 40px!important
}

.u-p-b-80 {
	padding-bottom: 40px!important
}

.u-margin-bottom-80 {
	margin-bottom: 40px!important
}

.u-padding-bottom-80 {
	padding-bottom: 40px!important
}

.u-reset-nvue {
	flex-direction: row;
	align-items: center
}

.u-type-primary-light {
	color: #ecf5ff
}

.u-type-warning-light {
	color: #fdf6ec
}

.u-type-success-light {
	color: #dbf1e1
}

.u-type-error-light {
	color: #fef0f0
}

.u-type-info-light {
	color: #f4f4f5
}

.u-type-primary-light-bg {
	background-color: #ecf5ff
}

.u-type-warning-light-bg {
	background-color: #fdf6ec
}

.u-type-success-light-bg {
	background-color: #dbf1e1
}

.u-type-error-light-bg {
	background-color: #fef0f0
}

.u-type-info-light-bg {
	background-color: #f4f4f5
}

.u-type-primary-dark {
	color: #2b85e4
}

.u-type-warning-dark {
	color: #f29100
}

.u-type-success-dark {
	color: #18b566
}

.u-type-error-dark {
	color: #dd6161
}

.u-type-info-dark {
	color: #82848a
}

.u-type-primary-dark-bg {
	background-color: #2b85e4
}

.u-type-warning-dark-bg {
	background-color: #f29100
}

.u-type-success-dark-bg {
	background-color: #18b566
}

.u-type-error-dark-bg {
	background-color: #dd6161
}

.u-type-info-dark-bg {
	background-color: #82848a
}

.u-type-primary-disabled {
	color: #a0cfff
}

.u-type-warning-disabled {
	color: #fcbd71
}

.u-type-success-disabled {
	color: #71d5a1
}

.u-type-error-disabled {
	color: #fab6b6
}

.u-type-info-disabled {
	color: #c8c9cc
}

.u-type-primary {
	color: #2979ff
}

.u-type-warning {
	color: #f90
}

.u-type-success {
	color: #19be6b
}

.u-type-error {
	color: #fa3534
}

.u-type-info {
	color: #909399
}

.u-type-primary-bg {
	background-color: #2979ff
}

.u-type-warning-bg {
	background-color: #f90
}

.u-type-success-bg {
	background-color: #19be6b
}

.u-type-error-bg {
	background-color: #fa3534
}

.u-type-info-bg {
	background-color: #909399
}

.u-main-color {
	color: #303133
}

.u-content-color {
	color: #606266
}

.u-tips-color {
	color: #909399
}

.u-light-color {
	color: #c0c4cc
}

uni-page-body {
	color: #303133;
	font-size: 14px
}
			/* start--åŽ»é™¤webkitçš„é»˜è®¤æ ·å¼--start */.u-fix-ios-appearance {
	-webkit-appearance: none
}
			/* end--åŽ»é™¤webkitçš„é»˜è®¤æ ·å¼--end */
			/* start--iconå›¾æ ‡å¤–å±‚å¥—ä¸€ä¸ªviewï¼Œè®©å…¶è¾¾åˆ°æ›´å¥½çš„åž‚ç›´å±…ä¸­çš„æ•ˆæžœ--start */.u-icon-wrap {
	display: flex;
	align-items: center
}
			/* end-iconå›¾æ ‡å¤–å±‚å¥—ä¸€ä¸ªviewï¼Œè®©å…¶è¾¾åˆ°æ›´å¥½çš„åž‚ç›´å±…ä¸­çš„æ•ˆæžœ--end */
			/* start--iPhoneXåº•éƒ¨å®‰å…¨åŒºå®šä¹‰--start */.safe-area-inset-bottom {
	padding-bottom: 0;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom)
}
			/* end-iPhoneXåº•éƒ¨å®‰å…¨åŒºå®šä¹‰--end */
			/* start--å„ç§hoverç‚¹å‡»åé¦ˆç›¸å…³çš„ç±»å-start */.u-hover-class {
	opacity: .6
}

.u-cell-hover {
	background-color: #f7f8f9!important
}
			/* end--å„ç§hoverç‚¹å‡»åé¦ˆç›¸å…³çš„ç±»å--end */
			/* start--æ–‡æœ¬è¡Œæ•°é™åˆ¶--start */.u-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.u-line-2 {
	-webkit-line-clamp: 2
}

.u-line-3 {
	-webkit-line-clamp: 3
}

.u-line-4 {
	-webkit-line-clamp: 4
}

.u-line-5 {
	-webkit-line-clamp: 5
}

.u-line-2, .u-line-3, .u-line-4, .u-line-5 {
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
			/* end--æ–‡æœ¬è¡Œæ•°é™åˆ¶--end */
			/* start--Retina å±å¹•ä¸‹çš„ 1px è¾¹æ¡†--start */.u-border,
			.u-border-bottom,
			.u-border-left,
			.u-border-right,
			.u-border-top,
			.u-border-top-bottom {
	position: relative
}

.u-border-bottom:after,
			.u-border-left:after,
			.u-border-right:after,
			.u-border-top-bottom:after,
			.u-border-top:after,
			.u-border:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 199.8%;
	height: 199.7%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	border: 0 solid #e4e7ed;
	z-index: 2
}

.u-border-top:after {
	border-top-width: 1px
}

.u-border-left:after {
	border-left-width: 1px
}

.u-border-right:after {
	border-right-width: 1px
}

.u-border-bottom:after {
	border-bottom-width: 1px
}

.u-border-top-bottom:after {
	border-width: 1px 0
}

.u-border:after {
	border-width: 1px
}
			/* end--Retina å±å¹•ä¸‹çš„ 1px è¾¹æ¡†--end */
			/* start--clearfix--start */.u-clearfix:after,
			.clearfix:after {
	content: "";
	display: table;
	clear: both
}
			/* end--clearfix--end */
			/* start--é«˜æ–¯æ¨¡ç³Štabbaråº•éƒ¨å¤„ç†--start */.u-blur-effect-inset {
	width: 375px;
	height: var(--window-bottom);
	background-color: #fff
}
			/* end--é«˜æ–¯æ¨¡ç³Štabbaråº•éƒ¨å¤„ç†--end */
			/* start--æå‡H5ç«¯uni.toast()çš„å±‚çº§ï¼Œé¿å…è¢«uViewçš„modalç­‰é®ç›–--start */uni-toast {
	z-index: 10090
}

uni-toast .uni-toast {
	z-index: 10090
}
			/* end--æå‡H5ç«¯uni.toast()çš„å±‚çº§ï¼Œé¿å…è¢«uViewçš„modalç­‰é®ç›–--end */
			/* start--åŽ»é™¤buttonçš„æ‰€æœ‰é»˜è®¤æ ·å¼--start */.u-reset-button {
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	background-color: initial;
	color: inherit
}

.u-reset-button::after {
	border: none
}
			/* end--åŽ»é™¤buttonçš„æ‰€æœ‰é»˜è®¤æ ·å¼--end */
			/* H5çš„æ—¶å€™ï¼Œéšè—æ»šåŠ¨æ¡ */::-webkit-scrollbar {
	display: none;
	width: 0!important;
	height: 0!important;
	-webkit-appearance: none;
	background: transparent
}

.loading {
	position: absolute;
	top: 45vh;
	left: 45vw;
	z-index: 10
}

uni-tabbar .uni-tabbar {
	width: 375px;
	height: 52px;
	background: #fff;
	border-radius: 20px 20px 0 0
}

uni-tabbar .uni-tabbar .uni-tabbar__bd .uni-tabbar__icon {
	width: 21px!important;
	height: 21px!important
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.home-box[data-v-40df175c] {
	width: 375px;
	height: 250px;
	background: url(./static/img/mybeijing.89180cfc.jpg);
	background-size: 100%;
	padding-top: 90px;
	position: relative
}

.home-box .fun-text[data-v-40df175c] {
	position: absolute;
	top: 46px;
	right: 28px;
	z-index: 9;
	display: flex;
	justify-content: space-around
}

.home-box .fun-text .home-msg .icon[data-v-40df175c] {
	width: 20px;
	height: 10px;
	background: #ff695c;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1px;
	right: -8px;
	z-index: 9
}

.home-box .fun-text .home-msg .icon uni-text[data-v-40df175c] {
	font-size: 11px;
	font-family: DIN;
	font-weight: 500;
	color: #fff
}

.home-box .fun-text .home-msg .msg-img[data-v-40df175c] {
	width: 28px;
	height: 28px
}

.home-box .fun-text .home-set[data-v-40df175c] {
	margin-right: 15px
}

.home-box .fun-text .home-set uni-image[data-v-40df175c] {
	width: 28px;
	height: 28px
}

.home-box .home-header .header-box[data-v-40df175c] {
	display: flex
}

.home-box .home-header .header-box .header-avatar[data-v-40df175c] {
	margin-left: 58px;
	position: relative
}

.home-box .home-header .header-box .header-avatar uni-image[data-v-40df175c] {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #fff
}

.home-box .home-header .header-box .header-avatar .tz[data-v-40df175c] {
	width: 39px;
	background: #154eff;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 18px
}

.home-box .home-header .header-box .header-first[data-v-40df175c] {
	display: flex;
	align-items: center;
	margin-left: 10px
}

.home-box .home-header .header-box .header-first .header-right[data-v-40df175c] {
	margin-left: 5px
}

.home-box .home-header .header-box .header-first .header-right .center-first .header-mobile[data-v-40df175c] {
	margin-left: 10px;
	font-size: 30px;
	font-family: DIN;
	font-weight: 500;
	color: #333
}

.home-box .home-header .header-box .header-first .header-right .header-center[data-v-40df175c] {
	display: flex;
	justify-content: space-around;
	margin-top: 10px
}

.home-box .home-header .header-box .header-first .header-right .header-center .header-code[data-v-40df175c] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	line-height: 14px
}

.home-box .home-header .header-box .header-first .header-right .header-center .header-copy[data-v-40df175c] {
	width: 38px;
	height: 17px;
	background: #28c76f;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 17px
}

.home-box .header-secend .secend-left[data-v-40df175c] {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 84px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff
}

.home-box .header-secend .secend-left .withdraw-money[data-v-40df175c] {
	text-align: center
}

.home-box .header-secend .secend-left .withdraw-money uni-text[data-v-40df175c] {
	display: block
}

.home-box .header-secend .secend-left .withdraw-freeze[data-v-40df175c] {
	text-align: center
}

.home-box .header-secend .secend-left .withdraw-freeze uni-text[data-v-40df175c] {
	display: block
}

.home-box .header-secend .secend-left .withdraw[data-v-40df175c] {
	width: 81px;
	height: 35px;
	background: #fff;
	border-radius: 17px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2d5ffc;
	line-height: 35px;
	text-align: center
}

.content[data-v-40df175c] {
	background: #fff
}

.content .content-list[data-v-40df175c] {
	padding-top: 25px
}

.content .content-list .title[data-v-40df175c] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #28354c;
	margin-left: 10px
}

.content .content-list .title-list[data-v-40df175c] {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.content .content-list .title-list .list[data-v-40df175c] {
	position: relative;
	width: 25%;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px
}

.content .content-list .title-list .list[data-v-40df175c]:nth-child(5) {
	padding-top: 15px!important
}

.content .content-list .title-list .list .list-left .icon-img[data-v-40df175c] {
	width: 29px;
	height: 29px
}

.content .content-list .title-list .list .list-right[data-v-40df175c] {
	background: linear-gradient(180deg,#3d56ed,#4439e4);
	border-radius: 9px;
	text-align: center;
	padding: 1px 5px;
	position: absolute;
	top: 12px;
	right: 22px
}

.content .content-list .title-list .list .list-right .list-action[data-v-40df175c] {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 16px
}

.content .content-list .title-list .list .action-title[data-v-40df175c] {
	width: 70px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 16px;
	right: 10px
}

.content .content-list .title-list .list .active-show[data-v-40df175c] {
	width: 150px;
	height: 21px;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	top: -15px;
	right: 0px;
	z-index: 99;
	background: linear-gradient(180deg,#3d56ed,#4439e4)
}

.content .content-list .title-list .list .triangle[data-v-40df175c] {
	position: absolute;
	top: -8px;
	left: 8px;
	width: 0;
	height: 0;
	margin-top: 15px;
	border-bottom: 20px solid #4439e4;
	border-left: 33px solid transparent;
	-webkit-transform: rotate(251deg);
	transform: rotate(251deg)
}

body.pages-home-home {
	background: #f9f9f9
}

.FotorFrame {
	position: fixed!important
}

.weui-desktop-online-faq__wrp {
	top: 304px!important;
	bottom: unset!important
}

.weui-desktop-online-faq__wrp .weui-desktop-online-faq__switch {
	width: 38px!important
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.cooperation .header[data-v-4b76daf4] {
	position: relative
}

.cooperation .header .header-img[data-v-4b76daf4] {
	width: 100%;
	height: 372px
}

.cooperation .header .nav[data-v-4b76daf4] {
	width: 343px;
	background: #fff;
	box-shadow: 0 10px 26px 0px rgba(16,86,231,.14);
	border-radius: 9px;
	position: absolute;
	bottom: -138px;
	left: 16px
}

.cooperation .header .nav .nav-list[data-v-4b76daf4] {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 24px 15px
}

.cooperation .header .nav .nav-list .text-list[data-v-4b76daf4] {
	width: 91px;
	height: 39px;
	display: inline-block;
	background: #1c51f8;
	border-radius: 6px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	line-height: 39px;
	text-align: center;
	margin: 10px 5px
}

.cooperation .header .nav .nav-list .added-text[data-v-4b76daf4] {
	width: 145px
}

.cooperation .footer[data-v-4b76daf4] {
	width: 293px;
	height: 50px;
	background: #1c51f8;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 209px
}

.cooperation .footer div[data-v-4b76daf4] {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	line-height: 52px;
	text-align: center
}

body.pages-home-cooperation {
	background: #f9f9f9
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}


.u-grid-item-hover[data-v-15bb14fe] {
	background: #f7f7f7!important
}

.u-grid-marker-box[data-v-15bb14fe] {
	position: absolute;
	display: inline-flex;
	line-height: 0
}

.u-grid-marker-wrap[data-v-15bb14fe] {
	position: absolute
}

.u-grid-item-box[data-v-15bb14fe] {
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 1;
	width: 100%;
	height: 100%
}

@font-face {
	font-family:uicon-iconfont;src:url(//at.alicdn.com/t/font_1529455_k4s6di1d1.eot?t=1596960292384);
				/* IE9 */src:url(//at.alicdn.com/t/font_1529455_k4s6di1d1.eot?t=1596960292384#iefix) format("embedded-opentype"),url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"),url(//at.alicdn.com/t/font_1529455_k4s6di1d1.woff?t=1596960292384) format("woff"),url(//at.alicdn.com/t/font_1529455_k4s6di1d1.ttf?t=1596960292384) format("truetype"),url(//at.alicdn.com/t/font_1529455_k4s6di1d1.svg?t=1596960292384#iconfont) format("svg")
}

.u-iconfont {
	position: relative;
	display: flex;
	font: normal normal normal 14px/1 uicon-iconfont;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.u-iconfont::before {
	display: flex;
	align-items: center
}

.uicon-en:before {
	content: "\e70a"
}

.uicon-zh:before {
	content: "\e692"
}

.uicon-level:before {
	content: "\e693"
}

.uicon-woman:before {
	content: "\e69c"
}

.uicon-man:before {
	content: "\e697"
}

.uicon-column-line:before {
	content: "\e68e"
}

.uicon-empty-page:before {
	content: "\e627"
}

.uicon-empty-data:before {
	content: "\e62f"
}

.uicon-empty-car:before {
	content: "\e602"
}

.uicon-empty-order:before {
	content: "\e639"
}

.uicon-empty-address:before {
	content: "\e646"
}

.uicon-empty-message:before {
	content: "\e6a9"
}

.uicon-empty-search:before {
	content: "\e664"
}

.uicon-empty-favor:before {
	content: "\e67c"
}

.uicon-empty-coupon:before {
	content: "\e682"
}

.uicon-empty-history:before {
	content: "\e684"
}

.uicon-empty-permission:before {
	content: "\e686"
}

.uicon-empty-news:before {
	content: "\e687"
}

.uicon-empty-wifi:before {
	content: "\e688"
}

.uicon-empty-list:before {
	content: "\e68b"
}

.uicon-arrow-left-double:before {
	content: "\e68c"
}

.uicon-arrow-right-double:before {
	content: "\e68d"
}

.uicon-red-packet:before {
	content: "\e691"
}

.uicon-red-packet-fill:before {
	content: "\e690"
}

.uicon-order:before {
	content: "\e68f"
}

.uicon-nav-back-arrow:before {
	content: "\e67f"
}

.uicon-nav-back:before {
	content: "\e683"
}

.uicon-checkbox-mark:before {
	content: "\e6a8"
}

.uicon-arrow-up-fill:before {
	content: "\e6b0"
}

.uicon-arrow-down-fill:before {
	content: "\e600"
}

.uicon-backspace:before {
	content: "\e67b"
}

.uicon-android-circle-fill:before {
	content: "\e67e"
}

.uicon-android-fill:before {
	content: "\e67d"
}

.uicon-question:before {
	content: "\e715"
}

.uicon-pause:before {
	content: "\e8fa"
}

.uicon-close:before {
	content: "\e685"
}

.uicon-volume-up:before {
	content: "\e633"
}

.uicon-volume-off:before {
	content: "\e644"
}

.uicon-info:before {
	content: "\e653"
}

.uicon-error:before {
	content: "\e6d3"
}

.uicon-lock-opened-fill:before {
	content: "\e974"
}

.uicon-lock-fill:before {
	content: "\e979"
}

.uicon-lock:before {
	content: "\e97a"
}

.uicon-photo-fill:before {
	content: "\e98b"
}

.uicon-photo:before {
	content: "\e98d"
}

.uicon-account-fill:before {
	content: "\e614"
}

.uicon-minus-people-fill:before {
	content: "\e615"
}

.uicon-plus-people-fill:before {
	content: "\e626"
}

.uicon-account:before {
	content: "\e628"
}

.uicon-thumb-down-fill:before {
	content: "\e726"
}

.uicon-thumb-down:before {
	content: "\e727"
}

.uicon-thumb-up-fill:before {
	content: "\e72f"
}

.uicon-thumb-up:before {
	content: "\e733"
}

.uicon-person-delete-fill:before {
	content: "\e66a"
}

.uicon-cut:before {
	content: "\e948"
}

.uicon-fingerprint:before {
	content: "\e955"
}

.uicon-home-fill:before {
	content: "\e964"
}

.uicon-home:before {
	content: "\e965"
}

.uicon-hourglass-half-fill:before {
	content: "\e966"
}

.uicon-hourglass:before {
	content: "\e967"
}

.uicon-lock-open:before {
	content: "\e973"
}

.uicon-integral-fill:before {
	content: "\e703"
}

.uicon-integral:before {
	content: "\e704"
}

.uicon-coupon:before {
	content: "\e8ae"
}

.uicon-coupon-fill:before {
	content: "\e8c4"
}

.uicon-kefu-ermai:before {
	content: "\e656"
}

.uicon-scan:before {
	content: "\e662"
}

.uicon-rmb:before {
	content: "\e608"
}

.uicon-rmb-circle-fill:before {
	content: "\e657"
}

.uicon-rmb-circle:before {
	content: "\e677"
}

.uicon-gift:before {
	content: "\e65b"
}

.uicon-gift-fill:before {
	content: "\e65c"
}

.uicon-bookmark-fill:before {
	content: "\e63b"
}

.uicon-zhuanfa:before {
	content: "\e60b"
}

.uicon-eye-off-outline:before {
	content: "\e62b"
}

.uicon-eye-off:before {
	content: "\e648"
}

.uicon-pause-circle:before {
	content: "\e643"
}

.uicon-play-circle:before {
	content: "\e647"
}

.uicon-pause-circle-fill:before {
	content: "\e654"
}

.uicon-play-circle-fill:before {
	content: "\e655"
}

.uicon-grid:before {
	content: "\e673"
}

.uicon-play-right:before {
	content: "\e610"
}

.uicon-play-left:before {
	content: "\e66d"
}

.uicon-calendar:before {
	content: "\e66e"
}

.uicon-rewind-right:before {
	content: "\e66f"
}

.uicon-rewind-left:before {
	content: "\e671"
}

.uicon-skip-forward-right:before {
	content: "\e672"
}

.uicon-skip-back-left:before {
	content: "\e674"
}

.uicon-play-left-fill:before {
	content: "\e675"
}

.uicon-play-right-fill:before {
	content: "\e676"
}

.uicon-grid-fill:before {
	content: "\e678"
}

.uicon-rewind-left-fill:before {
	content: "\e679"
}

.uicon-rewind-right-fill:before {
	content: "\e67a"
}

.uicon-pushpin:before {
	content: "\e7e3"
}

.uicon-star:before {
	content: "\e65f"
}

.uicon-star-fill:before {
	content: "\e669"
}

.uicon-server-fill:before {
	content: "\e751"
}

.uicon-server-man:before {
	content: "\e6bc"
}

.uicon-edit-pen:before {
	content: "\e612"
}

.uicon-edit-pen-fill:before {
	content: "\e66b"
}

.uicon-wifi:before {
	content: "\e667"
}

.uicon-wifi-off:before {
	content: "\e668"
}

.uicon-file-text:before {
	content: "\e663"
}

.uicon-file-text-fill:before {
	content: "\e665"
}

.uicon-more-dot-fill:before {
	content: "\e630"
}

.uicon-minus:before {
	content: "\e618"
}

.uicon-minus-circle:before {
	content: "\e61b"
}

.uicon-plus:before {
	content: "\e62d"
}

.uicon-plus-circle:before {
	content: "\e62e"
}

.uicon-minus-circle-fill:before {
	content: "\e652"
}

.uicon-plus-circle-fill:before {
	content: "\e661"
}

.uicon-email:before {
	content: "\e611"
}

.uicon-email-fill:before {
	content: "\e642"
}

.uicon-phone:before {
	content: "\e622"
}

.uicon-phone-fill:before {
	content: "\e64f"
}

.uicon-clock:before {
	content: "\e60f"
}

.uicon-car:before {
	content: "\e60c"
}

.uicon-car-fill:before {
	content: "\e636"
}

.uicon-warning:before {
	content: "\e694"
}

.uicon-warning-fill:before {
	content: "\e64d"
}

.uicon-search:before {
	content: "\e62a"
}

.uicon-baidu-circle-fill:before {
	content: "\e680"
}

.uicon-baidu:before {
	content: "\e681"
}

.uicon-facebook:before {
	content: "\e689"
}

.uicon-facebook-circle-fill:before {
	content: "\e68a"
}

.uicon-qzone:before {
	content: "\e695"
}

.uicon-qzone-circle-fill:before {
	content: "\e696"
}

.uicon-moments-circel-fill:before {
	content: "\e69a"
}

.uicon-moments:before {
	content: "\e69b"
}

.uicon-qq-circle-fill:before {
	content: "\e6a0"
}

.uicon-qq-fill:before {
	content: "\e6a1"
}

.uicon-weibo:before {
	content: "\e6a4"
}

.uicon-weibo-circle-fill:before {
	content: "\e6a5"
}

.uicon-taobao:before {
	content: "\e6a6"
}

.uicon-taobao-circle-fill:before {
	content: "\e6a7"
}

.uicon-twitter:before {
	content: "\e6aa"
}

.uicon-twitter-circle-fill:before {
	content: "\e6ab"
}

.uicon-weixin-circle-fill:before {
	content: "\e6b1"
}

.uicon-weixin-fill:before {
	content: "\e6b2"
}

.uicon-zhifubao-circle-fill:before {
	content: "\e6b8"
}

.uicon-zhifubao:before {
	content: "\e6b9"
}

.uicon-zhihu:before {
	content: "\e6ba"
}

.uicon-zhihu-circle-fill:before {
	content: "\e709"
}

.uicon-list:before {
	content: "\e650"
}

.uicon-list-dot:before {
	content: "\e616"
}

.uicon-setting:before {
	content: "\e61f"
}

.uicon-bell:before {
	content: "\e609"
}

.uicon-bell-fill:before {
	content: "\e640"
}

.uicon-attach:before {
	content: "\e632"
}

.uicon-shopping-cart:before {
	content: "\e621"
}

.uicon-shopping-cart-fill:before {
	content: "\e65d"
}

.uicon-tags:before {
	content: "\e629"
}

.uicon-share:before {
	content: "\e631"
}

.uicon-question-circle-fill:before {
	content: "\e666"
}

.uicon-question-circle:before {
	content: "\e625"
}

.uicon-error-circle:before {
	content: "\e624"
}

.uicon-checkmark-circle:before {
	content: "\e63d"
}

.uicon-close-circle:before {
	content: "\e63f"
}

.uicon-info-circle:before {
	content: "\e660"
}

.uicon-md-person-add:before {
	content: "\e6e4"
}

.uicon-md-person-fill:before {
	content: "\e6ea"
}

.uicon-bag-fill:before {
	content: "\e617"
}

.uicon-bag:before {
	content: "\e619"
}

.uicon-chat-fill:before {
	content: "\e61e"
}

.uicon-chat:before {
	content: "\e620"
}

.uicon-more-circle:before {
	content: "\e63e"
}

.uicon-more-circle-fill:before {
	content: "\e645"
}

.uicon-volume:before {
	content: "\e66c"
}

.uicon-volume-fill:before {
	content: "\e670"
}

.uicon-reload:before {
	content: "\e788"
}

.uicon-camera:before {
	content: "\e7d7"
}

.uicon-heart:before {
	content: "\e7df"
}

.uicon-heart-fill:before {
	content: "\e851"
}

.uicon-minus-square-fill:before {
	content: "\e855"
}

.uicon-plus-square-fill:before {
	content: "\e856"
}

.uicon-pushpin-fill:before {
	content: "\e86e"
}

.uicon-camera-fill:before {
	content: "\e870"
}

.uicon-setting-fill:before {
	content: "\e872"
}

.uicon-google:before {
	content: "\e87a"
}

.uicon-ie:before {
	content: "\e87b"
}

.uicon-apple-fill:before {
	content: "\e881"
}

.uicon-chrome-circle-fill:before {
	content: "\e885"
}

.uicon-github-circle-fill:before {
	content: "\e887"
}

.uicon-IE-circle-fill:before {
	content: "\e889"
}

.uicon-google-circle-fill:before {
	content: "\e88a"
}

.uicon-arrow-down:before {
	content: "\e60d"
}

.uicon-arrow-left:before {
	content: "\e60e"
}

.uicon-map:before {
	content: "\e61d"
}

.uicon-man-add-fill:before {
	content: "\e64c"
}

.uicon-tags-fill:before {
	content: "\e651"
}

.uicon-arrow-leftward:before {
	content: "\e601"
}

.uicon-arrow-rightward:before {
	content: "\e603"
}

.uicon-arrow-downward:before {
	content: "\e604"
}

.uicon-arrow-right:before {
	content: "\e605"
}

.uicon-arrow-up:before {
	content: "\e606"
}

.uicon-arrow-upward:before {
	content: "\e607"
}

.uicon-bookmark:before {
	content: "\e60a"
}

.uicon-eye:before {
	content: "\e613"
}

.uicon-man-delete:before {
	content: "\e61a"
}

.uicon-man-add:before {
	content: "\e61c"
}

.uicon-trash:before {
	content: "\e623"
}

.uicon-error-circle-fill:before {
	content: "\e62c"
}

.uicon-calendar-fill:before {
	content: "\e634"
}

.uicon-checkmark-circle-fill:before {
	content: "\e635"
}

.uicon-close-circle-fill:before {
	content: "\e637"
}

.uicon-clock-fill:before {
	content: "\e638"
}

.uicon-checkmark:before {
	content: "\e63a"
}

.uicon-download:before {
	content: "\e63c"
}

.uicon-eye-fill:before {
	content: "\e641"
}

.uicon-mic-off:before {
	content: "\e649"
}

.uicon-mic:before {
	content: "\e64a"
}

.uicon-info-circle-fill:before {
	content: "\e64b"
}

.uicon-map-fill:before {
	content: "\e64e"
}

.uicon-trash-fill:before {
	content: "\e658"
}

.uicon-volume-off-fill:before {
	content: "\e659"
}

.uicon-volume-up-fill:before {
	content: "\e65a"
}

.uicon-share-fill:before {
	content: "\e65e"
}

.u-icon {
	display: inline-flex;
	align-items: center
}

.u-icon--left {
	flex-direction: row-reverse;
	align-items: center
}

.u-icon--right {
	flex-direction: row;
	align-items: center
}

.u-icon--top {
	flex-direction: column-reverse;
	justify-content: center
}

.u-icon--bottom {
	flex-direction: column;
	justify-content: center
}

.u-icon__icon {
	position: relative
}

.u-icon__icon--primary {
	color: #2979ff
}

.u-icon__icon--success {
	color: #19be6b
}

.u-icon__icon--error {
	color: #fa3534
}

.u-icon__icon--warning {
	color: #f90
}

.u-icon__icon--info {
	color: #909399
}

.u-icon__decimal {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden
}

.u-icon__img {
	height: auto;
	will-change: transform
}

.u-icon__label {
	line-height: 1
}
.u-input__input[data-v-5c361d36] {
	font-size: 14px;
	color: #303133;
	flex: 1
}

.u-input__textarea[data-v-5c361d36] {
	width: auto;
	font-size: 14px;
	color: #303133;
	padding: 5px 0;
	line-height: normal;
	flex: 1
}

.u-input--border[data-v-5c361d36] {
	border-radius: 3px;
	border-radius: 4px;
	border: 1px solid #dcdfe6
}

.u-input--error[data-v-5c361d36] {
	border-color: #fa3534!important
}

.u-input__right-icon__item[data-v-5c361d36] {
	margin-left: 5px
}

.u-input__right-icon--select[data-v-5c361d36] {
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s,-webkit-transform .4s
}

.u-input__right-icon--select--reverse[data-v-5c361d36] {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}


.u-mask-show[data-v-97c7ea6a] {
	opacity: 1
}

.u-mask-zoom[data-v-97c7ea6a] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}


.u-drawer-content[data-v-329bf5d7] {
	display: block;
	position: absolute;
	z-index: 1003;
	transition: all .25s linear
}

.u-drawer__scroll-view[data-v-329bf5d7] {
	width: 100%;
	height: 100%
}

.u-drawer-left[data-v-329bf5d7] {
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.u-drawer-right[data-v-329bf5d7] {
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff
}

.u-drawer-top[data-v-329bf5d7] {
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff
}

.u-drawer-bottom[data-v-329bf5d7] {
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff
}

.u-drawer-center[data-v-329bf5d7] {
	display: flex;
	flex-direction: row;
	flex-direction: column;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: 99999
}

.u-mode-center-box[data-v-329bf5d7] {
	min-width: 50px;
	min-height: 50px;
	display: block;
	position: relative
}

.u-drawer-content-visible.u-drawer-center[data-v-329bf5d7] {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.u-animation-zoom[data-v-329bf5d7] {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.u-drawer-content-visible[data-v-329bf5d7] {
	-webkit-transform: translateZ(0)!important;
	transform: translateZ(0)!important
}

.u-close[data-v-329bf5d7] {
	position: absolute;
	z-index: 3
}

.u-close--top-left[data-v-329bf5d7] {
	top: 15px;
	left: 15px
}

.u-close--top-right[data-v-329bf5d7] {
	top: 15px;
	right: 15px
}

.u-close--bottom-left[data-v-329bf5d7] {
	bottom: 15px;
	left: 15px
}

.u-close--bottom-right[data-v-329bf5d7] {
	right: 15px;
	bottom: 15px
}

.show-popup[data-v-49c73334] {
	padding: 16px 0
}

.show-popup .img[data-v-49c73334] {
	width: 53px;
	height: 53px;
	background: #2b65f8;
	border-radius: 26px;
	text-align: center;
	line-height: 71px;
	margin: 0 auto
}

.show-popup .img uni-image[data-v-49c73334] {
	width: 25px;
	height: 30px
}

.show-popup .popup-pass[data-v-49c73334] {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding: 12px 0
}

.show-popup .popup-word[data-v-49c73334] {
	width: 100%;
	height: 38px;
	background: #f5f5ff;
	line-height: 38px;
	text-align: center;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

.show-popup .popup-btn[data-v-49c73334] {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 34px;
	padding: 20px 17px 0
}

.show-popup .popup-btn .one[data-v-49c73334] {
	width: 103px;
	height: 34px;
	background: #c7c7c7;
	border-radius: 17px
}

.show-popup .popup-btn .two[data-v-49c73334] {
	width: 103px;
	height: 34px;
	background: #2b65f8;
	border-radius: 17px
}

.triangle[data-v-49c73334] {
	width: 0;
	height: 0;
	margin-left: 160px;
	border-bottom: 40px solid #0059df;
	border-left: 10px solid transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.radio-withdraw[data-v-49c73334] {
	width: 88px;
	height: 106px
}

.header-nav[data-v-49c73334] {
	width: 343px;
	height: 258px;
	background: #fff;
	border-radius: 7px;
	margin: 0 auto;
	margin-top: 25px
}

.header-nav .header[data-v-49c73334] {
	width: 343px;
	height: 120px;
	background: linear-gradient(119deg,#4386ff,#595aea);
	border-radius: 7px;
	padding: 15px
}

.header-nav .header .capital[data-v-49c73334] {
	text-align: right;
	height: 14px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 10px
}

.header-nav .box[data-v-49c73334] {
	display: flex;
	justify-content: space-around;
	padding-top: 25px
}

.header-nav .box .Alipay[data-v-49c73334] {
	width: 140px;
	height: 79px;
	background: linear-gradient(223deg,#569bff,#3f72ff);
	box-shadow: 0 4px 16px 0 rgba(67,122,255,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.header-nav .box .Alipay uni-image[data-v-49c73334] {
	width: 32px;
	height: 24px
}

.header-nav .box .Alipay uni-text[data-v-49c73334] {
	font-size: 15px;
	margin-left: 10px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff
}

.header-nav .box .Alipay[data-v-49c73334]::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: 160px;
	border-bottom: 25px solid #437aff;
	border-left: 25px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 63px;
	left: -135px
}

.header-nav .box .Alipay .modification[data-v-49c73334] {
	width: 100px;
	height: 54px;
	font-size: 13px;
	font-family: PingFang SC;
	text-align: center;
	line-height: 27px;
	font-weight: 700;
	color: #437aff;
	background: url() no-repeat 50%;background-size: 72px;
	position: absolute;
	top: -6px;
	left: 53px
}

.header-nav .box .withdraw-k[data-v-49c73334] {
	width: 140px;
	height: 79px;
	background: #fff;
	box-shadow: 0 2px 13px 0 rgba(0,0,0,.09);
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.header-nav .box .withdraw-k uni-image[data-v-49c73334] {
	width: 34px;
	height: 24px
}

.header-nav .box .withdraw-k uni-text[data-v-49c73334] {
	margin-left: 10px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.header-nav .box .withdraw-k .modification[data-v-49c73334] {
	width: 100px;
	height: 27px;
	font-size: 13px;
	font-family: PingFang SC;
	text-align: center;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	background-color: #437aff;
	-webkit-transform: rotate(34deg);
	transform: rotate(34deg);
	position: absolute;
	top: 3px;
	left: 72px
}

.header-nav .box .withdraw-k .bangding[data-v-49c73334] {
	width: 100px;
	height: 27px;
	font-size: 13px;
	font-family: PingFang SC;
	text-align: center;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	background-color: #666;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	position: absolute;
	top: 4px;
	left: 64px
}

.footer-nav[data-v-49c73334] {
	width: 343px;
	background: #fff;
	border-radius: 7px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 19px;
	position: relative
}

.footer-nav .content-htitle .content-title[data-v-49c73334] {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 20px
}

.footer-nav .content-htitle .content-title .content-price[data-v-49c73334] {
	width: 234px;
	background: #eee;
	border-radius: 20px
}

.footer-nav .content-htitle .content-title .content-price u-input[data-v-49c73334] {
	padding-left: 10px
}

.footer-nav .content-htitle .content-title .content-all[data-v-49c73334] {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

.nav-ul[data-v-49c73334] {
	position: absolute;
	top: 110px;
	right: 10px
}

.nav-ul .button-records[data-v-49c73334] {
	width: 88px;
	height: 26px;
	background: #eee;
	border-radius: 13px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 26px;
	text-align: center
}

.button-common[data-v-49c73334] {
	width: 320px;
	height: 45px;
	background: #4c74f6;
	border-radius: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 30px
}

.grid-text[data-v-49c73334] {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff
}

.grid-text2[data-v-49c73334] {
	font-size: 21px;
	font-family: DIN;
	font-weight: 700;
	color: #fff;
	margin-top: 10px
}

body.pages-home-withdraw-withdraw {
	background: #f8f8f8
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.u-picker-view[data-v-701c2f4c] {
	height: 100%;
	box-sizing: border-box
}

.u-picker-header[data-v-701c2f4c] {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	font-size: 15px;
	background: #fff;
	position: relative
}

.u-picker-header[data-v-701c2f4c]::after {
	content: "";
	position: absolute;
	border-bottom: 0.5px solid #eaeef1;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	bottom: 0;
	right: 0;
	left: 0
}

.u-picker__title[data-v-701c2f4c] {
	color: #606266
}

.u-picker-body[data-v-701c2f4c] {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color: #fff
}

.u-column-item[data-v-701c2f4c] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #303133;
	padding: 0 4px
}

.u-text[data-v-701c2f4c] {
	font-size: 12px;
	padding-left: 4px
}

.u-btn-picker[data-v-701c2f4c] {
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none
}

.u-opacity[data-v-701c2f4c] {
	opacity: .5
}

.u-btn-picker--primary[data-v-701c2f4c] {
	color: #2979ff
}

.u-btn-picker--tips[data-v-701c2f4c] {
	color: #909399
}


@-webkit-keyframes u-flower-data-v-1b741bef {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes u-flower-data-v-1b741bef {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes u-circle-data-v-1b741bef {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}


.u-model__btn--hover[data-v-01f03640] {
	background-color: #e6e6e6
}

.u-model__title[data-v-01f03640] {
	padding-top: 24px;
	font-weight: 500;
	text-align: center;
	color: #303133
}

.u-model__content__message[data-v-01f03640] {
	padding: 24px;
	font-size: 15px;
	text-align: center;
	color: #606266
}

.u-model__footer[data-v-01f03640] {
	display: flex;
	flex-direction: row
}

.u-model__footer__button[data-v-01f03640] {
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	border-radius: 2px
}

.confirm_model[data-v-fc68d69a] {
	margin: 28px;
	padding: 10px;
	box-sizing: border-box
}

.confirm_model .line[data-v-fc68d69a] {
	display: flex;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	margin: 6px 0
}

.confirm_model .line .text[data-v-fc68d69a] {
	text-align: left
}

.cert-list[data-v-fc68d69a] {
	width: 375px;
	background: #fff;
	margin-top: 30px;
	padding: 10px 20px
}

.yuanw[data-v-fc68d69a] {
	width: 19px;
	height: 19px;
	background: #ff3a3a;
	box-shadow: 0 2px 6px 0 rgba(236,2,2,.34);
	border-radius: 50%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-right: 7px
}

.tips[data-v-fc68d69a] {
	display: flex;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	margin-top: 15px;
	padding: 0 20px
}

.cert-tips[data-v-fc68d69a] {
	width: 343px;
	height: 25px;
	background: #eee;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 25px;
	margin: 0 auto
}

.cert-btn[data-v-fc68d69a] {
	width: 320px;
	height: 45px;
	background: #2d3dbb;
	border-radius: 22px;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	margin-top: 33px
}

.cert-heng[data-v-fc68d69a] {
	width: 343px;
	height: 1px;
	background: #eee;
	margin-top: 2px
}

.cert-header[data-v-fc68d69a] {
	width: 114px;
	height: 91px;
	margin: 0 auto;
	margin-top: 20px
}

.cert-header .cert-img[data-v-fc68d69a] {
	width: 100%;
	height: 100%
}

.cert-tips[data-v-fc68d69a] {
	margin-top: 40px
}

.cert-username[data-v-fc68d69a] {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.group-input[data-v-fc68d69a] {
	margin-top: 29px
}

.img-box[data-v-fc68d69a] {
	width: 343px;
	height: 90px;
	border-radius: 9px;
	background: #2d3dbc url(./static/img/yhwenli.0ea14f26.png) no-repeat 0;
	background-size: 294px 90px;
	margin: 0 auto
}

.img-box uni-text[data-v-fc68d69a] {
	font-size: 21px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	line-height: 90px;
	margin-left: 25px
}

.cert-zfbusername[data-v-fc68d69a] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px
}

.cert-lable[data-v-fc68d69a] {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.cert-input[data-v-fc68d69a] {
	width: 150px;
	text-align: right
}

.cards-input[data-v-fc68d69a] {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #c0c4cc
}

.username-box[data-v-fc68d69a] {
	width: 180px
}

.zfbusername-box[data-v-fc68d69a] {
	width: 180px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

body.pages-home-withdraw-bankcard {
	background: #f9f9f9
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
.u-btn[data-v-5c660135] {
	position: relative;
	border: 0;
	display: inline-flex;
	overflow: visible;
	line-height: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0 20px;
	z-index: 1;
	box-sizing: border-box;
	transition: all .15s
}

.u-btn--bold-border[data-v-5c660135] {
	border: 1px solid #fff
}

.u-btn--default[data-v-5c660135] {
	color: #606266;
	border-color: #c0c4cc;
	background-color: #fff
}

.u-btn--primary[data-v-5c660135] {
	color: #fff;
	border-color: #2979ff;
	background-color: #2979ff
}

.u-btn--success[data-v-5c660135] {
	color: #fff;
	border-color: #19be6b;
	background-color: #19be6b
}

.u-btn--error[data-v-5c660135] {
	color: #fff;
	border-color: #fa3534;
	background-color: #fa3534
}

.u-btn--warning[data-v-5c660135] {
	color: #fff;
	border-color: #f90;
	background-color: #f90
}

.u-btn--default--disabled[data-v-5c660135] {
	color: #fff;
	border-color: #e4e7ed;
	background-color: #fff
}

.u-btn--primary--disabled[data-v-5c660135] {
	color: #fff!important;
	border-color: #a0cfff!important;
	background-color: #a0cfff!important
}

.u-btn--success--disabled[data-v-5c660135] {
	color: #fff!important;
	border-color: #71d5a1!important;
	background-color: #71d5a1!important
}

.u-btn--error--disabled[data-v-5c660135] {
	color: #fff!important;
	border-color: #fab6b6!important;
	background-color: #fab6b6!important
}

.u-btn--warning--disabled[data-v-5c660135] {
	color: #fff!important;
	border-color: #fcbd71!important;
	background-color: #fcbd71!important
}

.u-btn--primary--plain[data-v-5c660135] {
	color: #2979ff!important;
	border-color: #a0cfff!important;
	background-color: #ecf5ff!important
}

.u-btn--success--plain[data-v-5c660135] {
	color: #19be6b!important;
	border-color: #71d5a1!important;
	background-color: #dbf1e1!important
}

.u-btn--error--plain[data-v-5c660135] {
	color: #fa3534!important;
	border-color: #fab6b6!important;
	background-color: #fef0f0!important
}

.u-btn--warning--plain[data-v-5c660135] {
	color: #f90!important;
	border-color: #fcbd71!important;
	background-color: #fdf6ec!important
}

.u-hairline-border[data-v-5c660135]:after {
	content: " ";
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	left: 0;
	top: 0;
	width: 199.8%;
	height: 199.7%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	border: 1px solid currentColor;
	z-index: 1
}

.u-wave-ripple[data-v-5c660135] {
	z-index: 0;
	position: absolute;
	border-radius: 100%;
	background-clip: padding-box;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 1;
	-webkit-transform-origin: center;
	transform-origin: center
}

.u-wave-ripple.u-wave-active[data-v-5c660135] {
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: opacity 1s linear,-webkit-transform .4s linear;
	transition: opacity 1s linear,transform .4s linear;
	transition: opacity 1s linear,transform .4s linear,-webkit-transform .4s linear
}

.u-round-circle[data-v-5c660135] {
	border-radius: 50px
}

.u-round-circle[data-v-5c660135]::after {
	border-radius: 50px
}

.u-loading[data-v-5c660135]::after {
	background-color: hsla(0,0%,100%,.35)
}

.u-size-default[data-v-5c660135] {
	font-size: 15px;
	height: 40px;
	line-height: 40px
}

.u-size-medium[data-v-5c660135] {
	display: inline-flex;
	width: auto;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	padding: 0 40px
}

.u-size-mini[data-v-5c660135] {
	display: inline-flex;
	width: auto;
	font-size: 11px;
	padding-top: 1px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px
}

.u-primary-plain-hover[data-v-5c660135] {
	color: #fff!important;
	background: #2b85e4!important
}

.u-default-plain-hover[data-v-5c660135] {
	color: #2b85e4!important;
	background: #ecf5ff!important
}

.u-success-plain-hover[data-v-5c660135] {
	color: #fff!important;
	background: #18b566!important
}

.u-warning-plain-hover[data-v-5c660135] {
	color: #fff!important;
	background: #f29100!important
}

.u-error-plain-hover[data-v-5c660135] {
	color: #fff!important;
	background: #dd6161!important
}

.u-info-plain-hover[data-v-5c660135] {
	color: #fff!important;
	background: #82848a!important
}

.u-default-hover[data-v-5c660135] {
	color: #2b85e4!important;
	border-color: #2b85e4!important;
	background-color: #ecf5ff!important
}

.u-primary-hover[data-v-5c660135] {
	background: #2b85e4!important;
	color: #fff
}

.u-success-hover[data-v-5c660135] {
	background: #18b566!important;
	color: #fff
}

.u-info-hover[data-v-5c660135] {
	background: #82848a!important;
	color: #fff
}

.u-warning-hover[data-v-5c660135] {
	background: #f29100!important;
	color: #fff
}

.u-error-hover[data-v-5c660135] {
	background: #dd6161!important;
	color: #fff
}

.footer-button[data-v-e520a9b6] {
	margin-top: 15px
}

.footer-content[data-v-e520a9b6] {
	padding: 25px
}

.footer-content .footer-group[data-v-e520a9b6] {
	width: 200px;
	margin: 0 auto
}

.list-avatar[data-v-e520a9b6] {
	display: flex;
	align-items: center
}

.button-common[data-v-e520a9b6] {
	width: 320px;
	height: 45px;
	background: #2d5ffc;
	border-radius: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 200px
}

.u-line[data-v-e520a9b6] {
	margin: 10px 15px
}

.list-second[data-v-e520a9b6] {
	margin-right: 10px;
	display: flex;
	align-items: center
}

.list-box[data-v-e520a9b6] {
	display: flex
}

.setting-box[data-v-e520a9b6] {
	width: 343px;
	background: #fff;
	border-radius: 11px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 25px
}

.list[data-v-e520a9b6] {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333
}

body.pages-home-setting {
	background: #f9f9f9
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.uni-load-more__text[data-v-6af7c3cf] {
	font-size: 15px
}

.uni-load-more__img[data-v-6af7c3cf] {
	width: 24px;
	height: 24px;
	margin-right: 8px
}

.uni-load-more__img--nvue[data-v-6af7c3cf] {
	color: #666
}

.uni-load-more__img--android[data-v-6af7c3cf],
			.uni-load-more__img--ios[data-v-6af7c3cf] {
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.uni-load-more__img--android[data-v-6af7c3cf] {
	-webkit-animation: loading-ios 1s 0s linear infinite;
	animation: loading-ios 1s 0s linear infinite
}

@-webkit-keyframes loading-android-data-v-6af7c3cf {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes loading-android-data-v-6af7c3cf {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.uni-load-more__img--ios-H5[data-v-6af7c3cf] {
	position: relative;
	-webkit-animation: loading-ios-H5-data-v-6af7c3cf 1s 0s step-end infinite;
	animation: loading-ios-H5-data-v-6af7c3cf 1s 0s step-end infinite
}

.uni-load-more__img--ios-H5 > uni-image[data-v-6af7c3cf] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

@-webkit-keyframes loading-ios-H5-data-v-6af7c3cf {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	8% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg)
	}

	16% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg)
	}

	24% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	32% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg)
	}

	40% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg)
	}

	48% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	56% {
		-webkit-transform: rotate(210deg);
		transform: rotate(210deg)
	}

	64% {
		-webkit-transform: rotate(240deg);
		transform: rotate(240deg)
	}

	73% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	82% {
		-webkit-transform: rotate(300deg);
		transform: rotate(300deg)
	}

	91% {
		-webkit-transform: rotate(330deg);
		transform: rotate(330deg)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes loading-ios-H5-data-v-6af7c3cf {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	8% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg)
	}

	16% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg)
	}

	24% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	32% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg)
	}

	40% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg)
	}

	48% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	56% {
		-webkit-transform: rotate(210deg);
		transform: rotate(210deg)
	}

	64% {
		-webkit-transform: rotate(240deg);
		transform: rotate(240deg)
	}

	73% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	82% {
		-webkit-transform: rotate(300deg);
		transform: rotate(300deg)
	}

	91% {
		-webkit-transform: rotate(330deg);
		transform: rotate(330deg)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.uni-load-more__img--android-H5[data-v-6af7c3cf] {
	-webkit-animation: loading-android-H5-rotate-data-v-6af7c3cf 2s linear infinite;
	animation: loading-android-H5-rotate-data-v-6af7c3cf 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.uni-load-more__img--android-H5 > circle[data-v-6af7c3cf] {
	display: inline-block;
	-webkit-animation: loading-android-H5-dash-data-v-6af7c3cf 1.5s ease-in-out infinite;
	animation: loading-android-H5-dash-data-v-6af7c3cf 1.5s ease-in-out infinite;
	stroke: currentColor;
	stroke-linecap: round
}

@-webkit-keyframes loading-android-H5-rotate-data-v-6af7c3cf {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes loading-android-H5-rotate-data-v-6af7c3cf {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loading-android-H5-dash-data-v-6af7c3cf {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -40
	}

	100% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -120
	}
}

@keyframes loading-android-H5-dash-data-v-6af7c3cf {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -40
	}

	100% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -120
	}
}


.list-notify[data-v-3faa9124] {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.list-content-box[data-v-3faa9124] {
	margin-top: 10px
}

.msg[data-v-3faa9124] {
	width: 343px;
	margin: 0 auto
}

.list[data-v-3faa9124] {
	width: 343px;
	background: #fff;
	border-radius: 12px;
	margin-top: 19px;
	padding: 20px
}

.list-first[data-v-3faa9124] {
	display: flex;
	justify-content: space-between
}

.list-time[data-v-3faa9124] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

.list-content[data-v-3faa9124] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	width: 240px;
	margin-top: 6px
}

body.pages-home-msg {
	background: #f8f8f8
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

@c
.u-image__image {
	width: 100%;
	height: 100%
}

.u-image__loading, .u-image__error {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #f3f4f6;
	color: #909399;
	font-size: 23px
}


.u-direction-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.u-left-icon {
	display: inline-flex;
	align-items: center
}

.u-notice-box {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-left: 6px
}

.u-right-icon {
	margin-left: 6px;
	display: inline-flex;
	align-items: center
}

.u-notice-content {
	-webkit-animation: u-loop-animation-data-v-4bc00da4 10s linear infinite both;
	animation: u-loop-animation-data-v-4bc00da4 10s linear infinite both;
	text-align: right;
	padding-left: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap
}

.u-notice-text {
	font-size: 13px;
	word-break: keep-all;
	white-space: nowrap
}

@-webkit-keyframes u-loop-animation-data-v-4bc00da4 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes u-loop-animation-data-v-4bc00da4 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}


.u-swiper[data-v-18d2347f] {
	font-size: 13px;
	height: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	margin-left: 6px
}

.u-swiper-item[data-v-18d2347f] {
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden
}

.u-news-item[data-v-18d2347f] {
	overflow: hidden
}

.u-right-icon[data-v-18d2347f] {
	margin-left: 6px;
	display: inline-flex;
	align-items: center
}

.u-left-icon[data-v-18d2347f] {
	display: inline-flex;
	align-items: center
}

.u-notice-bar {
	padding: 9px 12px;
	overflow: hidden
}

.u-direction-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.u-left-icon {
	display: flex;
	flex-direction: row;
	align-items: center
}

.u-notice-box {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-left: 6px
}

.u-right-icon {
	margin-left: 6px;
	display: flex;
	flex-direction: row;
	align-items: center
}

.u-notice-content {
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
	-webkit-animation: u-loop-animation-data-v-386306c2 10s linear infinite both;
	animation: u-loop-animation-data-v-386306c2 10s linear infinite both;
	text-align: right;
	padding-left: 100%
}

@-webkit-keyframes u-loop-animation-data-v-386306c2 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes u-loop-animation-data-v-386306c2 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}


.u-active[data-v-7a31a046] {
	width: 0;
	height: 100%;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-items: flex-end;
	justify-content: space-around;
	font-size: 10px;
	color: #fff;
	transition: all .4s ease
}

.u-striped[data-v-7a31a046] {
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size: 39px 39px
}

.u-striped-active[data-v-7a31a046] {
	-webkit-animation: progress-stripes-data-v-7a31a046 2s linear infinite;
	animation: progress-stripes-data-v-7a31a046 2s linear infinite
}

@-webkit-keyframes progress-stripes-data-v-7a31a046 {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 39px 0
	}
}

@keyframes progress-stripes-data-v-7a31a046 {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 39px 0
	}
}

.box .index-title[data-v-716fd50f] {
	display: flex;
	justify-content: space-between
}

.box .index-title .more uni-text[data-v-716fd50f] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

.box .index-title .more uni-image[data-v-716fd50f] {
	margin-left: 10px;
	width: 7px;
	height: 12px
}

.box .title .title-list[data-v-716fd50f] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #eee
}

.box .title .title-list .left uni-text[data-v-716fd50f] {
	display: block;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	line-height: 28px
}

.box .title .title-list .left .title-time[data-v-716fd50f] {
	display: inline-block;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

.box .title .title-list .right[data-v-716fd50f] {
	border-radius: 6px;
	width: 94px;
	height: 66px
}

.box .title .title-list .right uni-image[data-v-716fd50f] {
	border-radius: 6px;
	width: 100%;
	height: 100%
}

.box .title .title-list[data-v-716fd50f]:first-child {
	border: none
}

.index[data-v-716fd50f] {
	width: 100%;
	position: relative
}

.index-position[data-v-716fd50f] {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	height: auto;
	position: absolute;
	top: 196px;
	z-index: 999;
	bottom: -100px;
	display: flex;
	flex-wrap: wrap
}

.index-position .index-notice[data-v-716fd50f] {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.index-position .index-navbar[data-v-716fd50f] {
	margin-top: 10px;
	width: 100%;
	height: 103px;
	padding: 5px 15px;
	border-radius: 8px;
	box-shadow: 0 5px 30px 0 rgba(20,77,255,.1);
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.index-position .index-navbar .num-text[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

.index-position .index-navbar .num-text uni-text[data-v-716fd50f] {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-bottom: 2px;
	border-radius: 50%;
	margin-right: 10px
}

.index-position .index-navbar .num-people[data-v-716fd50f] {
	font-size: 25px;
	font-family: DIN;
	font-weight: 500;
	color: #253268
}

.index-position .index-navbar .num-tatle[data-v-716fd50f] {
	text-align: center
}

.index-position .index-navbar .num-zaixian[data-v-716fd50f] {
	text-align: center
}

.box[data-v-716fd50f] {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	margin-top: 15px;
	background: #fff
}

.banner[data-v-716fd50f] {
	width: 100%;
	height: 100%
}

.fast-header[data-v-716fd50f] {
	margin-top: 19px
}

.index-block[data-v-716fd50f] {
	background: #fff;
	margin-top: 105px
}

.index-block .huafei[data-v-716fd50f] {
	display: flex;
	justify-content: center;
	padding-top: 15px
}

.index-block .huafei .index-express[data-v-716fd50f] {
	position: relative
}

.index-block .huafei .index-express .express-list .express-img[data-v-716fd50f] {
	width: 183px;
	height: 211px
}

.index-block .huafei .index-express .express-list .express-content[data-v-716fd50f] {
	position: absolute;
	left: 45px;
	top: 75px;
	text-align: center
}

.index-block .huafei .index-express .express-list .express-content .express-title[data-v-716fd50f] {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 2px 7px rgba(59,150,7,.62)
}

.index-block .huafei .index-express .express-list .express-content .express-time[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff
}

.index-block .huafei .index-huafei .block-list[data-v-716fd50f] {
	position: relative
}

.index-block .navbar[data-v-716fd50f] {
	width: 100%
}

.index-block .navbar .nav-ul[data-v-716fd50f] {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 10px
}

.index-block .navbar .nav-ul .nav-li[data-v-716fd50f] {
	width: 25%;
	margin: 0 auto;
	text-align: center
}

.index-block .navbar .nav-ul .nav-li .img-item[data-v-716fd50f] {
	width: 65px;
	height: 65px
}

.index-block .navbar .nav-ul .nav-li .text-list[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	margin-top: 10px
}

.index-title[data-v-716fd50f] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333;
	margin-top: 20px
}

.index-title[data-v-716fd50f]:nth-child(1) {
	margin-top: 0
}

.index-content1[data-v-716fd50f] {
	margin-top: 15px;
	display: flex;
	justify-content: space-between
}

.index-content2[data-v-716fd50f] {
	margin-top: 3px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.content-list[data-v-716fd50f] {
	width: 160px;
	height: 70px;
	background: #fff;
	border-radius: 4px;
	margin-top: 18px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 20px;
	box-shadow: 0 4px 13px 0 rgba(14,71,251,.1)
}

.content-list .img-list uni-image[data-v-716fd50f] {
	width: 42px;
	height: 32px
}

.content-list .text-list[data-v-716fd50f] {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #666
}

.content1-list[data-v-716fd50f] {
	width: 97px;
	text-align: center;
	line-height: 19px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333;
	position: relative
}

.block-list[data-v-716fd50f] {
	position: relative
}

.block-img[data-v-716fd50f] {
	width: 182px;
	height: 102px
}

.block-content[data-v-716fd50f] {
	position: absolute;
	right: 26px;
	top: 22px;
	text-align: center
}

.block-title1[data-v-716fd50f] {
	font-size: 19px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 7px rgba(0,98,220,.62)
}

.block-title2[data-v-716fd50f] {
	font-size: 19px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 7px rgba(229,34,11,.62)
}

.block-time[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	margin-top: 2px
}

.block-box[data-v-716fd50f] {
	position: absolute;
	left: 22px;
	top: 9px
}

body.pages-index-index uni-page-body {
	background: #f9f9f9
}

.toast-new-order[data-v-716fd50f] {
	width: 100%;
	height: 65px;
	position: fixed;
	bottom: 10vh;
	box-sizing: border-box;
	left: 3%
}

.toast-new-order-view[data-v-716fd50f] {
	width: -webkit-fit-content;
	width: fit-content;
	height: 20px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	margin-top: 5px;
	box-sizing: border-box;
	padding: 0px;
	position: relative;
	z-index: 9
}

.toast-new-order-title[data-v-716fd50f] {
	white-space: nowrap;
	overflow: hidden;
	z-index: 9;
	padding: 0 15px;
	background: #000;
	color: #fff;
	text-align: center;
	opacity: .56;
	border-radius: 15px;
	line-height: 40px;
	margin-left: 1px;
	margin-top: 20px
}

.toast-new-order-image[data-v-716fd50f] {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	box-sizing: border-box;
	z-index: 9;
	margin: 1px;
	border: 2px solid #fff;
	margin-top: 10px
}

.toast-new-order-layout[data-v-716fd50f] {
	position: absolute;
	top: 0;
	opacity: .5;
	height: 30px;
	width: 100%;
	z-index: 1;
	border-radius: 100px
}

.triangle[data-v-716fd50f] {
	width: 0;
	height: 0;
	margin-top: 15px;
	border-bottom: 13px solid rgba(0,0,0,.58);
	border-left: 10px solid transparent;
	-webkit-transform: rotate(272deg);
	transform: rotate(270deg)
}

body.pages-index-index {
	background: #f9f9f9
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.u-navbar-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 991
}

.u-status-bar {
	width: 100%
}

.u-navbar-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	align-items: center
}

.u-back-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	flex-grow: 0;
	padding: 7px 7px 7px 12px
}

.u-back-text {
	padding-left: 2px;
	font-size: 15px
}

.u-navbar-content-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex: 1;
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	text-align: center;
	flex-shrink: 0
}

.u-navbar-centent-slot {
	flex: 1
}

.u-title {
	line-height: 30px;
	font-size: 16px;
	flex: 1
}

.u-navbar-right {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end
}

.u-slot-content {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center
}
.u-checkbox__icon-wrap {
	color: #606266;
	flex: none;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 21px;
	height: 21px;
	color: transparent;
	text-align: center;
	transition-property: color,border-color,background-color;
	font-size: 20px;
	border: 1px solid #c8c9cc;
	transition-duration: .2s
}

.u-checkbox__icon-wrap--circle {
	border-radius: 100%
}

.u-checkbox__icon-wrap--square {
	border-radius: 3px
}

.u-checkbox__icon-wrap--checked {
	color: #fff;
	background-color: #2979ff;
	border-color: #2979ff
}

.u-checkbox__icon-wrap--disabled {
	background-color: #ebedf0;
	border-color: #c8c9cc
}

.u-checkbox__icon-wrap--disabled--checked {
	color: #c8c9cc!important
}

.u-checkbox__label {
	word-wrap: break-word;
	margin-left: 5px;
	margin-right: 12px;
	color: #606266;
	font-size: 15px
}

.u-checkbox__label--disabled {
	color: #c8c9cc
}

@-webkit-keyframes _show-data-v-01dfbd2e {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes _show-data-v-01dfbd2e {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}


.popup-pro .popup-content {
	width: 375px;
	height: 391px;
	background: #fff;
	border-radius: 15px;
	padding: 30px 19px
}

.popup-pro .popup-content .pro_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 44px
}

.popup-pro .popup-content .pro_list .pro_item {
	width: 96px;
	height: 100px;
	border: 0.5px solid #e3e3e3;
	border-radius: 4px;
	padding-top: 21px;
	margin-top: 14px;
	position: relative
}

.popup-pro .popup-content .pro_list .pro_item .zdlist {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	right: -33px;
	z-index: 99
}

.popup-pro .popup-content .pro_list .pro_item uni-image {
	width: 9px;
	height: 11px;
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 25
}

.popup-pro .popup-content .pro_list .pro_item .pro_stick {
	width: 93px;
	height: 27px;
	background: #fff;
	border: 0.5px solid #e4e4e4;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	text-align: center;
	line-height: 25px;
	z-index: 150;
	position: absolute;
	top: -10px;
	left: 43px
}

.popup-pro .popup-content .pro_list .pro_item:nth-child(3n-1) {
	margin: 14px 14px 0
}

.popup-pro .popup-content .pro_list .pro_item uni-text {
	display: block;
	text-align: center
}

.popup-pro .popup-content .pro_list .pro_item .one {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.popup-pro .popup-content .pro_list .pro_item .two {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	padding-top: 16px
}

.popup-pro .popup-content .pro_list .pro_it_active {
	width: 102px;
	height: 106px;
	background: #fff;
	border: 0.5px solid #e3e3e3;
	box-shadow: 0 1px 5px 0 hsla(0,0%,63.9%,.41);
	border-radius: 4px
}

.popup-yy .popup-content {
	width: 290px;
	height: 59vh;
	background: rgba(0,0,0,.6) url(./static/img/share_banner.1ddf4446.png) no-repeat top;
	background-size: 231px 245px
}

.popup-yy .popup-content .share_close {
	float: right;
	margin-right: 13px;
	margin-top: 16px
}

.popup-yy .popup-content .share_frame {
	width: 100%;
	height: 155px;
	background-color: #fff;
	position: absolute;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	padding-top: 16px;
	color: #3ebe3b
}

.popup-yy .popup-content .share_frame .frame_text {
	text-align: center
}

.popup-yy .popup-content .share_frame .frame_text span {
	display: block
}

.popup-yy .popup-content .share_frame .frame_text .one {
	font-weight: 700;
	font-size: 18px
}

.popup-yy .popup-content .share_frame .frame_text .two {
	font-size: 14px;
	margin-top: 4px
}

.popup-yy .popup-content .share_frame .share_btn {
	width: 217px;
	height: 43px;
	background: #3ebe3b;
	border-radius: 21px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 43px;
	position: absolute;
	bottom: 26px;
	left: 42px
}

.active-electric {
	background: linear-gradient(149deg,#a4ceff,#3f93f4);
	box-shadow: 0 12px 20px 0 rgb(68 149 244)
}

.active-nanwang {
	background: linear-gradient(149deg,#9992e6,#110a65);
	box-shadow: 0 12px 20px 0 rgb(21 14 105);
}

.header {
	/*width: 375px;*/
	height: 260px
}

.active {
	color: #fff;
	border: none!important
}

.active .active2 {
	color: #fff!important
}

.list-price {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333;
	line-height: 22px
}

.list-discount {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	text-align: center;
	line-height: 14px;
	margin-top: 10px
}

.list-num {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	line-height: 14px;
	margin-top: 10px
}

.container {
	width: 343px;
	margin: 0 auto;
	padding-bottom: 75px
}

.container .express-header {
	padding-top: 49px;
	display: flex;
	flex-wrap: wrap
}

.container .express-header .express-notice {
	width: 322px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.container .container-title {
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.06);
	border-radius: 9px;
	padding: 20px 15px;
	margin-top: 20px
}

.container .container-title .channel-select .selete-title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.container .container-title .channel-select .selete-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px 0
}

.container .container-title .channel-select .selete-list .list-channel {
	width: 28%;
	height: 100px;
	background: #f6f8fe;
	border-radius: 6px;
	margin: 10px 8px
}

.container .container-title .channel-select .selete-list .list-channel .channel-img {
	width: 23px;
	height: 23px;
	margin: 0 auto;
	margin-top: 17px
}

.container .container-title .channel-select .selete-list .list-channel .channel-img uni-image {
	width: 100%;
	height: 100%
}

.container .container-title .channel-select .selete-list .list-channel .channel-text {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	padding-top: 10px;
	text-align: center
}

.container .container-title .channel-select .selete-list .list-channel .channel-add {
	width: 86%;
	font-size: 10px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
	margin-top: 6px
}

.container .container-title .channel-select .selete-list .list-channel .channel-addiocn {
	text-align: center;
	color: #999;
	padding-top: 5px
}

.container .container-title .channel-select .selete-list .active-channel {
	border: 0.5px solid #5bcb58;
	border-radius: 4px;
	position: relative;
	width: 28%;
	height: 100px;
	background: #fff;
	border-radius: 6px;
	margin: 10px 8px
}

.container .container-title .channel-select .selete-list .active-channel .hook {
	width: 23px;
	height: 23px;
	position: absolute;
	top: -2px;
	right: -2px
}

.container .container-title .channel-select .selete-list .active-channel .channel-img {
	width: 23px;
	height: 23px;
	margin: 0 auto;
	margin-top: 17px
}

.container .container-title .channel-select .selete-list .active-channel .channel-img uni-image {
	width: 100%;
	height: 100%
}

.container .container-title .channel-select .selete-list .active-channel .channel-text {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5bcb58;
	text-align: center
}

.container .container-title .channel-select .selete-list .active-channel .channel-add {
	width: 86%;
	font-size: 10px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5bcb58;
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
	margin-top: 6px
}

.container .container-title .express-selete-money .express-money-title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.container .container-title .express-selete-money .money-nav {
	/*height: 120px;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.container .container-title .express-selete-money .money-nav .nav-list {
	width: 30%;
	border-radius: 6px;
	padding: 12px 0px;
	margin-top: 20px;
	text-align: center
}

.container .container-title .express-selete-money .money-nav .nav-list:nth-child(n+2) {
	margin-left: 12px
}

.container .container-title .express-selete-money .money-nav .nav-list uni-text {
	display: block;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333
}

.container .container-title .express-selete-money .money-nav .active_nav {
	border-radius: 6px
}

.container .container-title .express-selete-money .money-nav .active_nav uni-text {
	color: #fff
}

.container .container-title .express-selete-money .heng {
	width: 304px;
	height: 1px;
	background: #eee;
	margin: 0 auto;
	margin-top: 25px
}

.container .container-title .express-selete-money .money-radio {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2e60fc;
	padding: 15px 0
}

.container .container-title .express-selete-money .money-radio .read-block {
	display: flex;
	align-items: center
}

.container .container-title .express-selete-money .money-radio .read-block .readTextFast {
	margin-left: 10px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333
}

.container .container-title .express-selete-money .money-radio .read-agree {
	margin-top: 10px;
	display: flex
}

.container .container-title .express-selete-money .money-radio .read-agree .readTextFasts .read-text {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 10px
}

.container .container-title .express-selete-money .money-radio .read-agree .colorFast {
	color: #333
}

.container .express-title {
	margin-top: 20px;
	height: 407px;
	border-radius: 19px 9px 9px 9px;
	position: relative
}

.container .express-title .title-left {
	padding-top: 154px;
	padding-left: 10px
}

.container .express-title .title-left .left-text {
	display: block;
	height: 30px;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	line-height: 30px
}

.container .express-title .title-right {
	width: 308px;
	height: 407px;
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.06);
	border-radius: 19px 9px 9px 9px;
	position: absolute;
	top: 28px;
	right: 0;
	padding: 30px 15px;
	overflow: hidden
}

.container .flow {
	margin-top: 50px;
	height: 134px;
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.06);
	border-radius: 9px;
	padding: 25px 22px
}

.container .flow .flow-header {
	padding-bottom: 10px
}

.container .flow .flow-header uni-text {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

/*.container .flow .heng-flow {*/
/*	width: 52px;*/
/*	height: 1px;*/
/*	background: #333;*/
/*	border-radius: 1px*/
/*}*/

.container .flow .flow-title {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	line-height: 30px
}

.container .flow .flow-title .title-first {
	margin-top: 10px
}

.container .flow .flow-title .title-first .image {
	width: 14px;
	height: 10px;
	margin: 0 15px
}

.container .flow .flow-title .title-second .image {
	width: 14px;
	height: 10px;
	margin: 0 7px
}

.fast-footer .fast-box {
	width: 120px;
	display: flex;
	align-items: center
}

.fast-footer .fast-box .footer-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666
}

.fast-footer .fast-box .fast-index {
	width: 55px;
	text-align: center
}

.fast-footer .fast-box .fast-order {
	width: 55px;
	text-align: center
}

.fast-footer .fast-box .fast-take {
	width: 45px;
	text-align: center
}

.fast-footer .fast-take {
	width: 130px;
	height: 45px;
	text-align: center;
	color: #fff;
	line-height: 45px
}

.fast-footer .fast-auto {
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center
}

.popup .popup-content {
	width: 375px;
	background: #fff;
	border-radius: 18px 18px 0 0;
	padding-bottom: 47px
}

.popup .popup-content .popup-header {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 700;
	text-align: center;
	padding: 30px 0
}

.popup .popup-content .popup-btn {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.popup .popup-content .popup-btn .btn-list {
	width: 135px;
	background: #ccc;
	border-radius: 20px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 40px
}

.popup .popup-content .popup-btn .btn-list-slow {
	width: 135px;
	background: linear-gradient(252deg,#5eaa00,#68bb00);
	box-shadow: 0 12px 20px 0 rgba(91,203,88,.52);
	border-radius: 20px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 40px;
	text-align: center
}

body.pages-express-express {
	background: #f9f9f9
}


.contribute_popup .po-content {
	width: 288px;
	height: 297px
}

.contribute_popup .po-content .po-header uni-image {
	width: 100%;
	height: 140px
}

.contribute_popup .po-content .po-nav {
	text-align: center;
	padding-top: 10px
}

.contribute_popup .po-content .po-nav span {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	display: block
}

.contribute_popup .po-content .po-footer {
	margin-top: 27px;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center
}

.contribute_popup .po-content .po-footer span {
	display: inline-block;
	text-align: center;
	line-height: 40px
}

.contribute_popup .po-content .po-footer .one {
	width: 114px;
	border: 0.5px solid #c3c3c3;
	border-radius: 21px
}

.contribute_popup .po-content .po-footer .two {
	width: 114px;
	background: linear-gradient(268deg,#13a5fc,#07d0ff);
	border-radius: 21px;
	color: #fff;
	margin-left: 10px
}

.popup-pro {
	padding: 0
}

.popup-pro .popup-content {
	width: 375px;
	height: 391px;
	background: #fff;
	border-radius: 15px;
	padding: 30px 19px
}

.popup-pro .popup-content .pro_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 44px
}

.popup-pro .popup-content .pro_list .pro_item {
	width: 96px;
	height: 100px;
	border: 0.5px solid #e3e3e3;
	border-radius: 4px;
	padding-top: 21px;
	margin-top: 14px;
	position: relative
}

.popup-pro .popup-content .pro_list .pro_item .zdlist {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	right: -33px;
	z-index: 99
}

.popup-pro .popup-content .pro_list .pro_item uni-image {
	width: 9px;
	height: 11px;
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 25
}

.popup-pro .popup-content .pro_list .pro_item .pro_stick {
	width: 93px;
	height: 27px;
	background: #fff;
	border: 0.5px solid #e4e4e4;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	text-align: center;
	line-height: 25px;
	z-index: 150;
	position: absolute;
	top: -10px;
	left: 43px
}

.popup-pro .popup-content .pro_list .pro_item:nth-child(3n-1) {
	margin: 14px 14px 0
}

.popup-pro .popup-content .pro_list .pro_item uni-text {
	display: block;
	text-align: center
}

.popup-pro .popup-content .pro_list .pro_item .one {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.popup-pro .popup-content .pro_list .pro_item .two {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	padding-top: 16px
}

.popup-pro .popup-content .pro_list .pro_it_active {
	width: 102px;
	height: 106px;
	background: #fff;
	border: 0.5px solid #e3e3e3;
	box-shadow: 0 1px 5px 0 hsla(0,0%,63.9%,.41);
	border-radius: 4px
}

.popup-yy .popup-content {
	width: 290px;
	height: 59vh;
	background: rgba(0,0,0,.6) url(./static/img/share_banner.1ddf4446.png) no-repeat top;
	background-size: 231px 245px
}

.popup-yy .popup-content .share_close {
	float: right;
	margin-right: 13px;
	margin-top: 16px
}

.popup-yy .popup-content .share_frame {
	width: 100%;
	height: 155px;
	background-color: #fff;
	position: absolute;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	padding-top: 16px;
	color: #3ebe3b
}

.popup-yy .popup-content .share_frame .frame_text {
	text-align: center
}

.popup-yy .popup-content .share_frame .frame_text span {
	display: block
}

.popup-yy .popup-content .share_frame .frame_text .one {
	font-weight: 700;
	font-size: 18px
}

.popup-yy .popup-content .share_frame .frame_text .two {
	font-size: 14px;
	margin-top: 4px
}

.popup-yy .popup-content .share_frame .share_btn {
	width: 217px;
	height: 43px;
	background: #3ebe3b;
	border-radius: 21px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 43px;
	position: absolute;
	bottom: 26px;
	left: 42px
}

.header {
	/*width: 375px;*/
	height: 260px
}

.active {
	color: #fff;
	border: none!important
}

.active .active2 {
	color: #fff!important
}

.list-price {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333;
	line-height: 22px
}

.list-discount {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	text-align: center;
	line-height: 14px;
	margin-top: 10px
}

.list-num {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	line-height: 14px;
	margin-top: 10px
}

.container {
	width: 343px;
	margin: 0 auto;
	padding-bottom: 75px
}

.container .express-header {
	padding-top: 49px;
	display: flex;
	flex-wrap: wrap
}

.container .express-header .express-notice {
	width: 322px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.container .container-title {
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.06);
	border-radius: 9px;
	padding: 20px 15px;
	margin-top: 20px
}

.container .container-title .channel-select .selete-title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.container .container-title .channel-select .selete-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px 0
}

.container .container-title .channel-select .selete-list .list-channel {
	width: 28%;
	height: 100px;
	background: #f6f8fe;
	border-radius: 6px;
	margin: 10px 8px
}

.container .container-title .channel-select .selete-list .list-channel .channel-img {
	width: 23px;
	height: 23px;
	margin: 0 auto;
	margin-top: 17px
}

.container .container-title .channel-select .selete-list .list-channel .channel-img uni-image {
	width: 100%;
	height: 100%
}

.container .container-title .channel-select .selete-list .list-channel .channel-text {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	padding-top: 10px;
	text-align: center
}

.container .container-title .channel-select .selete-list .list-channel .channel-add {
	width: 86%;
	font-size: 10px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
	margin-top: 6px
}

.container .container-title .channel-select .selete-list .list-channel .channel-addiocn {
	text-align: center;
	color: #999;
	padding-top: 5px
}

.container .container-title .channel-select .selete-list .active-channel {
	border: 0.5px solid #5bcb58;
	border-radius: 4px;
	position: relative;
	width: 28%;
	height: 100px;
	background: #fff;
	border-radius: 6px;
	margin: 10px 8px
}

.container .container-title .channel-select .selete-list .active-channel .hook {
	width: 23px;
	height: 23px;
	position: absolute;
	top: -2px;
	right: -2px
}

.container .container-title .channel-select .selete-list .active-channel .channel-img {
	width: 23px;
	height: 23px;
	margin: 0 auto;
	margin-top: 17px
}

.container .container-title .channel-select .selete-list .active-channel .channel-img uni-image {
	width: 100%;
	height: 100%
}

.container .container-title .channel-select .selete-list .active-channel .channel-text {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5bcb58;
	text-align: center
}

.container .container-title .channel-select .selete-list .active-channel .channel-add {
	width: 86%;
	font-size: 10px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5bcb58;
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
	margin-top: 6px
}

.container .container-title .express-selete-money .express-money-title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.container .container-title .express-selete-money .money-nav {
	/*height: 120px;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.container .container-title .express-selete-money .money-nav .nav-list {
	width: 30%;
	border-radius: 6px;
	padding: 12px 0px;
	margin-top: 20px;
	text-align: center
}

.container .container-title .express-selete-money .money-nav .nav-list:nth-child(n+2) {
	margin-left: 12px
}

.container .container-title .express-selete-money .money-nav .nav-list uni-text {
	display: block;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333
}

.container .container-title .express-selete-money .money-nav .active_nav {
	border-radius: 6px
}

.container .container-title .express-selete-money .money-nav .active_nav uni-text {
	color: #fff
}

.container .container-title .express-selete-money .heng {
	width: 304px;
	height: 1px;
	background: #eee;
	margin: 0 auto;
	margin-top: 25px
}

.container .container-title .express-selete-money .money-radio {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2e60fc;
	padding: 15px 0
}

.container .container-title .express-selete-money .money-radio .read-block {
	display: flex;
	align-items: center
}

.container .container-title .express-selete-money .money-radio .read-block .readTextFast {
	margin-left: 10px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333
}

.container .container-title .express-selete-money .money-radio .read-agree {
	margin-top: 10px;
	display: flex
}

.container .container-title .express-selete-money .money-radio .read-agree .readTextFasts .read-text {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 10px
}

.container .container-title .express-selete-money .money-radio .read-agree .colorFast {
	color: #333
}

.container .express-title {
	margin-top: 20px;
	height: 407px;
	border-radius: 19px 9px 9px 9px;
	position: relative
}

.container .express-title .title-left {
	padding-top: 154px;
	padding-left: 10px
}

.container .express-title .title-left .left-text {
	display: block;
	height: 30px;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	line-height: 30px
}

.container .express-title .title-right {
	width: 308px;
	height: 407px;
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.06);
	border-radius: 19px 9px 9px 9px;
	position: absolute;
	top: 28px;
	right: 0;
	padding: 30px 15px;
	overflow: hidden
}

.container .flow {
	margin-top: 50px;
	height: 134px;
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.06);
	border-radius: 9px;
	padding: 25px 22px
}

.container .flow .flow-header {
	padding-bottom: 10px
}

.container .flow .flow-header uni-text {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.container .flow .heng-flow {
	width: 60px;
	height: 1px;
	background: #333;
	border-radius: 1px
}

.container .flow .flow-title {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	line-height: 30px
}

.container .flow .flow-title .title-first {
	margin-top: 10px
}

.container .flow .flow-title .title-first .image {
	width: 14px;
	height: 10px;
	margin: 0 15px
}

.container .flow .flow-title .title-second .image {
	width: 14px;
	height: 10px;
	margin: 0 7px
}

.fast-footer {
	width: 100%;
	position: fixed;
	background: #fff;
	bottom: 0;
	display: flex;
	justify-content: space-between
}

.fast-footer .fast-box {
	width: 180px;
	display: flex;
	align-items: center
}

.fast-footer .fast-box .footer-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666
}

.fast-footer .fast-box .fast-index {
	width: 55px;
	text-align: center
}

.fast-footer .fast-box .fast-order {
	width: 55px;
	text-align: center
}

.fast-footer .fast-box .fast-take {
	width: 45px;
	text-align: center
}

.fast-footer .fast-take {
	width: 160px;
	height: 45px;
	text-align: center;
	color: #fff;
	line-height: 45px
}

.fast-footer .fast-auto {
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center
}

.popup .popup-content {
	width: 375px;
	background: #fff;
	border-radius: 18px 18px 0 0;
	padding-bottom: 47px
}

.popup .popup-content .popup-header {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 700;
	text-align: center;
	padding: 30px 0
}

.popup .popup-content .popup-btn {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.popup .popup-content .popup-btn .btn-list {
	width: 135px;
	background: #ccc;
	border-radius: 20px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 40px
}

.popup .popup-content .popup-btn .btn-list-slow {
	width: 135px;
	background: linear-gradient(252deg,#5eaa00,#68bb00);
	box-shadow: 0 12px 20px 0 rgba(91,203,88,.52);
	border-radius: 20px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 40px;
	text-align: center
}

body.pages-express-express {
	background: #f9f9f9
}

.amounta_da {
	width: 29.5%;
	float: left;
	position: relative;
	border: 2px solid rgb(68 149 244);
	border-radius: 3px;
	margin-right: 3%;
	/*margin-bottom: 10px;*/
	text-align: center;
	padding: 15px 0;
	color: #fff!important;
}

.amounta_da_hover {
	background: rgb(68 149 242);
	box-shadow: rgb(68 149 242) 0px 5px 18px 0px;
}





*:focus {
outline: none;
}

ul,li {
list-style-type: none;
}

.hsycms-model-mask {
width: 100%;
height: 100%;
display: none;
position: fixed;
left: 0;
top: 0;
background: rgba(0,0,0,0.7);
z-index: 2222;
}

.hsycms-model {
position: fixed;
z-index: 3333;
display: none;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform-origin: center;
max-width: 80%;
max-height: 80%;
background: #fff;
border-radius: 5px;
overflow: hidden;
}

.hsycms-model.hsycms-model-alert,.hsycms-model.hsycms-model-confirm {
width: 280px;
}

.hsycms-model.hsycms-model-model {
width: 400px;
}

.hsycms-model.hsycms-model-success,.hsycms-model.hsycms-model-error {
padding: 20px 12px;
width: 140px;
}

.hsycms-model.hsycms-model-tips {
padding: 8px 12px;
max-width: 150px;
background: rgba(0,0,0,0.6);
}

.hsycms-model.hsycms-model-tips .hsycms-model-text {
padding: 0;
color: #fff;
}

.hsycms-model.hsycms-model-loading {
padding: 20px 12px;
width: 100px;
background: rgba(0,0,0,0.6);
}

.hsycms-model.hsycms-model-loading .hsycms-model-text {
padding: 0;
color: #fff;
}

.hsycms-model .hsycms-model-load {
display: flex;
align-items: center;
padding-top: 10px;
margin-bottom: 15px;
justify-content: center;
}

.hsycms-model .hsycms-model-load span {
width: 6px;
animation: hsycms-alert-load 1s ease infinite;
transform: translateY(10px);
animation-delay: 0.1s;
margin: 0 5px;
height: 6px;
opacity: 0;
border-radius: 6px;
background: #fff;
}

.hsycms-model .hsycms-model-load span:nth-child(2) {
animation-delay: 0.2s;
}

.hsycms-model .hsycms-model-load span:nth-child(3) {
animation-delay: 0.3s;
}

.hsycms-model .hscysm-model-title {
padding: 15px 0;
opacity: 0;
color: #333;
transform: translateY(10px);
animation: hsycms-alert-text 0.3s ease forwards;
animation-delay: 0.2s;
font-weight: bold;
font-size: 15px;
text-align: center;
}

.hsycms-model .hsycms-model-text {
font-size: 14px;
text-align: center;
color: #333;
line-height: 23px;
padding: 0 20px;
opacity: 0;
transform: translateY(10px);
animation: hsycms-alert-text 0.3s ease forwards;
animation-delay: 0.4s;
}

.hsycms-model .hsycms-model-text.l {
text-align: left;
}

.hsycms-model .hsycms-model-icon {
padding-bottom: 12px;
}

.hsycms-model .hsycms-model-icon svg {
margin: 0 auto;
display: block;
}

.hsycms-model.hsycms-model-success .hsycms-model-text,.hsycms-model.hsycms-model-error .hsycms-model-text {
color: #14d6a2;
padding: 0;
opacity: 0;
transform: translateY(10px);
animation: hsycms-alert-text 0.3s ease forwards;
animation-delay: 0.9s;
}

.hsycms-model.hsycms-model-error .hsycms-model-text {
color: #f54655
}

.hsycms-model .hsycms-model-content {
padding-top: 0;
overflow: hidden auto;
max-height: 80%;
font-size: 14px;
}

.hsycms-model .hsycms-model-btn {
display: flex;
align-items: center;
border-top: 1px solid #f1f1f1;
justify-content: center;
margin-top: 20px;
opacity: 0;
animation: hsycms-alert-button 0.6s ease forwards;
animation-delay: 0.6s;
}

.hsycms-model .hsycms-model-btn button {
flex: 1;
color: #999;
cursor: pointer;
border: 0;
background: none;
padding: 12px;
}

.hsycms-model .hsycms-model-btn button:last-child {
color: #fe5c42
}

.hsycms-model .hsycms-model-btn button.cancel {
border-right: 1px solid #f1f1f1;
}

.hsycms-model .hsycms-model-btn button:active {
opacity: 0.8;
}

.hsycms-ani-open {
animation: hsycms-open 0.3s ease forwards;
}

.hsycms-ani-close {
animation: hsycms-close 0.3s ease forwards;
}

@-webkit-keyframes hsycms-open {
0% {
	transform: scale(0);
	opacity: 0;
}

100% {
	transform: scale(1);
	opacity: 1;
}}

@-webkit-keyframes hsycms-close {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	30% {
		transform: scale(1.05);
		opacity: 0.5;
	}

	100% {
		transform: scale(0.7);
		opacity: 0;
	}
}

.hsycms-alert-svgcircle {
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
	animation: hsycms-alert-ruand 0.5s ease-in-out forwards
}

.hsycms-alert-svggou {
	stroke-dasharray: 80;
	stroke-dashoffset: 80;
	animation: hsycms-alert-tick .6s ease-out forwards;
	animation-delay: .75s;
}

.hsycms-alert-svgca1 {
	stroke-dasharray: 80;
	stroke-dashoffset: 80;
	animation: hsycms-alert-tick .6s ease-out forwards;
	animation-delay: .75s;
}

.hsycms-alert-svgca2 {
	stroke-dasharray: 80;
	stroke-dashoffset: 80;
	animation: hsycms-alert-tick .6s ease-out forwards;
	animation-delay: .85s;
}

@keyframes hsycms-alert-ruand {
	form {
		stroke-dashoffset: 200;
	}

	to {
		stroke-dashoffset: 400;
	}
}

@keyframes hsycms-alert-tick {
	from {
		stroke-dashoffset: 80;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes hsycms-alert-text {
	from {
		transform: translateY(10px);
		opacity: 0;
	}

	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes hsycms-alert-button {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes hsycms-alert-load {
	0% {
		transform: translateY(0px);
		opacity: 0;
	}

	50% {
		transform: translateY(-10px);
		opacity: 1;
	}

	100% {
		transform: translateY(0px);
		opacity: 0;
	}
}

.content {
	font-size: 15px;
	color: #666;
}

.content p {
	margin-bottom: 3px;
}

.js-toast-loading {
	display: none
}

*, *:before, *:after {
	box-sizing: inherit;
}

.aui-flex {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 16px 0 rgb(0 0 0 / 10%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 20px;
	position: relative;
}

.aui-flex-box input {
	width: 100%;
	font-size: 1.5rem;
	color: #3f93f4;
	border: 0;
}

.aui-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.aui-flex-box label {
	margin-top: -0.3rem;
	margin-left: 0.4rem;
	color: #a9a9a9;
	font-size: 0.8rem;
}

.aui-reset-phone {
	width: 25px;
	height: 25px;
}

.aui-reset-phone img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.aui-reset-phones {
	width: 170px;
	height: 25px;
}

.pay-type ul {
	display: flex;
	padding: 0 .1rem;
}

.pay-type ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 2.05rem;
	width: 100%;
	border: 2px solid #e0e0e0;
	border-radius: 1.05rem;
	font-size: 1rem;
	margin-right: 3%;
	color: #333333;
	padding-right: .45rem;
	margin-bottom: .35rem;
}

.pay-type ul li span sup {
	display: inline-block;
	background: #ff6767;
	font-size: .2rem;
	padding: .02rem .05rem;
	border-radius: .08rem .08rem .08rem 0;
	color: #FFFFFF;
	margin-left: .08rem;
}

.pay-type ul li .type {
	display: flex;
	align-items: center;
	height: 100%;
}

.pay-type ul li i.check {
	display: inline-block;
	width: 1.85rem;
	height: 100%;
	background: url(/addons/hsq_czxt/template/mobile/img/icon-checked.png) right center no-repeat;
	background-size: 1.31rem 1.31rem;
}

.pay-type ul li.active {
	border-color: #158ae3;
	color: #158ae3;
}

.pay-type ul li.active i.check {
	background-image: url(/addons/hsq_czxt/template/mobile/img/icon-checked-active.png);
}

.aui-well-item-fr {
	font-size: 0.85rem;
	text-align: right;
	color: #a36c3b;
	padding-right: 13px;
	position: relative;
}

.aui-well-item-fr:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 2px;
	border-radius: 2px;
}

/* æç¤ºå¼¹çª— */
.black_box {
	width: 30%;
	border-radius: 4px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	padding: 15px 5%;
	position: fixed;
	z-index: 10;
	left: 35%;
	top: 48%;
	/*margin-top: -50px;*/
}
























































































































.wxParse div,.wxParse div {
	word-break: break-word
}

.wxParse .p {
	padding-bottom: .5em;
	clear: both
				/* letter-spacing: 0;//字间距 */
}

.wxParse .inline {
	display: inline;
	margin: 0;
	padding: 0
}

.wxParse .div {
	margin: 0;
	padding: 0;
	display: block
}

.wxParse .h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin: .67em 0
}

.wxParse .h2 {
	font-size: 1.5em;
	margin: .83em 0
}

.wxParse .h3 {
	font-size: 1.17em;
	margin: 1em 0
}

.wxParse .h4 {
	margin: 1.33em 0
}

.wxParse .h5 {
	font-size: .83em;
	margin: 1.67em 0
}

.wxParse .h6 {
	font-size: .83em;
	margin: 1.67em 0
}

.wxParse .h1,
			.wxParse .h2,
			.wxParse .h3,
			.wxParse .h4,
			.wxParse .h5,
			.wxParse .h6,
			.wxParse .b,
			.wxParse .strong {
	font-weight: bolder
}

.wxParse .i,
			.wxParse .cite,
			.wxParse .em,
			.wxParse .var,
			.wxParse .address {
	font-style: italic
}

.wxParse .spaceshow {
	white-space: pre
}

.wxParse .pre,
			.wxParse .tt,
			.wxParse .code,
			.wxParse .kbd,
			.wxParse .samp {
	font-family: monospace
}

.wxParse .pre {
	overflow: auto;
	background: #f5f5f5;
	padding: 8px;
	white-space: pre;
	margin: 1em 0px;
	font-size: 12px
}

.wxParse .code {
	overflow: auto;
	padding: 8px;
	white-space: pre;
	margin: 1em 0px;
	background: #f5f5f5;
	font-size: 12px
}

.wxParse .big {
	font-size: 1.17em
}

.wxParse .small,
			.wxParse .sub,
			.wxParse .sup {
	font-size: .83em
}

.wxParse .sub {
	vertical-align: sub
}

.wxParse .sup {
	vertical-align: super
}

.wxParse .s,
			.wxParse .strike,
			.wxParse .del {
	text-decoration: line-through
}

.wxParse .strong,
			.wxParse .text,
			.wxParse .span,
			.wxParse .s {
	display: inline
}

.wxParse .a {
	color: #00bfff
}

.wxParse .video {
	text-align: center;
	margin: 11px 0
}

.wxParse .video-video {
	width: 100%
}

.wxParse .uni-image {
	max-width: 100%
}

.wxParse .img {
	display: block;
	max-width: 100%;
	margin-bottom: 0;
/* //与p标签底部padding同时修改 */
	overflow: hidden
}

.wxParse .blockquote {
	margin: 5px 0;
	padding: 11px 0 11px 11px;
	font-family: Courier,Calibri,宋体;
	background: #f5f5f5;
	border-left: 3px solid #dbdbdb
}

.wxParse .blockquote .p {
	margin: 0
}

.wxParse .ul, .wxParse .ol {
	display: block;
	margin: 1em 0;
	padding-left: 2em
}

.wxParse .ol {
	list-style-type: disc
}

.wxParse .ol {
	list-style-type: decimal
}

.wxParse .ol>weixin-parse-template,.wxParse .ul>weixin-parse-template {
	display: list-item;
	align-items: baseline;
	text-align: match-parent
}

.wxParse .ol>.li,.wxParse .ul>.li {
	display: list-item;
	align-items: baseline;
	text-align: match-parent
}

.wxParse .ul .ul, .wxParse .ol .ul {
	list-style-type: circle
}

.wxParse .ol .ol .ul, .wxParse .ol .ul .ul, .wxParse .ul .ol .ul, .wxParse .ul .ul .ul {
	list-style-type: square
}

.wxParse .u {
	text-decoration: underline
}

.wxParse .hide {
	display: none
}

.wxParse .del {
	display: inline
}

.wxParse .figure {
	overflow: hidden
}

.wxParse .tablebox {
	overflow: auto;
	background-color: #f5f5f5;
	background: #f5f5f5;
	font-size: 13px;
	padding: 8px
}

.wxParse .table .table,.wxParse .table {
	border-collapse: collapse;
	box-sizing: border-box;
				/* 内边框 */
				/* width: 100%; */
	overflow: auto;
	white-space: pre
}

.wxParse .tbody {
	border-collapse: collapse;
	box-sizing: border-box;
				/* 内边框 */
	border: 1px solid #dadada
}

.wxParse .table  .thead, .wxParse  .table .tfoot, .wxParse  .table .th {
	border-collapse: collapse;
	box-sizing: border-box;
	background: #ececec;
	font-weight: 40
}

.wxParse  .table .tr {
	border-collapse: collapse;
	box-sizing: border-box;
				/* border: 2px solid #F0AD4E; */
	overflow: auto
}

.wxParse  .table .th,
			.wxParse  .table .td {
	border-collapse: collapse;
	box-sizing: border-box;
	border: 1px solid #dadada;
	overflow: auto
}

.wxParse .audio, .wxParse .uni-audio-default {
	display: block
}

@font-face {
	font-family:iconfont; /* Project id 2627675 */src:url(data:font/woff2;base64,d09GMgABAAAAAAJwAAsAAAAABjgAAAImAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCcAooPwE2AiQDCAsGAAQgBYRtBzEbggXInpo8CRIQKBiDenz8AArx8P9z6H0/P1BCBYASUAOq6rERsVOTcsJMyB4/sKvO/k9bbm1/KkJ1yTvAjaWm7cxvd/rSlPE8TiMswiAkCIfQtOpuuLzsx0f3eS7Ht4AOpPUxymWshWvSDWrhgRXN572A9raiyIqxYewCl/CKQK89Z4bXF3ePsP0WagN7Y1Z7kPLjW56GMOdJWYaVRqj6HswQ/5Wk7+kXfoS/j38OYg6SsgBLdPfhPIGv2EuKtmu9Fm/a+RrgcwklCmwBmXhqL94YiTp2pDcxtgBrs+C3rvNDYtd+wf46i9sPpmAp+M1dKUCC21JTo8/yMybV8bbYjSj5h+3b7CzLRAcE79b7u+P3pq9319u3h0u6NitaNMskgg9gmlsy6xlSXnl0IKm3yenVC1OAUb9jPRMHqobGxAgtdE2nKDSWiMxsodTnCJXGGXptujzeZ4wYibwANnwAhGGfSAb9RGHYN5GZH5Qm/aEyHCP0eomxC/usRL68EgqVEozeMY+5MU5YlxH/ntK+CiVrDmXPJF2eQddyipVLakjm2NK9pJ6qQSNc4wV4jqqKsRUuKFYrU20Ptm3qPmTFXMPSFUFCiiRQ5B3KxVjD+J3VsvT9eyTVq4SkpaWm+YyITj4+clmcHsSlo+nVci/vdF6kPEoZyBCshi7APFKpMNTWzyuQmLJkI/KtA9uWMn0d1vqu+usOQS/Lm8KeOYL6Sx42yj0A) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAPgAAsAAAAABjgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA/0kvNY21hcAAAAYgAAABLAAABcOolvqFnbHlmAAAB1AAAACgAAAAoFc87BmhlYWQAAAH8AAAALwAAADYdD+PhaGhlYQAAAiwAAAAcAAAAJAeCA4NobXR4AAACSAAAAAgAAAAICAAAAGxvY2EAAAJQAAAABgAAAAYAFAAAbWF4cAAAAlgAAAAeAAAAIAENABNuYW1lAAACeAAAAUUAAAJtPlT+fXBvc3QAAAPAAAAAIAAAADHf6dd3eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYPzCwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHXvx98Ze54X8DQwzzHYYGoDAjiiImAMnZDx54nGNgYGBlYGBgBmIdIGZhYGAMYWBkAAE/oCgjWJyZgQsszsKgBFbDAhJ/8ff/fxgJ5LOASQZGNoZRwAMmZaA8cFhBMAMjAJieDWUAAAEAAP+ABAADgAAGAAAlIREhEQkBAgD+AAIAAgD+AKsBqgEr/gD+AHicY2BkYGAAYtbdD0vj+W2+MnCzMIDAnR/+nxD0/wYWBuYGIJeDgQkkCgBUlAwBAHicY2BkYGBu+N/AwMDCAAJAkpEBFTABAD1UAg8EAAAABAAAAAAAAAAAFAAAeJxjYGRgYGBiYGcA0SAWAwMXEDIw/AfzGQAJRgEhAAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICJkYmRmYE9KzMxryS/lIEBABR/Axc=) format("woff"),url(data:font/ttf;base64,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) format("truetype")
}

.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-jiantou:before {
	content: "\e8fd"
}

.flex-start {
	align-items: flex-start!important
}

.flex-end {
	align-items: flex-end!important
}

.u-relative,
			.u-rela {
	position: relative
}

.u-absolute,
			.u-abso {
	position: absolute
}

uni-image {
	display: inline-block
}

div,
			uni-text {
	box-sizing: border-box
}

.u-font-xs {
	font-size: 11px
}

.u-font-sm {
	font-size: 13px
}

.u-font-md {
	font-size: 14px
}

.u-font-lg {
	font-size: 15px
}

.u-font-xl {
	font-size: 17px
}

.u-flex {
	display: flex;
	flex-direction: row;
	align-items: center
}

.u-flex-wrap {
	flex-wrap: wrap
}

.u-flex-nowrap {
	flex-wrap: nowrap
}

.u-col-center {
	align-items: center
}

.u-col-top {
	align-items: flex-start
}

.u-col-bottom {
	align-items: flex-end
}

.u-row-center {
	justify-content: center
}

.u-row-left {
	justify-content: flex-start
}

.u-row-right {
	justify-content: flex-end
}

.u-row-between {
	justify-content: space-between
}

.u-row-around {
	justify-content: space-around
}

.u-text-left {
	text-align: left
}

.u-text-center {
	text-align: center
}

.u-text-right {
	text-align: right
}

.u-flex-col {
	display: flex;
	flex-direction: column
}

.u-flex-0 {
	flex: 0
}

.u-flex-1 {
	flex: 1
}

.u-flex-2 {
	flex: 2
}

.u-flex-3 {
	flex: 3
}

.u-flex-4 {
	flex: 4
}

.u-flex-5 {
	flex: 5
}

.u-flex-6 {
	flex: 6
}

.u-flex-7 {
	flex: 7
}

.u-flex-8 {
	flex: 8
}

.u-flex-9 {
	flex: 9
}

.u-flex-10 {
	flex: 10
}

.u-flex-11 {
	flex: 11
}

.u-flex-12 {
	flex: 12
}

.u-font-9 {
	font-size: 9px
}

.u-font-10 {
	font-size: 10px
}

.u-font-11 {
	font-size: 11px
}

.u-font-12 {
	font-size: 12px
}

.u-font-13 {
	font-size: 13px
}

.u-font-14 {
	font-size: 14px
}

.u-font-15 {
	font-size: 15px
}

.u-font-16 {
	font-size: 16px
}

.u-font-17 {
	font-size: 17px
}

.u-font-18 {
	font-size: 18px
}

.u-font-19 {
	font-size: 19px
}

.u-font-20 {
	font-size: 10px
}

.u-font-21 {
	font-size: 10px
}

.u-font-22 {
	font-size: 11px
}

.u-font-23 {
	font-size: 11px
}

.u-font-24 {
	font-size: 12px
}

.u-font-25 {
	font-size: 12px
}

.u-font-26 {
	font-size: 13px
}

.u-font-27 {
	font-size: 13px
}

.u-font-28 {
	font-size: 14px
}

.u-font-29 {
	font-size: 14px
}

.u-font-30 {
	font-size: 15px
}

.u-font-31 {
	font-size: 15px
}

.u-font-32 {
	font-size: 16px
}

.u-font-33 {
	font-size: 16px
}

.u-font-34 {
	font-size: 17px
}

.u-font-35 {
	font-size: 17px
}

.u-font-36 {
	font-size: 18px
}

.u-font-37 {
	font-size: 18px
}

.u-font-38 {
	font-size: 19px
}

.u-font-39 {
	font-size: 19px
}

.u-font-40 {
	font-size: 20px
}

.u-margin-0, .u-m-0 {
	margin: 0px!important
}

.u-padding-0, .u-p-0 {
	padding: 0px!important
}

.u-m-l-0 {
	margin-left: 0px!important
}

.u-p-l-0 {
	padding-left: 0px!important
}

.u-margin-left-0 {
	margin-left: 0px!important
}

.u-padding-left-0 {
	padding-left: 0px!important
}

.u-m-t-0 {
	margin-top: 0px!important
}

.u-p-t-0 {
	padding-top: 0px!important
}

.u-margin-top-0 {
	margin-top: 0px!important
}

.u-padding-top-0 {
	padding-top: 0px!important
}

.u-m-r-0 {
	margin-right: 0px!important
}

.u-p-r-0 {
	padding-right: 0px!important
}

.u-margin-right-0 {
	margin-right: 0px!important
}

.u-padding-right-0 {
	padding-right: 0px!important
}

.u-m-b-0 {
	margin-bottom: 0px!important
}

.u-p-b-0 {
	padding-bottom: 0px!important
}

.u-margin-bottom-0 {
	margin-bottom: 0px!important
}

.u-padding-bottom-0 {
	padding-bottom: 0px!important
}

.u-margin-2, .u-m-2 {
	margin: 1px!important
}

.u-padding-2, .u-p-2 {
	padding: 1px!important
}

.u-m-l-2 {
	margin-left: 1px!important
}

.u-p-l-2 {
	padding-left: 1px!important
}

.u-margin-left-2 {
	margin-left: 1px!important
}

.u-padding-left-2 {
	padding-left: 1px!important
}

.u-m-t-2 {
	margin-top: 1px!important
}

.u-p-t-2 {
	padding-top: 1px!important
}

.u-margin-top-2 {
	margin-top: 1px!important
}

.u-padding-top-2 {
	padding-top: 1px!important
}

.u-m-r-2 {
	margin-right: 1px!important
}

.u-p-r-2 {
	padding-right: 1px!important
}

.u-margin-right-2 {
	margin-right: 1px!important
}

.u-padding-right-2 {
	padding-right: 1px!important
}

.u-m-b-2 {
	margin-bottom: 1px!important
}

.u-p-b-2 {
	padding-bottom: 1px!important
}

.u-margin-bottom-2 {
	margin-bottom: 1px!important
}

.u-padding-bottom-2 {
	padding-bottom: 1px!important
}

.u-margin-4, .u-m-4 {
	margin: 2px!important
}

.u-padding-4, .u-p-4 {
	padding: 2px!important
}

.u-m-l-4 {
	margin-left: 2px!important
}

.u-p-l-4 {
	padding-left: 2px!important
}

.u-margin-left-4 {
	margin-left: 2px!important
}

.u-padding-left-4 {
	padding-left: 2px!important
}

.u-m-t-4 {
	margin-top: 2px!important
}

.u-p-t-4 {
	padding-top: 2px!important
}

.u-margin-top-4 {
	margin-top: 2px!important
}

.u-padding-top-4 {
	padding-top: 2px!important
}

.u-m-r-4 {
	margin-right: 2px!important
}

.u-p-r-4 {
	padding-right: 2px!important
}

.u-margin-right-4 {
	margin-right: 2px!important
}

.u-padding-right-4 {
	padding-right: 2px!important
}

.u-m-b-4 {
	margin-bottom: 2px!important
}

.u-p-b-4 {
	padding-bottom: 2px!important
}

.u-margin-bottom-4 {
	margin-bottom: 2px!important
}

.u-padding-bottom-4 {
	padding-bottom: 2px!important
}

.u-margin-5, .u-m-5 {
	margin: 2px!important
}

.u-padding-5, .u-p-5 {
	padding: 2px!important
}

.u-m-l-5 {
	margin-left: 2px!important
}

.u-p-l-5 {
	padding-left: 2px!important
}

.u-margin-left-5 {
	margin-left: 2px!important
}

.u-padding-left-5 {
	padding-left: 2px!important
}

.u-m-t-5 {
	margin-top: 2px!important
}

.u-p-t-5 {
	padding-top: 2px!important
}

.u-margin-top-5 {
	margin-top: 2px!important
}

.u-padding-top-5 {
	padding-top: 2px!important
}

.u-m-r-5 {
	margin-right: 2px!important
}

.u-p-r-5 {
	padding-right: 2px!important
}

.u-margin-right-5 {
	margin-right: 2px!important
}

.u-padding-right-5 {
	padding-right: 2px!important
}

.u-m-b-5 {
	margin-bottom: 2px!important
}

.u-p-b-5 {
	padding-bottom: 2px!important
}

.u-margin-bottom-5 {
	margin-bottom: 2px!important
}

.u-padding-bottom-5 {
	padding-bottom: 2px!important
}

.u-margin-6, .u-m-6 {
	margin: 3px!important
}

.u-padding-6, .u-p-6 {
	padding: 3px!important
}

.u-m-l-6 {
	margin-left: 3px!important
}

.u-p-l-6 {
	padding-left: 3px!important
}

.u-margin-left-6 {
	margin-left: 3px!important
}

.u-padding-left-6 {
	padding-left: 3px!important
}

.u-m-t-6 {
	margin-top: 3px!important
}

.u-p-t-6 {
	padding-top: 3px!important
}

.u-margin-top-6 {
	margin-top: 3px!important
}

.u-padding-top-6 {
	padding-top: 3px!important
}

.u-m-r-6 {
	margin-right: 3px!important
}

.u-p-r-6 {
	padding-right: 3px!important
}

.u-margin-right-6 {
	margin-right: 3px!important
}

.u-padding-right-6 {
	padding-right: 3px!important
}

.u-m-b-6 {
	margin-bottom: 3px!important
}

.u-p-b-6 {
	padding-bottom: 3px!important
}

.u-margin-bottom-6 {
	margin-bottom: 3px!important
}

.u-padding-bottom-6 {
	padding-bottom: 3px!important
}

.u-margin-8, .u-m-8 {
	margin: 4px!important
}

.u-padding-8, .u-p-8 {
	padding: 4px!important
}

.u-m-l-8 {
	margin-left: 4px!important
}

.u-p-l-8 {
	padding-left: 4px!important
}

.u-margin-left-8 {
	margin-left: 4px!important
}

.u-padding-left-8 {
	padding-left: 4px!important
}

.u-m-t-8 {
	margin-top: 4px!important
}

.u-p-t-8 {
	padding-top: 4px!important
}

.u-margin-top-8 {
	margin-top: 4px!important
}

.u-padding-top-8 {
	padding-top: 4px!important
}

.u-m-r-8 {
	margin-right: 4px!important
}

.u-p-r-8 {
	padding-right: 4px!important
}

.u-margin-right-8 {
	margin-right: 4px!important
}

.u-padding-right-8 {
	padding-right: 4px!important
}

.u-m-b-8 {
	margin-bottom: 4px!important
}

.u-p-b-8 {
	padding-bottom: 4px!important
}

.u-margin-bottom-8 {
	margin-bottom: 4px!important
}

.u-padding-bottom-8 {
	padding-bottom: 4px!important
}

.u-margin-10, .u-m-10 {
	margin: 5px!important
}

.u-padding-10, .u-p-10 {
	padding: 5px!important
}

.u-m-l-10 {
	margin-left: 5px!important
}

.u-p-l-10 {
	padding-left: 5px!important
}

.u-margin-left-10 {
	margin-left: 5px!important
}

.u-padding-left-10 {
	padding-left: 5px!important
}

.u-m-t-10 {
	margin-top: 5px!important
}

.u-p-t-10 {
	padding-top: 5px!important
}

.u-margin-top-10 {
	margin-top: 5px!important
}

.u-padding-top-10 {
	padding-top: 5px!important
}

.u-m-r-10 {
	margin-right: 5px!important
}

.u-p-r-10 {
	padding-right: 5px!important
}

.u-margin-right-10 {
	margin-right: 5px!important
}

.u-padding-right-10 {
	padding-right: 5px!important
}

.u-m-b-10 {
	margin-bottom: 5px!important
}

.u-p-b-10 {
	padding-bottom: 5px!important
}

.u-margin-bottom-10 {
	margin-bottom: 5px!important
}

.u-padding-bottom-10 {
	padding-bottom: 5px!important
}

.u-margin-12, .u-m-12 {
	margin: 6px!important
}

.u-padding-12, .u-p-12 {
	padding: 6px!important
}

.u-m-l-12 {
	margin-left: 6px!important
}

.u-p-l-12 {
	padding-left: 6px!important
}

.u-margin-left-12 {
	margin-left: 6px!important
}

.u-padding-left-12 {
	padding-left: 6px!important
}

.u-m-t-12 {
	margin-top: 6px!important
}

.u-p-t-12 {
	padding-top: 6px!important
}

.u-margin-top-12 {
	margin-top: 6px!important
}

.u-padding-top-12 {
	padding-top: 6px!important
}

.u-m-r-12 {
	margin-right: 6px!important
}

.u-p-r-12 {
	padding-right: 6px!important
}

.u-margin-right-12 {
	margin-right: 6px!important
}

.u-padding-right-12 {
	padding-right: 6px!important
}

.u-m-b-12 {
	margin-bottom: 6px!important
}

.u-p-b-12 {
	padding-bottom: 6px!important
}

.u-margin-bottom-12 {
	margin-bottom: 6px!important
}

.u-padding-bottom-12 {
	padding-bottom: 6px!important
}

.u-margin-14, .u-m-14 {
	margin: 7px!important
}

.u-padding-14, .u-p-14 {
	padding: 7px!important
}

.u-m-l-14 {
	margin-left: 7px!important
}

.u-p-l-14 {
	padding-left: 7px!important
}

.u-margin-left-14 {
	margin-left: 7px!important
}

.u-padding-left-14 {
	padding-left: 7px!important
}

.u-m-t-14 {
	margin-top: 7px!important
}

.u-p-t-14 {
	padding-top: 7px!important
}

.u-margin-top-14 {
	margin-top: 7px!important
}

.u-padding-top-14 {
	padding-top: 7px!important
}

.u-m-r-14 {
	margin-right: 7px!important
}

.u-p-r-14 {
	padding-right: 7px!important
}

.u-margin-right-14 {
	margin-right: 7px!important
}

.u-padding-right-14 {
	padding-right: 7px!important
}

.u-m-b-14 {
	margin-bottom: 7px!important
}

.u-p-b-14 {
	padding-bottom: 7px!important
}

.u-margin-bottom-14 {
	margin-bottom: 7px!important
}

.u-padding-bottom-14 {
	padding-bottom: 7px!important
}

.u-margin-15, .u-m-15 {
	margin: 7px!important
}

.u-padding-15, .u-p-15 {
	padding: 7px!important
}

.u-m-l-15 {
	margin-left: 7px!important
}

.u-p-l-15 {
	padding-left: 7px!important
}

.u-margin-left-15 {
	margin-left: 7px!important
}

.u-padding-left-15 {
	padding-left: 7px!important
}

.u-m-t-15 {
	margin-top: 7px!important
}

.u-p-t-15 {
	padding-top: 7px!important
}

.u-margin-top-15 {
	margin-top: 7px!important
}

.u-padding-top-15 {
	padding-top: 7px!important
}

.u-m-r-15 {
	margin-right: 7px!important
}

.u-p-r-15 {
	padding-right: 7px!important
}

.u-margin-right-15 {
	margin-right: 7px!important
}

.u-padding-right-15 {
	padding-right: 7px!important
}

.u-m-b-15 {
	margin-bottom: 7px!important
}

.u-p-b-15 {
	padding-bottom: 7px!important
}

.u-margin-bottom-15 {
	margin-bottom: 7px!important
}

.u-padding-bottom-15 {
	padding-bottom: 7px!important
}

.u-margin-16, .u-m-16 {
	margin: 8px!important
}

.u-padding-16, .u-p-16 {
	padding: 8px!important
}

.u-m-l-16 {
	margin-left: 8px!important
}

.u-p-l-16 {
	padding-left: 8px!important
}

.u-margin-left-16 {
	margin-left: 8px!important
}

.u-padding-left-16 {
	padding-left: 8px!important
}

.u-m-t-16 {
	margin-top: 8px!important
}

.u-p-t-16 {
	padding-top: 8px!important
}

.u-margin-top-16 {
	margin-top: 8px!important
}

.u-padding-top-16 {
	padding-top: 8px!important
}

.u-m-r-16 {
	margin-right: 8px!important
}

.u-p-r-16 {
	padding-right: 8px!important
}

.u-margin-right-16 {
	margin-right: 8px!important
}

.u-padding-right-16 {
	padding-right: 8px!important
}

.u-m-b-16 {
	margin-bottom: 8px!important
}

.u-p-b-16 {
	padding-bottom: 8px!important
}

.u-margin-bottom-16 {
	margin-bottom: 8px!important
}

.u-padding-bottom-16 {
	padding-bottom: 8px!important
}

.u-margin-18, .u-m-18 {
	margin: 9px!important
}

.u-padding-18, .u-p-18 {
	padding: 9px!important
}

.u-m-l-18 {
	margin-left: 9px!important
}

.u-p-l-18 {
	padding-left: 9px!important
}

.u-margin-left-18 {
	margin-left: 9px!important
}

.u-padding-left-18 {
	padding-left: 9px!important
}

.u-m-t-18 {
	margin-top: 9px!important
}

.u-p-t-18 {
	padding-top: 9px!important
}

.u-margin-top-18 {
	margin-top: 9px!important
}

.u-padding-top-18 {
	padding-top: 9px!important
}

.u-m-r-18 {
	margin-right: 9px!important
}

.u-p-r-18 {
	padding-right: 9px!important
}

.u-margin-right-18 {
	margin-right: 9px!important
}

.u-padding-right-18 {
	padding-right: 9px!important
}

.u-m-b-18 {
	margin-bottom: 9px!important
}

.u-p-b-18 {
	padding-bottom: 9px!important
}

.u-margin-bottom-18 {
	margin-bottom: 9px!important
}

.u-padding-bottom-18 {
	padding-bottom: 9px!important
}

.u-margin-20, .u-m-20 {
	margin: 10px!important
}

.u-padding-20, .u-p-20 {
	padding: 10px!important
}

.u-m-l-20 {
	margin-left: 10px!important
}

.u-p-l-20 {
	padding-left: 10px!important
}

.u-margin-left-20 {
	margin-left: 10px!important
}

.u-padding-left-20 {
	padding-left: 10px!important
}

.u-m-t-20 {
	margin-top: 10px!important
}

.u-p-t-20 {
	padding-top: 10px!important
}

.u-margin-top-20 {
	margin-top: 10px!important
}

.u-padding-top-20 {
	padding-top: 10px!important
}

.u-m-r-20 {
	margin-right: 10px!important
}

.u-p-r-20 {
	padding-right: 10px!important
}

.u-margin-right-20 {
	margin-right: 10px!important
}

.u-padding-right-20 {
	padding-right: 10px!important
}

.u-m-b-20 {
	margin-bottom: 10px!important
}

.u-p-b-20 {
	padding-bottom: 10px!important
}

.u-margin-bottom-20 {
	margin-bottom: 10px!important
}

.u-padding-bottom-20 {
	padding-bottom: 10px!important
}

.u-margin-22, .u-m-22 {
	margin: 11px!important
}

.u-padding-22, .u-p-22 {
	padding: 11px!important
}

.u-m-l-22 {
	margin-left: 11px!important
}

.u-p-l-22 {
	padding-left: 11px!important
}

.u-margin-left-22 {
	margin-left: 11px!important
}

.u-padding-left-22 {
	padding-left: 11px!important
}

.u-m-t-22 {
	margin-top: 11px!important
}

.u-p-t-22 {
	padding-top: 11px!important
}

.u-margin-top-22 {
	margin-top: 11px!important
}

.u-padding-top-22 {
	padding-top: 11px!important
}

.u-m-r-22 {
	margin-right: 11px!important
}

.u-p-r-22 {
	padding-right: 11px!important
}

.u-margin-right-22 {
	margin-right: 11px!important
}

.u-padding-right-22 {
	padding-right: 11px!important
}

.u-m-b-22 {
	margin-bottom: 11px!important
}

.u-p-b-22 {
	padding-bottom: 11px!important
}

.u-margin-bottom-22 {
	margin-bottom: 11px!important
}

.u-padding-bottom-22 {
	padding-bottom: 11px!important
}

.u-margin-24, .u-m-24 {
	margin: 12px!important
}

.u-padding-24, .u-p-24 {
	padding: 12px!important
}

.u-m-l-24 {
	margin-left: 12px!important
}

.u-p-l-24 {
	padding-left: 12px!important
}

.u-margin-left-24 {
	margin-left: 12px!important
}

.u-padding-left-24 {
	padding-left: 12px!important
}

.u-m-t-24 {
	margin-top: 12px!important
}

.u-p-t-24 {
	padding-top: 12px!important
}

.u-margin-top-24 {
	margin-top: 12px!important
}

.u-padding-top-24 {
	padding-top: 12px!important
}

.u-m-r-24 {
	margin-right: 12px!important
}

.u-p-r-24 {
	padding-right: 12px!important
}

.u-margin-right-24 {
	margin-right: 12px!important
}

.u-padding-right-24 {
	padding-right: 12px!important
}

.u-m-b-24 {
	margin-bottom: 12px!important
}

.u-p-b-24 {
	padding-bottom: 12px!important
}

.u-margin-bottom-24 {
	margin-bottom: 12px!important
}

.u-padding-bottom-24 {
	padding-bottom: 12px!important
}

.u-margin-25, .u-m-25 {
	margin: 12px!important
}

.u-padding-25, .u-p-25 {
	padding: 12px!important
}

.u-m-l-25 {
	margin-left: 12px!important
}

.u-p-l-25 {
	padding-left: 12px!important
}

.u-margin-left-25 {
	margin-left: 12px!important
}

.u-padding-left-25 {
	padding-left: 12px!important
}

.u-m-t-25 {
	margin-top: 12px!important
}

.u-p-t-25 {
	padding-top: 12px!important
}

.u-margin-top-25 {
	margin-top: 12px!important
}

.u-padding-top-25 {
	padding-top: 12px!important
}

.u-m-r-25 {
	margin-right: 12px!important
}

.u-p-r-25 {
	padding-right: 12px!important
}

.u-margin-right-25 {
	margin-right: 12px!important
}

.u-padding-right-25 {
	padding-right: 12px!important
}

.u-m-b-25 {
	margin-bottom: 12px!important
}

.u-p-b-25 {
	padding-bottom: 12px!important
}

.u-margin-bottom-25 {
	margin-bottom: 12px!important
}

.u-padding-bottom-25 {
	padding-bottom: 12px!important
}

.u-margin-26, .u-m-26 {
	margin: 13px!important
}

.u-padding-26, .u-p-26 {
	padding: 13px!important
}

.u-m-l-26 {
	margin-left: 13px!important
}

.u-p-l-26 {
	padding-left: 13px!important
}

.u-margin-left-26 {
	margin-left: 13px!important
}

.u-padding-left-26 {
	padding-left: 13px!important
}

.u-m-t-26 {
	margin-top: 13px!important
}

.u-p-t-26 {
	padding-top: 13px!important
}

.u-margin-top-26 {
	margin-top: 13px!important
}

.u-padding-top-26 {
	padding-top: 13px!important
}

.u-m-r-26 {
	margin-right: 13px!important
}

.u-p-r-26 {
	padding-right: 13px!important
}

.u-margin-right-26 {
	margin-right: 13px!important
}

.u-padding-right-26 {
	padding-right: 13px!important
}

.u-m-b-26 {
	margin-bottom: 13px!important
}

.u-p-b-26 {
	padding-bottom: 13px!important
}

.u-margin-bottom-26 {
	margin-bottom: 13px!important
}

.u-padding-bottom-26 {
	padding-bottom: 13px!important
}

.u-margin-28, .u-m-28 {
	margin: 14px!important
}

.u-padding-28, .u-p-28 {
	padding: 14px!important
}

.u-m-l-28 {
	margin-left: 14px!important
}

.u-p-l-28 {
	padding-left: 14px!important
}

.u-margin-left-28 {
	margin-left: 14px!important
}

.u-padding-left-28 {
	padding-left: 14px!important
}

.u-m-t-28 {
	margin-top: 14px!important
}

.u-p-t-28 {
	padding-top: 14px!important
}

.u-margin-top-28 {
	margin-top: 14px!important
}

.u-padding-top-28 {
	padding-top: 14px!important
}

.u-m-r-28 {
	margin-right: 14px!important
}

.u-p-r-28 {
	padding-right: 14px!important
}

.u-margin-right-28 {
	margin-right: 14px!important
}

.u-padding-right-28 {
	padding-right: 14px!important
}

.u-m-b-28 {
	margin-bottom: 14px!important
}

.u-p-b-28 {
	padding-bottom: 14px!important
}

.u-margin-bottom-28 {
	margin-bottom: 14px!important
}

.u-padding-bottom-28 {
	padding-bottom: 14px!important
}

.u-margin-30, .u-m-30 {
	margin: 15px!important
}

.u-padding-30, .u-p-30 {
	padding: 15px!important
}

.u-m-l-30 {
	margin-left: 15px!important
}

.u-p-l-30 {
	padding-left: 15px!important
}

.u-margin-left-30 {
	margin-left: 15px!important
}

.u-padding-left-30 {
	padding-left: 15px!important
}

.u-m-t-30 {
	margin-top: 15px!important
}

.u-p-t-30 {
	padding-top: 15px!important
}

.u-margin-top-30 {
	margin-top: 15px!important
}

.u-padding-top-30 {
	padding-top: 15px!important
}

.u-m-r-30 {
	margin-right: 15px!important
}

.u-p-r-30 {
	padding-right: 15px!important
}

.u-margin-right-30 {
	margin-right: 15px!important
}

.u-padding-right-30 {
	padding-right: 15px!important
}

.u-m-b-30 {
	margin-bottom: 15px!important
}

.u-p-b-30 {
	padding-bottom: 15px!important
}

.u-margin-bottom-30 {
	margin-bottom: 15px!important
}

.u-padding-bottom-30 {
	padding-bottom: 15px!important
}

.u-margin-32, .u-m-32 {
	margin: 16px!important
}

.u-padding-32, .u-p-32 {
	padding: 16px!important
}

.u-m-l-32 {
	margin-left: 16px!important
}

.u-p-l-32 {
	padding-left: 16px!important
}

.u-margin-left-32 {
	margin-left: 16px!important
}

.u-padding-left-32 {
	padding-left: 16px!important
}

.u-m-t-32 {
	margin-top: 16px!important
}

.u-p-t-32 {
	padding-top: 16px!important
}

.u-margin-top-32 {
	margin-top: 16px!important
}

.u-padding-top-32 {
	padding-top: 16px!important
}

.u-m-r-32 {
	margin-right: 16px!important
}

.u-p-r-32 {
	padding-right: 16px!important
}

.u-margin-right-32 {
	margin-right: 16px!important
}

.u-padding-right-32 {
	padding-right: 16px!important
}

.u-m-b-32 {
	margin-bottom: 16px!important
}

.u-p-b-32 {
	padding-bottom: 16px!important
}

.u-margin-bottom-32 {
	margin-bottom: 16px!important
}

.u-padding-bottom-32 {
	padding-bottom: 16px!important
}

.u-margin-34, .u-m-34 {
	margin: 17px!important
}

.u-padding-34, .u-p-34 {
	padding: 17px!important
}

.u-m-l-34 {
	margin-left: 17px!important
}

.u-p-l-34 {
	padding-left: 17px!important
}

.u-margin-left-34 {
	margin-left: 17px!important
}

.u-padding-left-34 {
	padding-left: 17px!important
}

.u-m-t-34 {
	margin-top: 17px!important
}

.u-p-t-34 {
	padding-top: 17px!important
}

.u-margin-top-34 {
	margin-top: 17px!important
}

.u-padding-top-34 {
	padding-top: 17px!important
}

.u-m-r-34 {
	margin-right: 17px!important
}

.u-p-r-34 {
	padding-right: 17px!important
}

.u-margin-right-34 {
	margin-right: 17px!important
}

.u-padding-right-34 {
	padding-right: 17px!important
}

.u-m-b-34 {
	margin-bottom: 17px!important
}

.u-p-b-34 {
	padding-bottom: 17px!important
}

.u-margin-bottom-34 {
	margin-bottom: 17px!important
}

.u-padding-bottom-34 {
	padding-bottom: 17px!important
}

.u-margin-35, .u-m-35 {
	margin: 17px!important
}

.u-padding-35, .u-p-35 {
	padding: 17px!important
}

.u-m-l-35 {
	margin-left: 17px!important
}

.u-p-l-35 {
	padding-left: 17px!important
}

.u-margin-left-35 {
	margin-left: 17px!important
}

.u-padding-left-35 {
	padding-left: 17px!important
}

.u-m-t-35 {
	margin-top: 17px!important
}

.u-p-t-35 {
	padding-top: 17px!important
}

.u-margin-top-35 {
	margin-top: 17px!important
}

.u-padding-top-35 {
	padding-top: 17px!important
}

.u-m-r-35 {
	margin-right: 17px!important
}

.u-p-r-35 {
	padding-right: 17px!important
}

.u-margin-right-35 {
	margin-right: 17px!important
}

.u-padding-right-35 {
	padding-right: 17px!important
}

.u-m-b-35 {
	margin-bottom: 17px!important
}

.u-p-b-35 {
	padding-bottom: 17px!important
}

.u-margin-bottom-35 {
	margin-bottom: 17px!important
}

.u-padding-bottom-35 {
	padding-bottom: 17px!important
}

.u-margin-36, .u-m-36 {
	margin: 18px!important
}

.u-padding-36, .u-p-36 {
	padding: 18px!important
}

.u-m-l-36 {
	margin-left: 18px!important
}

.u-p-l-36 {
	padding-left: 18px!important
}

.u-margin-left-36 {
	margin-left: 18px!important
}

.u-padding-left-36 {
	padding-left: 18px!important
}

.u-m-t-36 {
	margin-top: 18px!important
}

.u-p-t-36 {
	padding-top: 18px!important
}

.u-margin-top-36 {
	margin-top: 18px!important
}

.u-padding-top-36 {
	padding-top: 18px!important
}

.u-m-r-36 {
	margin-right: 18px!important
}

.u-p-r-36 {
	padding-right: 18px!important
}

.u-margin-right-36 {
	margin-right: 18px!important
}

.u-padding-right-36 {
	padding-right: 18px!important
}

.u-m-b-36 {
	margin-bottom: 18px!important
}

.u-p-b-36 {
	padding-bottom: 18px!important
}

.u-margin-bottom-36 {
	margin-bottom: 18px!important
}

.u-padding-bottom-36 {
	padding-bottom: 18px!important
}

.u-margin-38, .u-m-38 {
	margin: 19px!important
}

.u-padding-38, .u-p-38 {
	padding: 19px!important
}

.u-m-l-38 {
	margin-left: 19px!important
}

.u-p-l-38 {
	padding-left: 19px!important
}

.u-margin-left-38 {
	margin-left: 19px!important
}

.u-padding-left-38 {
	padding-left: 19px!important
}

.u-m-t-38 {
	margin-top: 19px!important
}

.u-p-t-38 {
	padding-top: 19px!important
}

.u-margin-top-38 {
	margin-top: 19px!important
}

.u-padding-top-38 {
	padding-top: 19px!important
}

.u-m-r-38 {
	margin-right: 19px!important
}

.u-p-r-38 {
	padding-right: 19px!important
}

.u-margin-right-38 {
	margin-right: 19px!important
}

.u-padding-right-38 {
	padding-right: 19px!important
}

.u-m-b-38 {
	margin-bottom: 19px!important
}

.u-p-b-38 {
	padding-bottom: 19px!important
}

.u-margin-bottom-38 {
	margin-bottom: 19px!important
}

.u-padding-bottom-38 {
	padding-bottom: 19px!important
}

.u-margin-40, .u-m-40 {
	margin: 20px!important
}

.u-padding-40, .u-p-40 {
	padding: 20px!important
}

.u-m-l-40 {
	margin-left: 20px!important
}

.u-p-l-40 {
	padding-left: 20px!important
}

.u-margin-left-40 {
	margin-left: 20px!important
}

.u-padding-left-40 {
	padding-left: 20px!important
}

.u-m-t-40 {
	margin-top: 20px!important
}

.u-p-t-40 {
	padding-top: 20px!important
}

.u-margin-top-40 {
	margin-top: 20px!important
}

.u-padding-top-40 {
	padding-top: 20px!important
}

.u-m-r-40 {
	margin-right: 20px!important
}

.u-p-r-40 {
	padding-right: 20px!important
}

.u-margin-right-40 {
	margin-right: 20px!important
}

.u-padding-right-40 {
	padding-right: 20px!important
}

.u-m-b-40 {
	margin-bottom: 20px!important
}

.u-p-b-40 {
	padding-bottom: 20px!important
}

.u-margin-bottom-40 {
	margin-bottom: 20px!important
}

.u-padding-bottom-40 {
	padding-bottom: 20px!important
}

.u-margin-42, .u-m-42 {
	margin: 21px!important
}

.u-padding-42, .u-p-42 {
	padding: 21px!important
}

.u-m-l-42 {
	margin-left: 21px!important
}

.u-p-l-42 {
	padding-left: 21px!important
}

.u-margin-left-42 {
	margin-left: 21px!important
}

.u-padding-left-42 {
	padding-left: 21px!important
}

.u-m-t-42 {
	margin-top: 21px!important
}

.u-p-t-42 {
	padding-top: 21px!important
}

.u-margin-top-42 {
	margin-top: 21px!important
}

.u-padding-top-42 {
	padding-top: 21px!important
}

.u-m-r-42 {
	margin-right: 21px!important
}

.u-p-r-42 {
	padding-right: 21px!important
}

.u-margin-right-42 {
	margin-right: 21px!important
}

.u-padding-right-42 {
	padding-right: 21px!important
}

.u-m-b-42 {
	margin-bottom: 21px!important
}

.u-p-b-42 {
	padding-bottom: 21px!important
}

.u-margin-bottom-42 {
	margin-bottom: 21px!important
}

.u-padding-bottom-42 {
	padding-bottom: 21px!important
}

.u-margin-44, .u-m-44 {
	margin: 22px!important
}

.u-padding-44, .u-p-44 {
	padding: 22px!important
}

.u-m-l-44 {
	margin-left: 22px!important
}

.u-p-l-44 {
	padding-left: 22px!important
}

.u-margin-left-44 {
	margin-left: 22px!important
}

.u-padding-left-44 {
	padding-left: 22px!important
}

.u-m-t-44 {
	margin-top: 22px!important
}

.u-p-t-44 {
	padding-top: 22px!important
}

.u-margin-top-44 {
	margin-top: 22px!important
}

.u-padding-top-44 {
	padding-top: 22px!important
}

.u-m-r-44 {
	margin-right: 22px!important
}

.u-p-r-44 {
	padding-right: 22px!important
}

.u-margin-right-44 {
	margin-right: 22px!important
}

.u-padding-right-44 {
	padding-right: 22px!important
}

.u-m-b-44 {
	margin-bottom: 22px!important
}

.u-p-b-44 {
	padding-bottom: 22px!important
}

.u-margin-bottom-44 {
	margin-bottom: 22px!important
}

.u-padding-bottom-44 {
	padding-bottom: 22px!important
}

.u-margin-45, .u-m-45 {
	margin: 22px!important
}

.u-padding-45, .u-p-45 {
	padding: 22px!important
}

.u-m-l-45 {
	margin-left: 22px!important
}

.u-p-l-45 {
	padding-left: 22px!important
}

.u-margin-left-45 {
	margin-left: 22px!important
}

.u-padding-left-45 {
	padding-left: 22px!important
}

.u-m-t-45 {
	margin-top: 22px!important
}

.u-p-t-45 {
	padding-top: 22px!important
}

.u-margin-top-45 {
	margin-top: 22px!important
}

.u-padding-top-45 {
	padding-top: 22px!important
}

.u-m-r-45 {
	margin-right: 22px!important
}

.u-p-r-45 {
	padding-right: 22px!important
}

.u-margin-right-45 {
	margin-right: 22px!important
}

.u-padding-right-45 {
	padding-right: 22px!important
}

.u-m-b-45 {
	margin-bottom: 22px!important
}

.u-p-b-45 {
	padding-bottom: 22px!important
}

.u-margin-bottom-45 {
	margin-bottom: 22px!important
}

.u-padding-bottom-45 {
	padding-bottom: 22px!important
}

.u-margin-46, .u-m-46 {
	margin: 23px!important
}

.u-padding-46, .u-p-46 {
	padding: 23px!important
}

.u-m-l-46 {
	margin-left: 23px!important
}

.u-p-l-46 {
	padding-left: 23px!important
}

.u-margin-left-46 {
	margin-left: 23px!important
}

.u-padding-left-46 {
	padding-left: 23px!important
}

.u-m-t-46 {
	margin-top: 23px!important
}

.u-p-t-46 {
	padding-top: 23px!important
}

.u-margin-top-46 {
	margin-top: 23px!important
}

.u-padding-top-46 {
	padding-top: 23px!important
}

.u-m-r-46 {
	margin-right: 23px!important
}

.u-p-r-46 {
	padding-right: 23px!important
}

.u-margin-right-46 {
	margin-right: 23px!important
}

.u-padding-right-46 {
	padding-right: 23px!important
}

.u-m-b-46 {
	margin-bottom: 23px!important
}

.u-p-b-46 {
	padding-bottom: 23px!important
}

.u-margin-bottom-46 {
	margin-bottom: 23px!important
}

.u-padding-bottom-46 {
	padding-bottom: 23px!important
}

.u-margin-48, .u-m-48 {
	margin: 24px!important
}

.u-padding-48, .u-p-48 {
	padding: 24px!important
}

.u-m-l-48 {
	margin-left: 24px!important
}

.u-p-l-48 {
	padding-left: 24px!important
}

.u-margin-left-48 {
	margin-left: 24px!important
}

.u-padding-left-48 {
	padding-left: 24px!important
}

.u-m-t-48 {
	margin-top: 24px!important
}

.u-p-t-48 {
	padding-top: 24px!important
}

.u-margin-top-48 {
	margin-top: 24px!important
}

.u-padding-top-48 {
	padding-top: 24px!important
}

.u-m-r-48 {
	margin-right: 24px!important
}

.u-p-r-48 {
	padding-right: 24px!important
}

.u-margin-right-48 {
	margin-right: 24px!important
}

.u-padding-right-48 {
	padding-right: 24px!important
}

.u-m-b-48 {
	margin-bottom: 24px!important
}

.u-p-b-48 {
	padding-bottom: 24px!important
}

.u-margin-bottom-48 {
	margin-bottom: 24px!important
}

.u-padding-bottom-48 {
	padding-bottom: 24px!important
}

.u-margin-50, .u-m-50 {
	margin: 25px!important
}

.u-padding-50, .u-p-50 {
	padding: 25px!important
}

.u-m-l-50 {
	margin-left: 25px!important
}

.u-p-l-50 {
	padding-left: 25px!important
}

.u-margin-left-50 {
	margin-left: 25px!important
}

.u-padding-left-50 {
	padding-left: 25px!important
}

.u-m-t-50 {
	margin-top: 25px!important
}

.u-p-t-50 {
	padding-top: 25px!important
}

.u-margin-top-50 {
	margin-top: 25px!important
}

.u-padding-top-50 {
	padding-top: 25px!important
}

.u-m-r-50 {
	margin-right: 25px!important
}

.u-p-r-50 {
	padding-right: 25px!important
}

.u-margin-right-50 {
	margin-right: 25px!important
}

.u-padding-right-50 {
	padding-right: 25px!important
}

.u-m-b-50 {
	margin-bottom: 25px!important
}

.u-p-b-50 {
	padding-bottom: 25px!important
}

.u-margin-bottom-50 {
	margin-bottom: 25px!important
}

.u-padding-bottom-50 {
	padding-bottom: 25px!important
}

.u-margin-52, .u-m-52 {
	margin: 26px!important
}

.u-padding-52, .u-p-52 {
	padding: 26px!important
}

.u-m-l-52 {
	margin-left: 26px!important
}

.u-p-l-52 {
	padding-left: 26px!important
}

.u-margin-left-52 {
	margin-left: 26px!important
}

.u-padding-left-52 {
	padding-left: 26px!important
}

.u-m-t-52 {
	margin-top: 26px!important
}

.u-p-t-52 {
	padding-top: 26px!important
}

.u-margin-top-52 {
	margin-top: 26px!important
}

.u-padding-top-52 {
	padding-top: 26px!important
}

.u-m-r-52 {
	margin-right: 26px!important
}

.u-p-r-52 {
	padding-right: 26px!important
}

.u-margin-right-52 {
	margin-right: 26px!important
}

.u-padding-right-52 {
	padding-right: 26px!important
}

.u-m-b-52 {
	margin-bottom: 26px!important
}

.u-p-b-52 {
	padding-bottom: 26px!important
}

.u-margin-bottom-52 {
	margin-bottom: 26px!important
}

.u-padding-bottom-52 {
	padding-bottom: 26px!important
}

.u-margin-54, .u-m-54 {
	margin: 27px!important
}

.u-padding-54, .u-p-54 {
	padding: 27px!important
}

.u-m-l-54 {
	margin-left: 27px!important
}

.u-p-l-54 {
	padding-left: 27px!important
}

.u-margin-left-54 {
	margin-left: 27px!important
}

.u-padding-left-54 {
	padding-left: 27px!important
}

.u-m-t-54 {
	margin-top: 27px!important
}

.u-p-t-54 {
	padding-top: 27px!important
}

.u-margin-top-54 {
	margin-top: 27px!important
}

.u-padding-top-54 {
	padding-top: 27px!important
}

.u-m-r-54 {
	margin-right: 27px!important
}

.u-p-r-54 {
	padding-right: 27px!important
}

.u-margin-right-54 {
	margin-right: 27px!important
}

.u-padding-right-54 {
	padding-right: 27px!important
}

.u-m-b-54 {
	margin-bottom: 27px!important
}

.u-p-b-54 {
	padding-bottom: 27px!important
}

.u-margin-bottom-54 {
	margin-bottom: 27px!important
}

.u-padding-bottom-54 {
	padding-bottom: 27px!important
}

.u-margin-55, .u-m-55 {
	margin: 27px!important
}

.u-padding-55, .u-p-55 {
	padding: 27px!important
}

.u-m-l-55 {
	margin-left: 27px!important
}

.u-p-l-55 {
	padding-left: 27px!important
}

.u-margin-left-55 {
	margin-left: 27px!important
}

.u-padding-left-55 {
	padding-left: 27px!important
}

.u-m-t-55 {
	margin-top: 27px!important
}

.u-p-t-55 {
	padding-top: 27px!important
}

.u-margin-top-55 {
	margin-top: 27px!important
}

.u-padding-top-55 {
	padding-top: 27px!important
}

.u-m-r-55 {
	margin-right: 27px!important
}

.u-p-r-55 {
	padding-right: 27px!important
}

.u-margin-right-55 {
	margin-right: 27px!important
}

.u-padding-right-55 {
	padding-right: 27px!important
}

.u-m-b-55 {
	margin-bottom: 27px!important
}

.u-p-b-55 {
	padding-bottom: 27px!important
}

.u-margin-bottom-55 {
	margin-bottom: 27px!important
}

.u-padding-bottom-55 {
	padding-bottom: 27px!important
}

.u-margin-56, .u-m-56 {
	margin: 28px!important
}

.u-padding-56, .u-p-56 {
	padding: 28px!important
}

.u-m-l-56 {
	margin-left: 28px!important
}

.u-p-l-56 {
	padding-left: 28px!important
}

.u-margin-left-56 {
	margin-left: 28px!important
}

.u-padding-left-56 {
	padding-left: 28px!important
}

.u-m-t-56 {
	margin-top: 28px!important
}

.u-p-t-56 {
	padding-top: 28px!important
}

.u-margin-top-56 {
	margin-top: 28px!important
}

.u-padding-top-56 {
	padding-top: 28px!important
}

.u-m-r-56 {
	margin-right: 28px!important
}

.u-p-r-56 {
	padding-right: 28px!important
}

.u-margin-right-56 {
	margin-right: 28px!important
}

.u-padding-right-56 {
	padding-right: 28px!important
}

.u-m-b-56 {
	margin-bottom: 28px!important
}

.u-p-b-56 {
	padding-bottom: 28px!important
}

.u-margin-bottom-56 {
	margin-bottom: 28px!important
}

.u-padding-bottom-56 {
	padding-bottom: 28px!important
}

.u-margin-58, .u-m-58 {
	margin: 29px!important
}

.u-padding-58, .u-p-58 {
	padding: 29px!important
}

.u-m-l-58 {
	margin-left: 29px!important
}

.u-p-l-58 {
	padding-left: 29px!important
}

.u-margin-left-58 {
	margin-left: 29px!important
}

.u-padding-left-58 {
	padding-left: 29px!important
}

.u-m-t-58 {
	margin-top: 29px!important
}

.u-p-t-58 {
	padding-top: 29px!important
}

.u-margin-top-58 {
	margin-top: 29px!important
}

.u-padding-top-58 {
	padding-top: 29px!important
}

.u-m-r-58 {
	margin-right: 29px!important
}

.u-p-r-58 {
	padding-right: 29px!important
}

.u-margin-right-58 {
	margin-right: 29px!important
}

.u-padding-right-58 {
	padding-right: 29px!important
}

.u-m-b-58 {
	margin-bottom: 29px!important
}

.u-p-b-58 {
	padding-bottom: 29px!important
}

.u-margin-bottom-58 {
	margin-bottom: 29px!important
}

.u-padding-bottom-58 {
	padding-bottom: 29px!important
}

.u-margin-60, .u-m-60 {
	margin: 30px!important
}

.u-padding-60, .u-p-60 {
	padding: 30px!important
}

.u-m-l-60 {
	margin-left: 30px!important
}

.u-p-l-60 {
	padding-left: 30px!important
}

.u-margin-left-60 {
	margin-left: 30px!important
}

.u-padding-left-60 {
	padding-left: 30px!important
}

.u-m-t-60 {
	margin-top: 30px!important
}

.u-p-t-60 {
	padding-top: 30px!important
}

.u-margin-top-60 {
	margin-top: 30px!important
}

.u-padding-top-60 {
	padding-top: 30px!important
}

.u-m-r-60 {
	margin-right: 30px!important
}

.u-p-r-60 {
	padding-right: 30px!important
}

.u-margin-right-60 {
	margin-right: 30px!important
}

.u-padding-right-60 {
	padding-right: 30px!important
}

.u-m-b-60 {
	margin-bottom: 30px!important
}

.u-p-b-60 {
	padding-bottom: 30px!important
}

.u-margin-bottom-60 {
	margin-bottom: 30px!important
}

.u-padding-bottom-60 {
	padding-bottom: 30px!important
}

.u-margin-62, .u-m-62 {
	margin: 31px!important
}

.u-padding-62, .u-p-62 {
	padding: 31px!important
}

.u-m-l-62 {
	margin-left: 31px!important
}

.u-p-l-62 {
	padding-left: 31px!important
}

.u-margin-left-62 {
	margin-left: 31px!important
}

.u-padding-left-62 {
	padding-left: 31px!important
}

.u-m-t-62 {
	margin-top: 31px!important
}

.u-p-t-62 {
	padding-top: 31px!important
}

.u-margin-top-62 {
	margin-top: 31px!important
}

.u-padding-top-62 {
	padding-top: 31px!important
}

.u-m-r-62 {
	margin-right: 31px!important
}

.u-p-r-62 {
	padding-right: 31px!important
}

.u-margin-right-62 {
	margin-right: 31px!important
}

.u-padding-right-62 {
	padding-right: 31px!important
}

.u-m-b-62 {
	margin-bottom: 31px!important
}

.u-p-b-62 {
	padding-bottom: 31px!important
}

.u-margin-bottom-62 {
	margin-bottom: 31px!important
}

.u-padding-bottom-62 {
	padding-bottom: 31px!important
}

.u-margin-64, .u-m-64 {
	margin: 32px!important
}

.u-padding-64, .u-p-64 {
	padding: 32px!important
}

.u-m-l-64 {
	margin-left: 32px!important
}

.u-p-l-64 {
	padding-left: 32px!important
}

.u-margin-left-64 {
	margin-left: 32px!important
}

.u-padding-left-64 {
	padding-left: 32px!important
}

.u-m-t-64 {
	margin-top: 32px!important
}

.u-p-t-64 {
	padding-top: 32px!important
}

.u-margin-top-64 {
	margin-top: 32px!important
}

.u-padding-top-64 {
	padding-top: 32px!important
}

.u-m-r-64 {
	margin-right: 32px!important
}

.u-p-r-64 {
	padding-right: 32px!important
}

.u-margin-right-64 {
	margin-right: 32px!important
}

.u-padding-right-64 {
	padding-right: 32px!important
}

.u-m-b-64 {
	margin-bottom: 32px!important
}

.u-p-b-64 {
	padding-bottom: 32px!important
}

.u-margin-bottom-64 {
	margin-bottom: 32px!important
}

.u-padding-bottom-64 {
	padding-bottom: 32px!important
}

.u-margin-65, .u-m-65 {
	margin: 32px!important
}

.u-padding-65, .u-p-65 {
	padding: 32px!important
}

.u-m-l-65 {
	margin-left: 32px!important
}

.u-p-l-65 {
	padding-left: 32px!important
}

.u-margin-left-65 {
	margin-left: 32px!important
}

.u-padding-left-65 {
	padding-left: 32px!important
}

.u-m-t-65 {
	margin-top: 32px!important
}

.u-p-t-65 {
	padding-top: 32px!important
}

.u-margin-top-65 {
	margin-top: 32px!important
}

.u-padding-top-65 {
	padding-top: 32px!important
}

.u-m-r-65 {
	margin-right: 32px!important
}

.u-p-r-65 {
	padding-right: 32px!important
}

.u-margin-right-65 {
	margin-right: 32px!important
}

.u-padding-right-65 {
	padding-right: 32px!important
}

.u-m-b-65 {
	margin-bottom: 32px!important
}

.u-p-b-65 {
	padding-bottom: 32px!important
}

.u-margin-bottom-65 {
	margin-bottom: 32px!important
}

.u-padding-bottom-65 {
	padding-bottom: 32px!important
}

.u-margin-66, .u-m-66 {
	margin: 33px!important
}

.u-padding-66, .u-p-66 {
	padding: 33px!important
}

.u-m-l-66 {
	margin-left: 33px!important
}

.u-p-l-66 {
	padding-left: 33px!important
}

.u-margin-left-66 {
	margin-left: 33px!important
}

.u-padding-left-66 {
	padding-left: 33px!important
}

.u-m-t-66 {
	margin-top: 33px!important
}

.u-p-t-66 {
	padding-top: 33px!important
}

.u-margin-top-66 {
	margin-top: 33px!important
}

.u-padding-top-66 {
	padding-top: 33px!important
}

.u-m-r-66 {
	margin-right: 33px!important
}

.u-p-r-66 {
	padding-right: 33px!important
}

.u-margin-right-66 {
	margin-right: 33px!important
}

.u-padding-right-66 {
	padding-right: 33px!important
}

.u-m-b-66 {
	margin-bottom: 33px!important
}

.u-p-b-66 {
	padding-bottom: 33px!important
}

.u-margin-bottom-66 {
	margin-bottom: 33px!important
}

.u-padding-bottom-66 {
	padding-bottom: 33px!important
}

.u-margin-68, .u-m-68 {
	margin: 34px!important
}

.u-padding-68, .u-p-68 {
	padding: 34px!important
}

.u-m-l-68 {
	margin-left: 34px!important
}

.u-p-l-68 {
	padding-left: 34px!important
}

.u-margin-left-68 {
	margin-left: 34px!important
}

.u-padding-left-68 {
	padding-left: 34px!important
}

.u-m-t-68 {
	margin-top: 34px!important
}

.u-p-t-68 {
	padding-top: 34px!important
}

.u-margin-top-68 {
	margin-top: 34px!important
}

.u-padding-top-68 {
	padding-top: 34px!important
}

.u-m-r-68 {
	margin-right: 34px!important
}

.u-p-r-68 {
	padding-right: 34px!important
}

.u-margin-right-68 {
	margin-right: 34px!important
}

.u-padding-right-68 {
	padding-right: 34px!important
}

.u-m-b-68 {
	margin-bottom: 34px!important
}

.u-p-b-68 {
	padding-bottom: 34px!important
}

.u-margin-bottom-68 {
	margin-bottom: 34px!important
}

.u-padding-bottom-68 {
	padding-bottom: 34px!important
}

.u-margin-70, .u-m-70 {
	margin: 35px!important
}

.u-padding-70, .u-p-70 {
	padding: 35px!important
}

.u-m-l-70 {
	margin-left: 35px!important
}

.u-p-l-70 {
	padding-left: 35px!important
}

.u-margin-left-70 {
	margin-left: 35px!important
}

.u-padding-left-70 {
	padding-left: 35px!important
}

.u-m-t-70 {
	margin-top: 35px!important
}

.u-p-t-70 {
	padding-top: 35px!important
}

.u-margin-top-70 {
	margin-top: 35px!important
}

.u-padding-top-70 {
	padding-top: 35px!important
}

.u-m-r-70 {
	margin-right: 35px!important
}

.u-p-r-70 {
	padding-right: 35px!important
}

.u-margin-right-70 {
	margin-right: 35px!important
}

.u-padding-right-70 {
	padding-right: 35px!important
}

.u-m-b-70 {
	margin-bottom: 35px!important
}

.u-p-b-70 {
	padding-bottom: 35px!important
}

.u-margin-bottom-70 {
	margin-bottom: 35px!important
}

.u-padding-bottom-70 {
	padding-bottom: 35px!important
}

.u-margin-72, .u-m-72 {
	margin: 36px!important
}

.u-padding-72, .u-p-72 {
	padding: 36px!important
}

.u-m-l-72 {
	margin-left: 36px!important
}

.u-p-l-72 {
	padding-left: 36px!important
}

.u-margin-left-72 {
	margin-left: 36px!important
}

.u-padding-left-72 {
	padding-left: 36px!important
}

.u-m-t-72 {
	margin-top: 36px!important
}

.u-p-t-72 {
	padding-top: 36px!important
}

.u-margin-top-72 {
	margin-top: 36px!important
}

.u-padding-top-72 {
	padding-top: 36px!important
}

.u-m-r-72 {
	margin-right: 36px!important
}

.u-p-r-72 {
	padding-right: 36px!important
}

.u-margin-right-72 {
	margin-right: 36px!important
}

.u-padding-right-72 {
	padding-right: 36px!important
}

.u-m-b-72 {
	margin-bottom: 36px!important
}

.u-p-b-72 {
	padding-bottom: 36px!important
}

.u-margin-bottom-72 {
	margin-bottom: 36px!important
}

.u-padding-bottom-72 {
	padding-bottom: 36px!important
}

.u-margin-74, .u-m-74 {
	margin: 37px!important
}

.u-padding-74, .u-p-74 {
	padding: 37px!important
}

.u-m-l-74 {
	margin-left: 37px!important
}

.u-p-l-74 {
	padding-left: 37px!important
}

.u-margin-left-74 {
	margin-left: 37px!important
}

.u-padding-left-74 {
	padding-left: 37px!important
}

.u-m-t-74 {
	margin-top: 37px!important
}

.u-p-t-74 {
	padding-top: 37px!important
}

.u-margin-top-74 {
	margin-top: 37px!important
}

.u-padding-top-74 {
	padding-top: 37px!important
}

.u-m-r-74 {
	margin-right: 37px!important
}

.u-p-r-74 {
	padding-right: 37px!important
}

.u-margin-right-74 {
	margin-right: 37px!important
}

.u-padding-right-74 {
	padding-right: 37px!important
}

.u-m-b-74 {
	margin-bottom: 37px!important
}

.u-p-b-74 {
	padding-bottom: 37px!important
}

.u-margin-bottom-74 {
	margin-bottom: 37px!important
}

.u-padding-bottom-74 {
	padding-bottom: 37px!important
}

.u-margin-75, .u-m-75 {
	margin: 37px!important
}

.u-padding-75, .u-p-75 {
	padding: 37px!important
}

.u-m-l-75 {
	margin-left: 37px!important
}

.u-p-l-75 {
	padding-left: 37px!important
}

.u-margin-left-75 {
	margin-left: 37px!important
}

.u-padding-left-75 {
	padding-left: 37px!important
}

.u-m-t-75 {
	margin-top: 37px!important
}

.u-p-t-75 {
	padding-top: 37px!important
}

.u-margin-top-75 {
	margin-top: 37px!important
}

.u-padding-top-75 {
	padding-top: 37px!important
}

.u-m-r-75 {
	margin-right: 37px!important
}

.u-p-r-75 {
	padding-right: 37px!important
}

.u-margin-right-75 {
	margin-right: 37px!important
}

.u-padding-right-75 {
	padding-right: 37px!important
}

.u-m-b-75 {
	margin-bottom: 37px!important
}

.u-p-b-75 {
	padding-bottom: 37px!important
}

.u-margin-bottom-75 {
	margin-bottom: 37px!important
}

.u-padding-bottom-75 {
	padding-bottom: 37px!important
}

.u-margin-76, .u-m-76 {
	margin: 38px!important
}

.u-padding-76, .u-p-76 {
	padding: 38px!important
}

.u-m-l-76 {
	margin-left: 38px!important
}

.u-p-l-76 {
	padding-left: 38px!important
}

.u-margin-left-76 {
	margin-left: 38px!important
}

.u-padding-left-76 {
	padding-left: 38px!important
}

.u-m-t-76 {
	margin-top: 38px!important
}

.u-p-t-76 {
	padding-top: 38px!important
}

.u-margin-top-76 {
	margin-top: 38px!important
}

.u-padding-top-76 {
	padding-top: 38px!important
}

.u-m-r-76 {
	margin-right: 38px!important
}

.u-p-r-76 {
	padding-right: 38px!important
}

.u-margin-right-76 {
	margin-right: 38px!important
}

.u-padding-right-76 {
	padding-right: 38px!important
}

.u-m-b-76 {
	margin-bottom: 38px!important
}

.u-p-b-76 {
	padding-bottom: 38px!important
}

.u-margin-bottom-76 {
	margin-bottom: 38px!important
}

.u-padding-bottom-76 {
	padding-bottom: 38px!important
}

.u-margin-78, .u-m-78 {
	margin: 39px!important
}

.u-padding-78, .u-p-78 {
	padding: 39px!important
}

.u-m-l-78 {
	margin-left: 39px!important
}

.u-p-l-78 {
	padding-left: 39px!important
}

.u-margin-left-78 {
	margin-left: 39px!important
}

.u-padding-left-78 {
	padding-left: 39px!important
}

.u-m-t-78 {
	margin-top: 39px!important
}

.u-p-t-78 {
	padding-top: 39px!important
}

.u-margin-top-78 {
	margin-top: 39px!important
}

.u-padding-top-78 {
	padding-top: 39px!important
}

.u-m-r-78 {
	margin-right: 39px!important
}

.u-p-r-78 {
	padding-right: 39px!important
}

.u-margin-right-78 {
	margin-right: 39px!important
}

.u-padding-right-78 {
	padding-right: 39px!important
}

.u-m-b-78 {
	margin-bottom: 39px!important
}

.u-p-b-78 {
	padding-bottom: 39px!important
}

.u-margin-bottom-78 {
	margin-bottom: 39px!important
}

.u-padding-bottom-78 {
	padding-bottom: 39px!important
}

.u-margin-80, .u-m-80 {
	margin: 40px!important
}

.u-padding-80, .u-p-80 {
	padding: 40px!important
}

.u-m-l-80 {
	margin-left: 40px!important
}

.u-p-l-80 {
	padding-left: 40px!important
}

.u-margin-left-80 {
	margin-left: 40px!important
}

.u-padding-left-80 {
	padding-left: 40px!important
}

.u-m-t-80 {
	margin-top: 40px!important
}

.u-p-t-80 {
	padding-top: 40px!important
}

.u-margin-top-80 {
	margin-top: 40px!important
}

.u-padding-top-80 {
	padding-top: 40px!important
}

.u-m-r-80 {
	margin-right: 40px!important
}

.u-p-r-80 {
	padding-right: 40px!important
}

.u-margin-right-80 {
	margin-right: 40px!important
}

.u-padding-right-80 {
	padding-right: 40px!important
}

.u-m-b-80 {
	margin-bottom: 40px!important
}

.u-p-b-80 {
	padding-bottom: 40px!important
}

.u-margin-bottom-80 {
	margin-bottom: 40px!important
}

.u-padding-bottom-80 {
	padding-bottom: 40px!important
}

.u-reset-nvue {
	flex-direction: row;
	align-items: center
}

.u-type-primary-light {
	color: #ecf5ff
}

.u-type-warning-light {
	color: #fdf6ec
}

.u-type-success-light {
	color: #dbf1e1
}

.u-type-error-light {
	color: #fef0f0
}

.u-type-info-light {
	color: #f4f4f5
}

.u-type-primary-light-bg {
	background-color: #ecf5ff
}

.u-type-warning-light-bg {
	background-color: #fdf6ec
}

.u-type-success-light-bg {
	background-color: #dbf1e1
}

.u-type-error-light-bg {
	background-color: #fef0f0
}

.u-type-info-light-bg {
	background-color: #f4f4f5
}

.u-type-primary-dark {
	color: #2b85e4
}

.u-type-warning-dark {
	color: #f29100
}

.u-type-success-dark {
	color: #18b566
}

.u-type-error-dark {
	color: #dd6161
}

.u-type-info-dark {
	color: #82848a
}

.u-type-primary-dark-bg {
	background-color: #2b85e4
}

.u-type-warning-dark-bg {
	background-color: #f29100
}

.u-type-success-dark-bg {
	background-color: #18b566
}

.u-type-error-dark-bg {
	background-color: #dd6161
}

.u-type-info-dark-bg {
	background-color: #82848a
}

.u-type-primary-disabled {
	color: #a0cfff
}

.u-type-warning-disabled {
	color: #fcbd71
}

.u-type-success-disabled {
	color: #71d5a1
}

.u-type-error-disabled {
	color: #fab6b6
}

.u-type-info-disabled {
	color: #c8c9cc
}

.u-type-primary {
	color: #2979ff
}

.u-type-warning {
	color: #f90
}

.u-type-success {
	color: #19be6b
}

.u-type-error {
	color: #fa3534
}

.u-type-info {
	color: #909399
}

.u-type-primary-bg {
	background-color: #2979ff
}

.u-type-warning-bg {
	background-color: #f90
}

.u-type-success-bg {
	background-color: #19be6b
}

.u-type-error-bg {
	background-color: #fa3534
}

.u-type-info-bg {
	background-color: #909399
}

.u-main-color {
	color: #303133
}

.u-content-color {
	color: #606266
}

.u-tips-color {
	color: #909399
}

.u-light-color {
	color: #c0c4cc
}

uni-page-body {
	color: #303133;
	font-size: 14px
}
			/* start--去除webkit的默认样式--start */.u-fix-ios-appearance {
	-webkit-appearance: none
}
			/* end--去除webkit的默认样式--end */
			/* start--icon图标外层套一个view，让其达到更好的垂直居中的效果--start */.u-icon-wrap {
	display: flex;
	align-items: center
}
			/* end-icon图标外层套一个view，让其达到更好的垂直居中的效果--end */
			/* start--iPhoneX底部安全区定义--start */.safe-area-inset-bottom {
	padding-bottom: 0;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom)
}
			/* end-iPhoneX底部安全区定义--end */
			/* start--各种hover点击反馈相关的类名-start */.u-hover-class {
	opacity: .6
}

.u-cell-hover {
	background-color: #f7f8f9!important
}
			/* end--各种hover点击反馈相关的类名--end */
			/* start--文本行数限制--start */.u-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.u-line-2 {
	-webkit-line-clamp: 2
}

.u-line-3 {
	-webkit-line-clamp: 3
}

.u-line-4 {
	-webkit-line-clamp: 4
}

.u-line-5 {
	-webkit-line-clamp: 5
}

.u-line-2, .u-line-3, .u-line-4, .u-line-5 {
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
			/* end--文本行数限制--end */
			/* start--Retina 屏幕下的 1px 边框--start */.u-border,
			.u-border-bottom,
			.u-border-left,
			.u-border-right,
			.u-border-top,
			.u-border-top-bottom {
	position: relative
}

.u-border-bottom:after,
			.u-border-left:after,
			.u-border-right:after,
			.u-border-top-bottom:after,
			.u-border-top:after,
			.u-border:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 199.8%;
	height: 199.7%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	border: 0 solid #e4e7ed;
	z-index: 2
}

.u-border-top:after {
	border-top-width: 1px
}

.u-border-left:after {
	border-left-width: 1px
}

.u-border-right:after {
	border-right-width: 1px
}

.u-border-bottom:after {
	border-bottom-width: 1px
}

.u-border-top-bottom:after {
	border-width: 1px 0
}

.u-border:after {
	border-width: 1px
}
			/* end--Retina 屏幕下的 1px 边框--end */
			/* start--clearfix--start */.u-clearfix:after,
			.clearfix:after {
	content: "";
	display: table;
	clear: both
}
			/* end--clearfix--end */
			/* start--高斯模糊tabbar底部处理--start */.u-blur-effect-inset {
	width: 375px;
	height: var(--window-bottom);
	background-color: #fff
}
			/* end--高斯模糊tabbar底部处理--end */
			/* start--提升H5端uni.toast()的层级，避免被uView的modal等遮盖--start */uni-toast {
	z-index: 10090
}

uni-toast .uni-toast {
	z-index: 10090
}
			/* end--提升H5端uni.toast()的层级，避免被uView的modal等遮盖--end */
			/* start--去除button的所有默认样式--start */.u-reset-button {
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	background-color: initial;
	color: inherit
}

.u-reset-button::after {
	border: none
}
			/* end--去除button的所有默认样式--end */
			/* H5的时候，隐藏滚动条 */::-webkit-scrollbar {
	display: none;
	width: 0!important;
	height: 0!important;
	-webkit-appearance: none;
	background: transparent
}

.loading {
	position: absolute;
	top: 45vh;
	left: 45vw;
	z-index: 10
}

uni-tabbar .uni-tabbar {
	width: 375px;
	height: 52px;
	background: #fff;
	border-radius: 20px 20px 0 0
}

uni-tabbar .uni-tabbar .uni-tabbar__bd .uni-tabbar__icon {
	width: 21px!important;
	height: 21px!important
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

@-webkit-keyframes u-flower-data-v-1b741bef {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes u-flower-data-v-1b741bef {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes u-circle-data-v-1b741bef {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.u-iconfont[data-v-0f4c3eed] {
	position: relative;
	display: flex;
	font: normal normal normal 14px/1 uicon-iconfont;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.u-iconfont[data-v-0f4c3eed]::before {
	display: flex;
	align-items: center
}

.uicon-en[data-v-0f4c3eed]:before {
	content: "\e70a"
}

.uicon-zh[data-v-0f4c3eed]:before {
	content: "\e692"
}

.uicon-level[data-v-0f4c3eed]:before {
	content: "\e693"
}

.uicon-woman[data-v-0f4c3eed]:before {
	content: "\e69c"
}

.uicon-man[data-v-0f4c3eed]:before {
	content: "\e697"
}

.uicon-column-line[data-v-0f4c3eed]:before {
	content: "\e68e"
}

.uicon-empty-page[data-v-0f4c3eed]:before {
	content: "\e627"
}

.uicon-empty-data[data-v-0f4c3eed]:before {
	content: "\e62f"
}

.uicon-empty-car[data-v-0f4c3eed]:before {
	content: "\e602"
}

.uicon-empty-order[data-v-0f4c3eed]:before {
	content: "\e639"
}

.uicon-empty-address[data-v-0f4c3eed]:before {
	content: "\e646"
}

.uicon-empty-message[data-v-0f4c3eed]:before {
	content: "\e6a9"
}

.uicon-empty-search[data-v-0f4c3eed]:before {
	content: "\e664"
}

.uicon-empty-favor[data-v-0f4c3eed]:before {
	content: "\e67c"
}

.uicon-empty-coupon[data-v-0f4c3eed]:before {
	content: "\e682"
}

.uicon-empty-history[data-v-0f4c3eed]:before {
	content: "\e684"
}

.uicon-empty-permission[data-v-0f4c3eed]:before {
	content: "\e686"
}

.uicon-empty-news[data-v-0f4c3eed]:before {
	content: "\e687"
}

.uicon-empty-wifi[data-v-0f4c3eed]:before {
	content: "\e688"
}

.uicon-empty-list[data-v-0f4c3eed]:before {
	content: "\e68b"
}

.uicon-arrow-left-double[data-v-0f4c3eed]:before {
	content: "\e68c"
}

.uicon-arrow-right-double[data-v-0f4c3eed]:before {
	content: "\e68d"
}

.uicon-red-packet[data-v-0f4c3eed]:before {
	content: "\e691"
}

.uicon-red-packet-fill[data-v-0f4c3eed]:before {
	content: "\e690"
}

.uicon-order[data-v-0f4c3eed]:before {
	content: "\e68f"
}

.uicon-nav-back-arrow[data-v-0f4c3eed]:before {
	content: "\e67f"
}

.uicon-nav-back[data-v-0f4c3eed]:before {
	content: "\e683"
}

.uicon-checkbox-mark[data-v-0f4c3eed]:before {
	content: "\e6a8"
}

.uicon-arrow-up-fill[data-v-0f4c3eed]:before {
	content: "\e6b0"
}

.uicon-arrow-down-fill[data-v-0f4c3eed]:before {
	content: "\e600"
}

.uicon-backspace[data-v-0f4c3eed]:before {
	content: "\e67b"
}

.uicon-android-circle-fill[data-v-0f4c3eed]:before {
	content: "\e67e"
}

.uicon-android-fill[data-v-0f4c3eed]:before {
	content: "\e67d"
}

.uicon-question[data-v-0f4c3eed]:before {
	content: "\e715"
}

.uicon-pause[data-v-0f4c3eed]:before {
	content: "\e8fa"
}

.uicon-close[data-v-0f4c3eed]:before {
	content: "\e685"
}

.uicon-volume-up[data-v-0f4c3eed]:before {
	content: "\e633"
}

.uicon-volume-off[data-v-0f4c3eed]:before {
	content: "\e644"
}

.uicon-info[data-v-0f4c3eed]:before {
	content: "\e653"
}

.uicon-error[data-v-0f4c3eed]:before {
	content: "\e6d3"
}

.uicon-lock-opened-fill[data-v-0f4c3eed]:before {
	content: "\e974"
}

.uicon-lock-fill[data-v-0f4c3eed]:before {
	content: "\e979"
}

.uicon-lock[data-v-0f4c3eed]:before {
	content: "\e97a"
}

.uicon-photo-fill[data-v-0f4c3eed]:before {
	content: "\e98b"
}

.uicon-photo[data-v-0f4c3eed]:before {
	content: "\e98d"
}

.uicon-account-fill[data-v-0f4c3eed]:before {
	content: "\e614"
}

.uicon-minus-people-fill[data-v-0f4c3eed]:before {
	content: "\e615"
}

.uicon-plus-people-fill[data-v-0f4c3eed]:before {
	content: "\e626"
}

.uicon-account[data-v-0f4c3eed]:before {
	content: "\e628"
}

.uicon-thumb-down-fill[data-v-0f4c3eed]:before {
	content: "\e726"
}

.uicon-thumb-down[data-v-0f4c3eed]:before {
	content: "\e727"
}

.uicon-thumb-up-fill[data-v-0f4c3eed]:before {
	content: "\e72f"
}

.uicon-thumb-up[data-v-0f4c3eed]:before {
	content: "\e733"
}

.uicon-person-delete-fill[data-v-0f4c3eed]:before {
	content: "\e66a"
}

.uicon-cut[data-v-0f4c3eed]:before {
	content: "\e948"
}

.uicon-fingerprint[data-v-0f4c3eed]:before {
	content: "\e955"
}

.uicon-home-fill[data-v-0f4c3eed]:before {
	content: "\e964"
}

.uicon-home[data-v-0f4c3eed]:before {
	content: "\e965"
}

.uicon-hourglass-half-fill[data-v-0f4c3eed]:before {
	content: "\e966"
}

.uicon-hourglass[data-v-0f4c3eed]:before {
	content: "\e967"
}

.uicon-lock-open[data-v-0f4c3eed]:before {
	content: "\e973"
}

.uicon-integral-fill[data-v-0f4c3eed]:before {
	content: "\e703"
}

.uicon-integral[data-v-0f4c3eed]:before {
	content: "\e704"
}

.uicon-coupon[data-v-0f4c3eed]:before {
	content: "\e8ae"
}

.uicon-coupon-fill[data-v-0f4c3eed]:before {
	content: "\e8c4"
}

.uicon-kefu-ermai[data-v-0f4c3eed]:before {
	content: "\e656"
}

.uicon-scan[data-v-0f4c3eed]:before {
	content: "\e662"
}

.uicon-rmb[data-v-0f4c3eed]:before {
	content: "\e608"
}

.uicon-rmb-circle-fill[data-v-0f4c3eed]:before {
	content: "\e657"
}

.uicon-rmb-circle[data-v-0f4c3eed]:before {
	content: "\e677"
}

.uicon-gift[data-v-0f4c3eed]:before {
	content: "\e65b"
}

.uicon-gift-fill[data-v-0f4c3eed]:before {
	content: "\e65c"
}

.uicon-bookmark-fill[data-v-0f4c3eed]:before {
	content: "\e63b"
}

.uicon-zhuanfa[data-v-0f4c3eed]:before {
	content: "\e60b"
}

.uicon-eye-off-outline[data-v-0f4c3eed]:before {
	content: "\e62b"
}

.uicon-eye-off[data-v-0f4c3eed]:before {
	content: "\e648"
}

.uicon-pause-circle[data-v-0f4c3eed]:before {
	content: "\e643"
}

.uicon-play-circle[data-v-0f4c3eed]:before {
	content: "\e647"
}

.uicon-pause-circle-fill[data-v-0f4c3eed]:before {
	content: "\e654"
}

.uicon-play-circle-fill[data-v-0f4c3eed]:before {
	content: "\e655"
}

.uicon-grid[data-v-0f4c3eed]:before {
	content: "\e673"
}

.uicon-play-right[data-v-0f4c3eed]:before {
	content: "\e610"
}

.uicon-play-left[data-v-0f4c3eed]:before {
	content: "\e66d"
}

.uicon-calendar[data-v-0f4c3eed]:before {
	content: "\e66e"
}

.uicon-rewind-right[data-v-0f4c3eed]:before {
	content: "\e66f"
}

.uicon-rewind-left[data-v-0f4c3eed]:before {
	content: "\e671"
}

.uicon-skip-forward-right[data-v-0f4c3eed]:before {
	content: "\e672"
}

.uicon-skip-back-left[data-v-0f4c3eed]:before {
	content: "\e674"
}

.uicon-play-left-fill[data-v-0f4c3eed]:before {
	content: "\e675"
}

.uicon-play-right-fill[data-v-0f4c3eed]:before {
	content: "\e676"
}

.uicon-grid-fill[data-v-0f4c3eed]:before {
	content: "\e678"
}

.uicon-rewind-left-fill[data-v-0f4c3eed]:before {
	content: "\e679"
}

.uicon-rewind-right-fill[data-v-0f4c3eed]:before {
	content: "\e67a"
}

.uicon-pushpin[data-v-0f4c3eed]:before {
	content: "\e7e3"
}

.uicon-star[data-v-0f4c3eed]:before {
	content: "\e65f"
}

.uicon-star-fill[data-v-0f4c3eed]:before {
	content: "\e669"
}

.uicon-server-fill[data-v-0f4c3eed]:before {
	content: "\e751"
}

.uicon-server-man[data-v-0f4c3eed]:before {
	content: "\e6bc"
}

.uicon-edit-pen[data-v-0f4c3eed]:before {
	content: "\e612"
}

.uicon-edit-pen-fill[data-v-0f4c3eed]:before {
	content: "\e66b"
}

.uicon-wifi[data-v-0f4c3eed]:before {
	content: "\e667"
}

.uicon-wifi-off[data-v-0f4c3eed]:before {
	content: "\e668"
}

.uicon-file-text[data-v-0f4c3eed]:before {
	content: "\e663"
}

.uicon-file-text-fill[data-v-0f4c3eed]:before {
	content: "\e665"
}

.uicon-more-dot-fill[data-v-0f4c3eed]:before {
	content: "\e630"
}

.uicon-minus[data-v-0f4c3eed]:before {
	content: "\e618"
}

.uicon-minus-circle[data-v-0f4c3eed]:before {
	content: "\e61b"
}

.uicon-plus[data-v-0f4c3eed]:before {
	content: "\e62d"
}

.uicon-plus-circle[data-v-0f4c3eed]:before {
	content: "\e62e"
}

.uicon-minus-circle-fill[data-v-0f4c3eed]:before {
	content: "\e652"
}

.uicon-plus-circle-fill[data-v-0f4c3eed]:before {
	content: "\e661"
}

.uicon-email[data-v-0f4c3eed]:before {
	content: "\e611"
}

.uicon-email-fill[data-v-0f4c3eed]:before {
	content: "\e642"
}

.uicon-phone[data-v-0f4c3eed]:before {
	content: "\e622"
}

.uicon-phone-fill[data-v-0f4c3eed]:before {
	content: "\e64f"
}

.uicon-clock[data-v-0f4c3eed]:before {
	content: "\e60f"
}

.uicon-car[data-v-0f4c3eed]:before {
	content: "\e60c"
}

.uicon-car-fill[data-v-0f4c3eed]:before {
	content: "\e636"
}

.uicon-warning[data-v-0f4c3eed]:before {
	content: "\e694"
}

.uicon-warning-fill[data-v-0f4c3eed]:before {
	content: "\e64d"
}

.uicon-search[data-v-0f4c3eed]:before {
	content: "\e62a"
}

.uicon-baidu-circle-fill[data-v-0f4c3eed]:before {
	content: "\e680"
}

.uicon-baidu[data-v-0f4c3eed]:before {
	content: "\e681"
}

.uicon-facebook[data-v-0f4c3eed]:before {
	content: "\e689"
}

.uicon-facebook-circle-fill[data-v-0f4c3eed]:before {
	content: "\e68a"
}

.uicon-qzone[data-v-0f4c3eed]:before {
	content: "\e695"
}

.uicon-qzone-circle-fill[data-v-0f4c3eed]:before {
	content: "\e696"
}

.uicon-moments-circel-fill[data-v-0f4c3eed]:before {
	content: "\e69a"
}

.uicon-moments[data-v-0f4c3eed]:before {
	content: "\e69b"
}

.uicon-qq-circle-fill[data-v-0f4c3eed]:before {
	content: "\e6a0"
}

.uicon-qq-fill[data-v-0f4c3eed]:before {
	content: "\e6a1"
}

.uicon-weibo[data-v-0f4c3eed]:before {
	content: "\e6a4"
}

.uicon-weibo-circle-fill[data-v-0f4c3eed]:before {
	content: "\e6a5"
}

.uicon-taobao[data-v-0f4c3eed]:before {
	content: "\e6a6"
}

.uicon-taobao-circle-fill[data-v-0f4c3eed]:before {
	content: "\e6a7"
}

.uicon-twitter[data-v-0f4c3eed]:before {
	content: "\e6aa"
}

.uicon-twitter-circle-fill[data-v-0f4c3eed]:before {
	content: "\e6ab"
}

.uicon-weixin-circle-fill[data-v-0f4c3eed]:before {
	content: "\e6b1"
}

.uicon-weixin-fill[data-v-0f4c3eed]:before {
	content: "\e6b2"
}

.uicon-zhifubao-circle-fill[data-v-0f4c3eed]:before {
	content: "\e6b8"
}

.uicon-zhifubao[data-v-0f4c3eed]:before {
	content: "\e6b9"
}

.uicon-zhihu[data-v-0f4c3eed]:before {
	content: "\e6ba"
}

.uicon-zhihu-circle-fill[data-v-0f4c3eed]:before {
	content: "\e709"
}

.uicon-list[data-v-0f4c3eed]:before {
	content: "\e650"
}

.uicon-list-dot[data-v-0f4c3eed]:before {
	content: "\e616"
}

.uicon-setting[data-v-0f4c3eed]:before {
	content: "\e61f"
}

.uicon-bell[data-v-0f4c3eed]:before {
	content: "\e609"
}

.uicon-bell-fill[data-v-0f4c3eed]:before {
	content: "\e640"
}

.uicon-attach[data-v-0f4c3eed]:before {
	content: "\e632"
}

.uicon-shopping-cart[data-v-0f4c3eed]:before {
	content: "\e621"
}

.uicon-shopping-cart-fill[data-v-0f4c3eed]:before {
	content: "\e65d"
}

.uicon-tags[data-v-0f4c3eed]:before {
	content: "\e629"
}

.uicon-share[data-v-0f4c3eed]:before {
	content: "\e631"
}

.uicon-question-circle-fill[data-v-0f4c3eed]:before {
	content: "\e666"
}

.uicon-question-circle[data-v-0f4c3eed]:before {
	content: "\e625"
}

.uicon-error-circle[data-v-0f4c3eed]:before {
	content: "\e624"
}

.uicon-checkmark-circle[data-v-0f4c3eed]:before {
	content: "\e63d"
}

.uicon-close-circle[data-v-0f4c3eed]:before {
	content: "\e63f"
}

.uicon-info-circle[data-v-0f4c3eed]:before {
	content: "\e660"
}

.uicon-md-person-add[data-v-0f4c3eed]:before {
	content: "\e6e4"
}

.uicon-md-person-fill[data-v-0f4c3eed]:before {
	content: "\e6ea"
}

.uicon-bag-fill[data-v-0f4c3eed]:before {
	content: "\e617"
}

.uicon-bag[data-v-0f4c3eed]:before {
	content: "\e619"
}

.uicon-chat-fill[data-v-0f4c3eed]:before {
	content: "\e61e"
}

.uicon-chat[data-v-0f4c3eed]:before {
	content: "\e620"
}

.uicon-more-circle[data-v-0f4c3eed]:before {
	content: "\e63e"
}

.uicon-more-circle-fill[data-v-0f4c3eed]:before {
	content: "\e645"
}

.uicon-volume[data-v-0f4c3eed]:before {
	content: "\e66c"
}

.uicon-volume-fill[data-v-0f4c3eed]:before {
	content: "\e670"
}

.uicon-reload[data-v-0f4c3eed]:before {
	content: "\e788"
}

.uicon-camera[data-v-0f4c3eed]:before {
	content: "\e7d7"
}

.uicon-heart[data-v-0f4c3eed]:before {
	content: "\e7df"
}

.uicon-heart-fill[data-v-0f4c3eed]:before {
	content: "\e851"
}

.uicon-minus-square-fill[data-v-0f4c3eed]:before {
	content: "\e855"
}

.uicon-plus-square-fill[data-v-0f4c3eed]:before {
	content: "\e856"
}

.uicon-pushpin-fill[data-v-0f4c3eed]:before {
	content: "\e86e"
}

.uicon-camera-fill[data-v-0f4c3eed]:before {
	content: "\e870"
}

.uicon-setting-fill[data-v-0f4c3eed]:before {
	content: "\e872"
}

.uicon-google[data-v-0f4c3eed]:before {
	content: "\e87a"
}

.uicon-ie[data-v-0f4c3eed]:before {
	content: "\e87b"
}

.uicon-apple-fill[data-v-0f4c3eed]:before {
	content: "\e881"
}

.uicon-chrome-circle-fill[data-v-0f4c3eed]:before {
	content: "\e885"
}

.uicon-github-circle-fill[data-v-0f4c3eed]:before {
	content: "\e887"
}

.uicon-IE-circle-fill[data-v-0f4c3eed]:before {
	content: "\e889"
}

.uicon-google-circle-fill[data-v-0f4c3eed]:before {
	content: "\e88a"
}

.uicon-arrow-down[data-v-0f4c3eed]:before {
	content: "\e60d"
}

.uicon-arrow-left[data-v-0f4c3eed]:before {
	content: "\e60e"
}

.uicon-map[data-v-0f4c3eed]:before {
	content: "\e61d"
}

.uicon-man-add-fill[data-v-0f4c3eed]:before {
	content: "\e64c"
}

.uicon-tags-fill[data-v-0f4c3eed]:before {
	content: "\e651"
}

.uicon-arrow-leftward[data-v-0f4c3eed]:before {
	content: "\e601"
}

.uicon-arrow-rightward[data-v-0f4c3eed]:before {
	content: "\e603"
}

.uicon-arrow-downward[data-v-0f4c3eed]:before {
	content: "\e604"
}

.uicon-arrow-right[data-v-0f4c3eed]:before {
	content: "\e605"
}

.uicon-arrow-up[data-v-0f4c3eed]:before {
	content: "\e606"
}

.uicon-arrow-upward[data-v-0f4c3eed]:before {
	content: "\e607"
}

.uicon-bookmark[data-v-0f4c3eed]:before {
	content: "\e60a"
}

.uicon-eye[data-v-0f4c3eed]:before {
	content: "\e613"
}

.uicon-man-delete[data-v-0f4c3eed]:before {
	content: "\e61a"
}

.uicon-man-add[data-v-0f4c3eed]:before {
	content: "\e61c"
}

.uicon-trash[data-v-0f4c3eed]:before {
	content: "\e623"
}

.uicon-error-circle-fill[data-v-0f4c3eed]:before {
	content: "\e62c"
}

.uicon-calendar-fill[data-v-0f4c3eed]:before {
	content: "\e634"
}

.uicon-checkmark-circle-fill[data-v-0f4c3eed]:before {
	content: "\e635"
}

.uicon-close-circle-fill[data-v-0f4c3eed]:before {
	content: "\e637"
}

.uicon-clock-fill[data-v-0f4c3eed]:before {
	content: "\e638"
}

.uicon-checkmark[data-v-0f4c3eed]:before {
	content: "\e63a"
}

.uicon-download[data-v-0f4c3eed]:before {
	content: "\e63c"
}

.uicon-eye-fill[data-v-0f4c3eed]:before {
	content: "\e641"
}

.uicon-mic-off[data-v-0f4c3eed]:before {
	content: "\e649"
}

.uicon-mic[data-v-0f4c3eed]:before {
	content: "\e64a"
}

.uicon-info-circle-fill[data-v-0f4c3eed]:before {
	content: "\e64b"
}

.uicon-map-fill[data-v-0f4c3eed]:before {
	content: "\e64e"
}

.uicon-trash-fill[data-v-0f4c3eed]:before {
	content: "\e658"
}

.uicon-volume-off-fill[data-v-0f4c3eed]:before {
	content: "\e659"
}

.uicon-volume-up-fill[data-v-0f4c3eed]:before {
	content: "\e65a"
}

.uicon-share-fill[data-v-0f4c3eed]:before {
	content: "\e65e"
}

.u-icon[data-v-0f4c3eed] {
	display: inline-flex;
	align-items: center
}

.u-icon--left[data-v-0f4c3eed] {
	flex-direction: row-reverse;
	align-items: center
}

.u-icon--right[data-v-0f4c3eed] {
	flex-direction: row;
	align-items: center
}

.u-icon--top[data-v-0f4c3eed] {
	flex-direction: column-reverse;
	justify-content: center
}

.u-icon--bottom[data-v-0f4c3eed] {
	flex-direction: column;
	justify-content: center
}

.u-icon__icon[data-v-0f4c3eed] {
	position: relative
}

.u-icon__icon--primary[data-v-0f4c3eed] {
	color: #2979ff
}

.u-icon__icon--success[data-v-0f4c3eed] {
	color: #19be6b
}

.u-icon__icon--error[data-v-0f4c3eed] {
	color: #fa3534
}

.u-icon__icon--warning[data-v-0f4c3eed] {
	color: #f90
}

.u-icon__icon--info[data-v-0f4c3eed] {
	color: #909399
}

.u-icon__decimal[data-v-0f4c3eed] {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden
}

.u-icon__img[data-v-0f4c3eed] {
	height: auto;
	will-change: transform
}

.u-icon__label[data-v-0f4c3eed] {
	line-height: 1
}

.u-image__image[data-v-885009e8] {
	width: 100%;
	height: 100%
}

.u-image__loading[data-v-885009e8], .u-image__error[data-v-885009e8] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #f3f4f6;
	color: #909399;
	font-size: 23px
}


.u-direction-row[data-v-4bc00da4] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.u-left-icon[data-v-4bc00da4] {
	display: inline-flex;
	align-items: center
}

.u-notice-box[data-v-4bc00da4] {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-left: 6px
}

.u-right-icon[data-v-4bc00da4] {
	margin-left: 6px;
	display: inline-flex;
	align-items: center
}

.u-notice-content[data-v-4bc00da4] {
	-webkit-animation: u-loop-animation-data-v-4bc00da4 10s linear infinite both;
	animation: u-loop-animation-data-v-4bc00da4 10s linear infinite both;
	text-align: right;
	padding-left: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap
}

.u-notice-text[data-v-4bc00da4] {
	font-size: 13px;
	word-break: keep-all;
	white-space: nowrap
}

@-webkit-keyframes u-loop-animation-data-v-4bc00da4 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes u-loop-animation-data-v-4bc00da4 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.u-swiper[data-v-18d2347f] {
	font-size: 13px;
	height: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	margin-left: 6px
}

.u-swiper-item[data-v-18d2347f] {
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden
}

.u-news-item[data-v-18d2347f] {
	overflow: hidden
}

.u-right-icon[data-v-18d2347f] {
	margin-left: 6px;
	display: inline-flex;
	align-items: center
}

.u-left-icon[data-v-18d2347f] {
	display: inline-flex;
	align-items: center
}

.u-notice-bar[data-v-386306c2] {
	padding: 9px 12px;
	overflow: hidden
}

.u-direction-row[data-v-386306c2] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.u-left-icon[data-v-386306c2] {
	display: flex;
	flex-direction: row;
	align-items: center
}

.u-notice-box[data-v-386306c2] {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-left: 6px
}

.u-right-icon[data-v-386306c2] {
	margin-left: 6px;
	display: flex;
	flex-direction: row;
	align-items: center
}

.u-notice-content[data-v-386306c2] {
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
	-webkit-animation: u-loop-animation-data-v-386306c2 10s linear infinite both;
	animation: u-loop-animation-data-v-386306c2 10s linear infinite both;
	text-align: right;
	padding-left: 100%
}

@-webkit-keyframes u-loop-animation-data-v-386306c2 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes u-loop-animation-data-v-386306c2 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}


.u-active[data-v-7a31a046] {
	width: 0;
	height: 100%;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-items: flex-end;
	justify-content: space-around;
	font-size: 10px;
	color: #fff;
	transition: all .4s ease
}

.u-striped[data-v-7a31a046] {
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size: 39px 39px
}

.u-striped-active[data-v-7a31a046] {
	-webkit-animation: progress-stripes-data-v-7a31a046 2s linear infinite;
	animation: progress-stripes-data-v-7a31a046 2s linear infinite
}

@-webkit-keyframes progress-stripes-data-v-7a31a046 {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 39px 0
	}
}

@keyframes progress-stripes-data-v-7a31a046 {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 39px 0
	}
}

.box .index-title[data-v-716fd50f] {
	display: flex;
	justify-content: space-between
}

.box .index-title .more uni-text[data-v-716fd50f] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

.box .index-title .more uni-image[data-v-716fd50f] {
	margin-left: 10px;
	width: 7px;
	height: 12px
}

.box .title .title-list[data-v-716fd50f] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #eee
}

.box .title .title-list .left uni-text[data-v-716fd50f] {
	display: block;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
	line-height: 28px
}

.box .title .title-list .left .title-time[data-v-716fd50f] {
	display: inline-block;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

.box .title .title-list .right[data-v-716fd50f] {
	border-radius: 6px;
	width: 94px;
	height: 66px
}

.box .title .title-list .right uni-image[data-v-716fd50f] {
	border-radius: 6px;
	width: 100%;
	height: 100%
}

.box .title .title-list[data-v-716fd50f]:first-child {
	border: none
}

.index[data-v-716fd50f] {
	width: 100%;
	position: relative
}

.index-position[data-v-716fd50f] {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	height: auto;
	position: absolute;
	top: 196px;
	z-index: 999;
	bottom: -100px;
	display: flex;
	flex-wrap: wrap
}

.index-position .index-notice[data-v-716fd50f] {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.index-position .index-navbar[data-v-716fd50f] {
	margin-top: 10px;
	width: 100%;
	height: 103px;
	padding: 5px 15px;
	border-radius: 8px;
	box-shadow: 0 5px 30px 0 rgba(20,77,255,.1);
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.index-position .index-navbar .num-text[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

.index-position .index-navbar .num-text uni-text[data-v-716fd50f] {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-bottom: 2px;
	border-radius: 50%;
	margin-right: 10px
}

.index-position .index-navbar .num-people[data-v-716fd50f] {
	font-size: 25px;
	font-family: DIN;
	font-weight: 500;
	color: #253268
}

.index-position .index-navbar .num-tatle[data-v-716fd50f] {
	text-align: center
}

.index-position .index-navbar .num-zaixian[data-v-716fd50f] {
	text-align: center
}

.box[data-v-716fd50f] {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	margin-top: 15px;
	background: #fff
}

.banner[data-v-716fd50f] {
	width: 100%;
	height: 100%
}

.fast-header[data-v-716fd50f] {
	margin-top: 19px
}

.index-block[data-v-716fd50f] {
	background: #fff;
	margin-top: 105px
}

.index-block .huafei[data-v-716fd50f] {
	display: flex;
	justify-content: center;
	padding-top: 15px
}

.index-block .huafei .index-express[data-v-716fd50f] {
	position: relative
}

.index-block .huafei .index-express .express-list .express-img[data-v-716fd50f] {
	width: 183px;
	height: 211px
}

.index-block .huafei .index-express .express-list .express-content[data-v-716fd50f] {
	position: absolute;
	left: 45px;
	top: 75px;
	text-align: center
}

.index-block .huafei .index-express .express-list .express-content .express-title[data-v-716fd50f] {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 2px 7px rgba(59,150,7,.62)
}

.index-block .huafei .index-express .express-list .express-content .express-time[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff
}

.index-block .huafei .index-huafei .block-list[data-v-716fd50f] {
	position: relative
}

.index-block .navbar[data-v-716fd50f] {
	width: 100%
}

.index-block .navbar .nav-ul[data-v-716fd50f] {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 10px
}

.index-block .navbar .nav-ul .nav-li[data-v-716fd50f] {
	width: 25%;
	margin: 0 auto;
	text-align: center
}

.index-block .navbar .nav-ul .nav-li .img-item[data-v-716fd50f] {
	width: 65px;
	height: 65px
}

.index-block .navbar .nav-ul .nav-li .text-list[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	margin-top: 10px
}

.index-title[data-v-716fd50f] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333;
	margin-top: 20px
}

.index-title[data-v-716fd50f]:nth-child(1) {
	margin-top: 0
}

.index-content1[data-v-716fd50f] {
	margin-top: 15px;
	display: flex;
	justify-content: space-between
}

.index-content2[data-v-716fd50f] {
	margin-top: 3px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.content-list[data-v-716fd50f] {
	width: 160px;
	height: 70px;
	background: #fff;
	border-radius: 4px;
	margin-top: 18px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 20px;
	box-shadow: 0 4px 13px 0 rgba(14,71,251,.1)
}

.content-list .img-list uni-image[data-v-716fd50f] {
	width: 42px;
	height: 32px
}

.content-list .text-list[data-v-716fd50f] {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #666
}

.content1-list[data-v-716fd50f] {
	width: 97px;
	text-align: center;
	line-height: 19px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333;
	position: relative
}

.block-list[data-v-716fd50f] {
	position: relative
}

.block-img[data-v-716fd50f] {
	width: 182px;
	height: 102px
}

.block-content[data-v-716fd50f] {
	position: absolute;
	right: 26px;
	top: 22px;
	text-align: center
}

.block-title1[data-v-716fd50f] {
	font-size: 19px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 7px rgba(0,98,220,.62)
}

.block-title2[data-v-716fd50f] {
	font-size: 19px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 7px rgba(229,34,11,.62)
}

.block-time[data-v-716fd50f] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	margin-top: 2px
}

.block-box[data-v-716fd50f] {
	position: absolute;
	left: 22px;
	top: 9px
}

body.pages-index-index uni-page-body {
	background: #f9f9f9
}

.toast-new-order[data-v-716fd50f] {
	width: 100%;
	height: 65px;
	position: fixed;
	bottom: 10vh;
	box-sizing: border-box;
	left: 3%
}

.toast-new-order-view[data-v-716fd50f] {
	width: -webkit-fit-content;
	width: fit-content;
	height: 20px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	margin-top: 5px;
	box-sizing: border-box;
	padding: 0px;
	position: relative;
	z-index: 9
}

.toast-new-order-title[data-v-716fd50f] {
	white-space: nowrap;
	overflow: hidden;
	z-index: 9;
	padding: 0 15px;
	background: #000;
	color: #fff;
	text-align: center;
	opacity: .56;
	border-radius: 15px;
	line-height: 40px;
	margin-left: 1px;
	margin-top: 20px
}

.toast-new-order-image[data-v-716fd50f] {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	box-sizing: border-box;
	z-index: 9;
	margin: 1px;
	border: 2px solid #fff;
	margin-top: 10px
}

.toast-new-order-layout[data-v-716fd50f] {
	position: absolute;
	top: 0;
	opacity: .5;
	height: 30px;
	width: 100%;
	z-index: 1;
	border-radius: 100px
}

.triangle[data-v-716fd50f] {
	width: 0;
	height: 0;
	margin-top: 15px;
	border-bottom: 13px solid rgba(0,0,0,.58);
	border-left: 10px solid transparent;
	-webkit-transform: rotate(272deg);
	transform: rotate(270deg)
}

body.pages-index-index {
	background: #f9f9f9
}

.FotorFrame {
	position: fixed!important
}

.weui-desktop-online-faq__wrp {
	top: 304px!important;
	bottom: unset!important
}

.weui-desktop-online-faq__wrp .weui-desktop-online-faq__switch {
	width: 38px!important
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}


.home-box[data-v-40df175c] {
	width: 375px;
	height: 250px;
	background: url(./static/img/mybeijing.89180cfc.jpg);
	background-size: 100%;
	padding-top: 90px;
	position: relative
}

.home-box .fun-text[data-v-40df175c] {
	position: absolute;
	top: 46px;
	right: 28px;
	z-index: 9;
	display: flex;
	justify-content: space-around
}

.home-box .fun-text .home-msg .icon[data-v-40df175c] {
	width: 20px;
	height: 10px;
	background: #ff695c;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1px;
	right: -8px;
	z-index: 9
}

.home-box .fun-text .home-msg .icon uni-text[data-v-40df175c] {
	font-size: 11px;
	font-family: DIN;
	font-weight: 500;
	color: #fff
}

.home-box .fun-text .home-msg .msg-img[data-v-40df175c] {
	width: 28px;
	height: 28px
}

.home-box .fun-text .home-set[data-v-40df175c] {
	margin-right: 15px
}

.home-box .fun-text .home-set uni-image[data-v-40df175c] {
	width: 28px;
	height: 28px
}

.home-box .home-header .header-box[data-v-40df175c] {
	display: flex
}

.home-box .home-header .header-box .header-avatar[data-v-40df175c] {
	margin-left: 58px;
	position: relative
}

.home-box .home-header .header-box .header-avatar uni-image[data-v-40df175c] {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #fff
}

.home-box .home-header .header-box .header-avatar .tz[data-v-40df175c] {
	width: 39px;
	background: #154eff;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 18px
}

.home-box .home-header .header-box .header-first[data-v-40df175c] {
	display: flex;
	align-items: center;
	margin-left: 10px
}

.home-box .home-header .header-box .header-first .header-right[data-v-40df175c] {
	margin-left: 5px
}

.home-box .home-header .header-box .header-first .header-right .center-first .header-mobile[data-v-40df175c] {
	margin-left: 10px;
	font-size: 30px;
	font-family: DIN;
	font-weight: 500;
	color: #333
}

.home-box .home-header .header-box .header-first .header-right .header-center[data-v-40df175c] {
	display: flex;
	justify-content: space-around;
	margin-top: 10px
}

.home-box .home-header .header-box .header-first .header-right .header-center .header-code[data-v-40df175c] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	line-height: 14px
}

.home-box .home-header .header-box .header-first .header-right .header-center .header-copy[data-v-40df175c] {
	width: 38px;
	height: 17px;
	background: #28c76f;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 17px
}


.home-box .header-secend .secend-left[data-v-40df175c] {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 84px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff
}

.home-box .header-secend .secend-left .withdraw-money[data-v-40df175c] {
	text-align: center
}

.home-box .header-secend .secend-left .withdraw-money uni-text[data-v-40df175c] {
	display: block
}

.home-box .header-secend .secend-left .withdraw-freeze[data-v-40df175c] {
	text-align: center
}

.home-box .header-secend .secend-left .withdraw-freeze uni-text[data-v-40df175c] {
	display: block
}

.home-box .header-secend .secend-left .withdraw[data-v-40df175c] {
	width: 81px;
	height: 35px;
	background: #fff;
	border-radius: 17px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2d5ffc;
	line-height: 35px;
	text-align: center
}

.content[data-v-40df175c] {
	background: #fff
}

.content .content-list[data-v-40df175c] {
	padding-top: 25px
}

.content .content-list .title[data-v-40df175c] {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #28354c;
	margin-left: 10px
}

.content .content-list .title-list[data-v-40df175c] {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.content .content-list .title-list .list[data-v-40df175c] {
	position: relative;
	width: 25%;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px
}

.content .content-list .title-list .list[data-v-40df175c]:nth-child(5) {
	padding-top: 15px!important
}

.content .content-list .title-list .list .list-left .icon-img[data-v-40df175c] {
	width: 29px;
	height: 29px
}

.content .content-list .title-list .list .list-right[data-v-40df175c] {
	background: linear-gradient(180deg,#3d56ed,#4439e4);
	border-radius: 9px;
	text-align: center;
	padding: 1px 5px;
	position: absolute;
	top: 12px;
	right: 22px
}

.content .content-list .title-list .list .list-right .list-action[data-v-40df175c] {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 16px
}

.content .content-list .title-list .list .action-title[data-v-40df175c] {
	width: 70px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 16px;
	right: 10px
}

.content .content-list .title-list .list .active-show[data-v-40df175c] {
	width: 150px;
	height: 21px;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	top: -15px;
	right: 0px;
	z-index: 99;
	background: linear-gradient(180deg,#3d56ed,#4439e4)
}

.content .content-list .title-list .list .triangle[data-v-40df175c] {
	position: absolute;
	top: -8px;
	left: 8px;
	width: 0;
	height: 0;
	margin-top: 15px;
	border-bottom: 20px solid #4439e4;
	border-left: 33px solid transparent;
	-webkit-transform: rotate(251deg);
	transform: rotate(251deg)
}

body.pages-home-home {
	background: #f9f9f9
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.u-grid {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center
}

.u-grid-item {
	box-sizing: border-box;
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
    background: none; 
    width: 33.3333%;
}

.u-grid-item-hover {
	background: #f7f7f7!important
}

.u-grid-marker-box {
	position: absolute;
	display: inline-flex;
	line-height: 0
}

.u-grid-marker-wrap {
	position: absolute
}

.u-grid-item-box {
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 1;
	width: 100%;
	height: 100%
}
.u-input {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: row
}

.u-input__input {
	font-size: 14px;
	color: #303133;
	flex: 1
}

.u-input__textarea {
	width: auto;
	font-size: 14px;
	color: #303133;
	padding: 5px 0;
	line-height: normal;
	flex: 1
}

.u-input--border {
	border-radius: 3px;
	border-radius: 4px;
	border: 1px solid #dcdfe6
}

.u-input--error {
	border-color: #fa3534!important
}

.u-input__right-icon__item {
	margin-left: 5px
}

.u-input__right-icon--select {
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s,-webkit-transform .4s
}

.u-input__right-icon--select--reverse {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.u-line {
	vertical-align: middle
}
.u-mask[data-v-97c7ea6a] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.u-mask-show[data-v-97c7ea6a] {
	opacity: 1
}

.u-mask-zoom[data-v-97c7ea6a] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.u-drawer[data-v-329bf5d7] {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.u-drawer-content[data-v-329bf5d7] {
	display: block;
	position: absolute;
	z-index: 1003;
	transition: all .25s linear
}

.u-drawer__scroll-view[data-v-329bf5d7] {
	width: 100%;
	height: 100%
}

.u-drawer-left[data-v-329bf5d7] {
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.u-drawer-right[data-v-329bf5d7] {
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff
}

.u-drawer-top[data-v-329bf5d7] {
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff
}

.u-drawer-bottom[data-v-329bf5d7] {
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff
}

.u-drawer-center[data-v-329bf5d7] {
	display: flex;
	flex-direction: row;
	flex-direction: column;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: 99999
}

.u-mode-center-box[data-v-329bf5d7] {
	min-width: 50px;
	min-height: 50px;
	display: block;
	position: relative
}

.u-drawer-content-visible.u-drawer-center[data-v-329bf5d7] {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.u-animation-zoom[data-v-329bf5d7] {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.u-drawer-content-visible[data-v-329bf5d7] {
	-webkit-transform: translateZ(0)!important;
	transform: translateZ(0)!important
}

.u-close[data-v-329bf5d7] {
	position: absolute;
	z-index: 3
}

.u-close--top-left[data-v-329bf5d7] {
	top: 15px;
	left: 15px
}

.u-close--top-right[data-v-329bf5d7] {
	top: 15px;
	right: 15px
}

.u-close--bottom-left[data-v-329bf5d7] {
	bottom: 15px;
	left: 15px
}

.u-close--bottom-right[data-v-329bf5d7] {
	right: 15px;
	bottom: 15px
}
body.pages-home-withdraw-withdraw uni-page-body {
	background: #f8f8f8
}

.show-popup {
	padding: 16px 0
}

.show-popup .img {
	width: 53px;
	height: 53px;
	background: #2b65f8;
	border-radius: 26px;
	text-align: center;
	line-height: 71px;
	margin: 0 auto
}

.show-popup .img uni-image {
	width: 25px;
	height: 30px
}

.show-popup .popup-pass {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding: 12px 0
}

.show-popup .popup-word {
	width: 100%;
	height: 38px;
	background: #f5f5ff;
	line-height: 38px;
	text-align: center;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

.show-popup .popup-btn {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 34px;
	padding: 20px 17px 0
}

.show-popup .popup-btn .one {
	width: 103px;
	height: 34px;
	background: #c7c7c7;
	border-radius: 17px
}

.show-popup .popup-btn .two {
	width: 103px;
	height: 34px;
	background: #2b65f8;
	border-radius: 17px
}

.triangle {
	width: 0;
	height: 0;
	margin-left: 160px;
	border-bottom: 40px solid #0059df;
	border-left: 10px solid transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.radio-withdraw {
	width: 88px;
	height: 106px
}

.header-nav {
	width: 343px;
	height: 300px;
	background: #fff;
	border-radius: 7px;
	margin: 0 auto;
	margin-top: 25px
}

.header-nav .header {
	width: 343px;
	height: 120px;
	background: linear-gradient(119deg,#4386ff,#595aea);
	border-radius: 7px;
	padding: 15px
}

.header-nav .header .capital {
	text-align: right;
	height: 14px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 10px
}

.header-nav .box {
	display: flex;
	justify-content: space-around;
	padding-top: 25px
}

.header-nav .box .Alipay {
	width: 140px;
	height: 79px;
	background: linear-gradient(223deg,#569bff,#3f72ff);
	box-shadow: 0 4px 16px 0 rgba(67,122,255,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.header-nav .box .Alipay uni-image {
	width: 32px;
	height: 24px
}

.header-nav .box .Alipay uni-text {
	font-size: 15px;
	margin-left: 10px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff
}

.header-nav .box .Alipay::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: 160px;
	border-bottom: 25px solid #437aff;
	border-left: 25px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 63px;
	left: -135px
}


.header-nav .box .withdraw-k {
	width: 140px;
	height: 79px;
	background: #fff;
	box-shadow: 0 2px 13px 0 rgba(0,0,0,.09);
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.header-nav .box .withdraw-k uni-image {
	width: 34px;
	height: 24px
}

.header-nav .box .withdraw-k uni-text {
	margin-left: 10px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.header-nav .box .withdraw-k .modification {
	width: 100px;
	height: 27px;
	font-size: 13px;
	font-family: PingFang SC;
	text-align: center;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	background-color: #437aff;
	-webkit-transform: rotate(34deg);
	transform: rotate(34deg);
	position: absolute;
	top: 3px;
	left: 72px
}

.header-nav .box .withdraw-k .bangding {
	width: 100px;
	height: 27px;
	font-size: 13px;
	font-family: PingFang SC;
	text-align: center;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	background-color: #666;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	position: absolute;
	top: 4px;
	left: 64px
}

.footer-nav {
	width: 343px;
	background: #fff;
	border-radius: 7px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 19px;
	position: relative
}

.footer-nav .content-htitle .content-title {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 20px
}

.footer-nav .content-htitle .content-title .content-price {
	width: 234px;
	background: #eee;
	border-radius: 20px
}

.footer-nav .content-htitle .content-title .content-price u-input {
	padding-left: 10px
}

.footer-nav .content-htitle .content-title .content-all {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

.nav-ul {
	position: absolute;
	top: 110px;
	right: 10px
}

.nav-ul .button-records {
	width: 88px;
	height: 26px;
	background: #eee;
	border-radius: 13px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 26px;
	text-align: center
}

.button-common {
	width: 320px;
	height: 45px;
	background: #4c74f6;
	border-radius: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 30px
}

.grid-text {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff
}

.grid-text2 {
	font-size: 21px;
	font-family: DIN;
	font-weight: 700;
	color: #fff;
	margin-top: 10px
}

body.pages-home-withdraw-withdraw {
	background: #f8f8f8
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.u-select__action[data-v-60cbc1d1] {
	position: relative;
	line-height: 35px;
	height: 35px
}

.u-select__action__icon[data-v-60cbc1d1] {
	position: absolute;
	right: 10px;
	top: 50%;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s,-webkit-transform .4s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.u-select__action__icon--reverse[data-v-60cbc1d1] {
	-webkit-transform: rotate(-180deg) translateY(50%);
	transform: rotate(-180deg) translateY(50%)
}

.u-select__hader__title[data-v-60cbc1d1] {
	color: #606266
}

.u-select--border[data-v-60cbc1d1] {
	border-radius: 3px;
	border-radius: 4px;
	border: 1px solid #dcdfe6
}

.u-select__header[data-v-60cbc1d1] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 0 20px
}

.u-select__body[data-v-60cbc1d1] {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color: #fff
}

.u-select__body__picker-view[data-v-60cbc1d1] {
	height: 100%;
	box-sizing: border-box
}

.u-select__body__picker-view__item[data-v-60cbc1d1] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #303133;
	padding: 0 4px
}
body.pages-home-fee uni-page-body {
	background-color: #f9f9f9
}

uni-page-body .bond-detail[data-v-7810bdf8] {
	margin: 0 auto
}

uni-page-body .bond-detail .header[data-v-7810bdf8] {
	background-color: #fff;
	height: 200px;
	padding: 15px 20px
}

uni-page-body .bond-detail .header .header-list[data-v-7810bdf8] {
	margin-top: 25px;
	display: flex;
	justify-content: space-around;
	text-align: center
}

uni-page-body .bond-detail .header .header-list .header-tips[data-v-7810bdf8] {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

uni-page-body .bond-detail .header .header-list .header-tips uni-text[data-v-7810bdf8] {
	font-size: 20px;
	font-family: DIN;
	font-weight: 700;
	color: #333
}

uni-page-body .bond-detail .header .header-select[data-v-7810bdf8] {
	display: flex;
	justify-content: space-between;
	margin-top: 40px
}

uni-page-body .bond-detail .header .header-select .select-common[data-v-7810bdf8] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 165px;
	height: 42px;
	line-height: 42px;
	padding-left: 16px;
	padding-right: 16px;
	border: 2px solid #2d5ffc;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

uni-page-body .bond-detail .bond-list[data-v-7810bdf8] {
	margin-top: 20px;
	background: #fff
}

uni-page-body .bond-detail .bond-list .list-list[data-v-7810bdf8] {
	padding: 16px 17px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

uni-page-body .bond-detail .bond-list .list-list .list-l[data-v-7810bdf8] {
	flex: 3;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333
}

uni-page-body .bond-detail .bond-list .list-list .list-r[data-v-7810bdf8] {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

uni-page-body .bond-detail .bond-list .heng[data-v-7810bdf8] {
	width: 343px;
	height: 1px;
	background-color: #eee;
	margin: 0 auto
}

.fast-down[data-v-7810bdf8] {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 13px solid #2d5ffc
}

body.pages-home-fee {
	background-color: #f9f9f9
}
.u-datetime-picker[data-v-701c2f4c] {
	position: relative;
	z-index: 999
}

.u-picker-view[data-v-701c2f4c] {
	height: 100%;
	box-sizing: border-box
}

.u-picker-header[data-v-701c2f4c] {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	font-size: 15px;
	background: #fff;
	position: relative
}

.u-picker-header[data-v-701c2f4c]::after {
	content: "";
	position: absolute;
	border-bottom: 0.5px solid #eaeef1;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	bottom: 0;
	right: 0;
	left: 0
}

.u-picker__title[data-v-701c2f4c] {
	color: #606266
}

.u-picker-body[data-v-701c2f4c] {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color: #fff
}

.u-column-item[data-v-701c2f4c] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #303133;
	padding: 0 4px
}

.u-text[data-v-701c2f4c] {
	font-size: 12px;
	padding-left: 4px
}

.u-btn-picker[data-v-701c2f4c] {
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none
}

.u-opacity[data-v-701c2f4c] {
	opacity: .5
}

.u-btn-picker--primary[data-v-701c2f4c] {
	color: #2979ff
}

.u-btn-picker--tips[data-v-701c2f4c] {
	color: #909399
}.u-model[data-v-01f03640] {
	height: auto;
	overflow: hidden;
	font-size: 16px;
	background-color: #fff
}

.u-model__btn--hover[data-v-01f03640] {
	background-color: #e6e6e6
}

.u-model__title[data-v-01f03640] {
	padding-top: 24px;
	font-weight: 500;
	text-align: center;
	color: #303133
}

.u-model__content__message[data-v-01f03640] {
	padding: 24px;
	font-size: 15px;
	text-align: center;
	color: #606266
}

.u-model__footer[data-v-01f03640] {
	display: flex;
	flex-direction: row
}

.u-model__footer__button[data-v-01f03640] {
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	border-radius: 2px
}
body.pages-home-withdraw-bankcard uni-page-body {
	background: #f9f9f9
}

.confirm_model[data-v-fc68d69a] {
	margin: 28px;
	padding: 10px;
	box-sizing: border-box
}

.confirm_model .line[data-v-fc68d69a] {
	display: flex;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	margin: 6px 0
}

.confirm_model .line .text[data-v-fc68d69a] {
	text-align: left
}

.cert-list[data-v-fc68d69a] {
	width: 375px;
	background: #fff;
	margin-top: 30px;
	padding: 10px 20px
}

.yuanw[data-v-fc68d69a] {
	width: 19px;
	height: 19px;
	background: #ff3a3a;
	box-shadow: 0 2px 6px 0 rgba(236,2,2,.34);
	border-radius: 50%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-right: 7px
}

.tips[data-v-fc68d69a] {
	display: flex;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	margin-top: 15px;
	padding: 0 20px
}

.cert-tips[data-v-fc68d69a] {
	width: 343px;
	height: 25px;
	background: #eee;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 25px;
	margin: 0 auto
}

.cert-btn[data-v-fc68d69a] {
	width: 320px;
	height: 45px;
	background: #2d3dbb;
	border-radius: 22px;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	margin-top: 33px
}

.cert-header[data-v-fc68d69a] {
	width: 114px;
	height: 91px;
	margin: 0 auto;
	margin-top: 20px
}

.cert-header .cert-img[data-v-fc68d69a] {
	width: 100%;
	height: 100%
}

.cert-tips[data-v-fc68d69a] {
	margin-top: 40px
}

.cert-username[data-v-fc68d69a] {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.group-input[data-v-fc68d69a] {
	margin-top: 29px
}

.img-box[data-v-fc68d69a] {
	width: 343px;
	height: 90px;
	border-radius: 9px;
	background: #2d3dbc url(./static/img/yhwenli.0ea14f26.png) no-repeat 0;
	background-size: 294px 90px;
	margin: 0 auto
}

.img-box uni-text[data-v-fc68d69a] {
	font-size: 21px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	line-height: 90px;
	margin-left: 25px
}

.cert-zfbusername[data-v-fc68d69a] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px
}

.cert-lable[data-v-fc68d69a] {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.cert-input[data-v-fc68d69a] {
	width: 150px;
	text-align: right
}

.cards-input[data-v-fc68d69a] {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #c0c4cc
}

.username-box[data-v-fc68d69a] {
	width: 180px
}

.zfbusername-box[data-v-fc68d69a] {
	width: 180px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999
}

body.pages-home-withdraw-bankcard {
	background: #f9f9f9
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
body.pages-home-withdraw-alipay uni-page-body {
	background: #f9f9f9
}

.confirm_model {
	margin: 28px;
	padding: 10px;
	box-sizing: border-box
}

.confirm_model .line {
	display: flex;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	margin: 6px 0
}

.confirm_model .line .label {
	width: 6em
}

.confirm_model .line .text {
	text-align: left
}

.cert-header {
	width: 343px;
	height: 75px;
	background: linear-gradient(-86deg,#00c6ff,#0072ff);
	border-radius: 6px 6px 0 0;
	padding: 17px 25px
}

.cert-header .header-first {
	display: block;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff
}

.cert-header .header-secend {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fffefe
}

.tips {
	display: flex;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999;
	margin-top: 30px;
	padding: 0 20px
}

.yuanw {
	width: 19px;
	height: 19px;
	background: #ff3a3a;
	box-shadow: 0 2px 6px 0 rgba(236,2,2,.34);
	border-radius: 50%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-right: 7px
}

.cert-btn {
	width: 320px;
	height: 45px;
	background: #009bff;
	border-radius: 22px;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #fff;
	margin-top: 2px
}

.cert-heng {
	width: 320px;
	margin: 0 auto;
	height: 1px;
	background: #eee;
	margin-top: 5px
}

.cert-username {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	padding: 0 25px
}

.cert-username {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px
}

.cert-zfbusername {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	padding: 0 25px
}

.cert-lable {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.cert-input {
	width: 150px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666
}

.username-box {
	width: 150px
}

.zfbusername-box {
	width: 150px
}

body.pages-home-withdraw-alipay {
	background: #f9f9f9
}

.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
		





































































.cz_div1 {
	width: 90%;
	border-top: 1px solid #eee;
	background: #fff;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	padding: 0 5%;
}

.cz_div1_p1 {
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.cz_div1_p2 {
	line-height: 35px;
}

.cz_div1_d1_p1 {
	float: left;
	font-size: 18px;
	color: #333;
	margin-top: 14px;
}

.cz_div1_d1_p3 {
	float: left;
	height: 30px;
	color: #000;
	border-style: none;
	padding: 0 6px;
	margin-top: 11px;
	width: 82%;
}

.cz_div1_d2 {
	width: 40px;
	height: 20px;
	font-size: 20px;
	color: rgba(0,0,0,0.4);
	text-align: 10px;
	line-height: 16px;
	margin-top: 8px;
}



.hr_s{
	margin: 0px;
	border-bottom: 1px solid rgb(228, 231, 237);
	width: 100%; transform: scaleY(0.5);
	border-top-color: rgb(228, 231, 237);
	border-right-color: rgb(228, 231, 237);
	border-left-color: rgb(228, 231, 237);
}