﻿

			
			.weex-root,
			.weex-root * {
				color: initial;
				cursor: initial;
				direction: inherit;
	
				font: initial;
				font-size: initial;
				font-family: initial;
				font-style: initial;
				font-variant: initial;
				font-weight: initial;
				line-height: initial;
				text-align: initial;
				text-indent: initial;
				visibility: initial;
				white-space: initial;
				word-spacing: initial;
				font-family: BlinkMacSystemFont, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}
			
			.weex-root,
			.weex-root *,
			.weex-root *::before,
			.weex-root *::after {
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				-webkit-text-size-adjust: none;
				-moz-text-size-adjust: none;
				-ms-text-size-adjust: none;
				text-size-adjust: none;
			}
			
			.weex-root a,
			.weex-root button,
			.weex-root [role="button"],
			.weex-root input,
			.weex-root label,
			.weex-root select,
			.weex-root textarea {
				touch-action: manipulation;
			}
			
			.weex-root p,
			.weex-root ol,
			.weex-root ul,
			.weex-root dl,
			.weex-root figure {
				margin: 0;
				padding: 0;
			}
			
			.weex-root li {
				list-style: none;
			}
			
			.weex-root figure {
				margin: 0;
			}
			
			.weex-root textarea {
				resize: none;
			}
			/* show no scroll bar. */
			
			::-webkit-scrollbar {
				display: none;
			}
		
		

			
			.weex-root * {
				border-width: 0;
				border-color: inherit;
				border-style: solid;
			}
			
			div.weex-root {
				min-height: 100%;
			}

			.weex-root {
				width: 100%;
				overflow-x: hidden;
			}
			
			.weex-root figure {
				background-repeat: no-repeat;
				background-position: 50% 50%;
			}
			
			.weex-flex-ct {
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
			}
			
			.weex-ct {
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
				position: relative;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				flex-direction: column;
				-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;
				border: 0 solid black;
				margin: 0;
				padding: 0;
				min-width: 0;
			}
			
			.weex-ct.horizontal {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				flex-direction: row;
			}
			
			.weex-el {
				display: block;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				position: relative;
				-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;
				border: 0 solid black;
				margin: 0;
				padding: 0;
				min-width: 0;
			}
			
			.weex-text {
				display: -webkit-box;
				display: -moz-box;
				-webkit-box-orient: vertical;
				position: relative;
				white-space: pre-wrap;
				/* not using 'pre': support auto line feed. */
				font-size: 0.4266666666666667rem;
				word-wrap: break-word;
				overflow: hidden;
				/* it'll be clipped if the height is not high enough. */
			}
			
			.weex-image {
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: 100% 100%;
			}
			
			.weex-a {
				text-decoration: none;
			}
			
			.weex-ios-sticky {
				position: -webkit-sticky !important;
				position: sticky !important;
				z-index: 9999;
				top: 0;
			}
			
			.weex-fixed {
				position: fixed;
				z-index: 1;
			}
			
			.weex-sticky {
				position: fixed;
				top: 0;
				z-index: 9999;
			}
		
		

			.weex-switch {
				border: 0.013333rem solid #dfdfdf;
				cursor: pointer;
				vertical-align: middle;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				-webkit-box-sizing: content-box;
				box-sizing: content-box;
				background-clip: content-box;
				color: #64bd63;
				width: 1.333333rem;
				height: 0.8rem;
				background-color: white;
				border-color: #dfdfdf;
				-webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
				box-shadow: #dfdfdf 0 0 0 0 inset;
				border-radius: 0.8rem;
				-webkit-transition: border 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
				transition: border 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
				transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
				transition: border 0.4s, box-shadow 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
			}
			
			.weex-switch-checked {
				background-color: #64bd63;
				border-color: #64bd63;
				-webkit-box-shadow: #64bd63 0 0 0 0.533333rem inset;
				box-shadow: #64bd63 0 0 0 0.533333rem inset;
			}
			
			.weex-switch-checked.weex-switch-disabled {
				opacity: 0.3
			}
			
			.weex-switch-disabled {
				background-color: #EEEEEE;
			}
			
			.weex-switch-inner {
				width: 0.8rem;
				height: 0.8rem;
				background: #fff;
				border-radius: 100%;
				-webkit-box-shadow: 0 0.013333rem 0.04rem rgba(0, 0, 0, 0.4);
				box-shadow: 0 0.013333rem 0.04rem rgba(0, 0, 0, 0.4);
				position: absolute;
				top: 0;
				left: 0;
				-webkit-transition: background-color 0.4s, left 0.2s;
				transition: background-color 0.4s, left 0.2s;
			}
			
			.weex-switch-checked>.weex-switch-inner {
				left: 0.533333rem;
			}
		
		
		
			body>.weex-list,
			body>.weex-recycle,
			body>.weex-scroller,
			body>.weex-waterfall {
				max-height: 100%;
			}
			
			.weex-list-wrapper,
			.weex-recycle-wrapper,
			.weex-scroller-wrapper,
			.weex-waterfall-wrapper {
				-webkit-overflow-scrolling: touch;
			}
			
			.weex-list-wrapper,
			.weex-waterfall-wrapper {
				overflow-y: scroll !important;
				overflow-x: hidden !important;
			}
			
			.weex-list-inner,
			.weex-recycle-inner,
			.weex-scroller-inner,
			.weex-waterfall-inner {
				-webkit-overflow-scrolling: touch;
			}
			
			.weex-waterfall-inner-columns {
				-webkit-flex-direction: row;
				flex-direction: row;
				-webkit-box-orient: horizontal;
			}
			
			.weex-scroller-wrapper.weex-scroller-vertical,
			.weex-recycle-wrapper.weex-recycle-vertical {
				overflow-x: hidden;
				overflow-y: scroll;
			}
			
			.weex-scroller-wrapper.weex-scroller-horizontal,
			.weex-recycle-wrapper.weex-recycle-horizontal {
				overflow-x: scroll;
				overflow-y: hidden;
			}
			
			.weex-scroller-wrapper.weex-scroller-disabled {
				overflow-x: hidden;
				overflow-y: hidden;
			}
			
			.weex-scroller-horizontal .weex-scroller-inner,
			.weex-recycle-horizontal .weex-recycle-inner {
				-webkit-flex-direction: row;
				flex-direction: row;
				-webkit-box-orient: horizontal;
				height: 100%;
			}
			
			.weex-cell {
				width: 100%;
			}
			
			.weex-refresh,
			.weex-loading {
				-webkit-box-align: center;
				-webkit-align-items: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				width: 100%;
				overflow: hidden;
			}
		
		
		 
			
			.weex-slider-wrapper {
				overflow: hidden;
			}
			
			.weex-slider-inner {
				width: 100%;
				height: 100%;
				overflow: visible;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				flex-direction: row;
			}
			
			.weex-slider-cell {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0px;
				left: 0px;
				background: transparent !important;
				overflow: hidden;
				-webkit-box-align: center;
				-webkit-align-items: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
			}
			
			.neighbor-cell {
				overflow: visible !important;
			}
			
			nav.weex-indicator {
				position: absolute;
				z-index: 10;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				flex-direction: row;
				margin: 0;
				padding: 0;
				-webkit-box-align: center;
				-webkit-align-items: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-transform: translate(-10rem, 0px);
				transform: translate(-10rem, 0px)
			}
			
			div.weex-indicator-inner {
				-webkit-transform: translate(10rem, 0px);
				transform: translate(10rem, 0px);
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				flex-direction: row;
			}
			
			.weex-indicator-item {
				display: inline-block;
				position: relative;
				border-radius: 50%;
				width: 0.266667rem;
				height: 0.266667rem;
				background-color: #BBBBBB;
			}
			
			.weex-indicator-item+.weex-indicator-item {
				margin-left: 0.133333rem;
			}
			
			.weex-indicator-item-active {
				background-color: blue;
			}
		
		
		 	
			.weex-textarea {
				font-size: 0.426667rem
			}
			
			.weex-textarea:focus {
				outline: none;
			}
		
		
	 
			
			.weex-web {
				position: relative;
				width: 100%;
				height: 100%;
				border: none;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}
		
		
			.thanos-container[data-v-744b5240] {
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				width: 10rem;
				/*兼容H5异常*/
				z-index: 99999;
			}
			
			.thanos-overlay[data-v-744b5240] {
				width: 10rem;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				opacity: 0.6;
				background-color: #000000;
			}
			
			.thanos-content[data-v-744b5240] {
				position: fixed;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			
			.thanos-alert[data-v-744b5240] {
				width: 7.86667rem;
				background-color: #ffffff;
				border-radius: 0.16rem;
			}
			
			.alert-title[data-v-744b5240] {
				height: 1.12rem;
				line-height: 1;
				text-align: center;
				padding-top: 0.53333rem;
				font-size: 0.48rem;
				color: #474c58;
				font-weight: 500;
				box-sizing: border-box;
			}
			
			.alert-content[data-v-744b5240] {
				flex: 1;
				padding-left: 0.53333rem;
				padding-top: 0.42667rem;
				padding-right: 0.53333rem;
				padding-bottom: 0.56rem;
				font-size: 0.37333rem;
				color: #868a92;
				word-break: break-all;
				line-height: 0.53333rem;
				display: flex;
				justify-content: center;
				text-align: center;
			}
			
			.alert-footer[data-v-744b5240] {
				height: 1.33333rem;
				border-top-style: solid;
				border-top-width: 1px;
				border-top-color: #f2f3f5;
				display: flex;
				flex-direction: row;
			}
			
			.footer-text[data-v-744b5240] {
				line-height: 1.33333rem;
				text-align: center;
				font-size: 0.42667rem;
			}
			
			.footer-text[data-v-744b5240]:active {
				background-color: #eee;
			}
			
			.footer-reject[data-v-744b5240] {
				width: 3.93333rem;
				border-right-style: solid;
				border-right-width: 1px;
				border-right-color: #f2f3f5;
				color: #868a92;
				border-bottom-left-radius: 0.16rem;
			}
			
			.footer-resolve[data-v-744b5240] {
				width: 3.92rem;
				color: #3a79cf;
				border-bottom-right-radius: 0.16rem;
			}
			
			.without-reject[data-v-744b5240] {
				border-bottom-left-radius: 0.16rem;
			}
		
		
			.refresher[data-v-998652e4] {
				width: 10rem;
				justify-content: center;
				align-items: center;
				height: 0.8rem;
			}
			
			.refresher-text[data-v-998652e4] {
				text-align: center;
			}
		
		
			.redirector-wrapper[data-v-2298b3c7] {
				width: 10rem;
				height: 1.01333rem;
				align-items: center;
				flex-direction: row;
				padding-left: 0.42667rem;
				padding-right: 0.42667rem;
				background-color: #F0F2F6;
			}
			
			.title[data-v-2298b3c7] {
				font-size: 0.37333rem;
				color: #999;
				flex: 1;
			}
			
			.icon[data-v-2298b3c7] {
				width: 0.37333rem;
				height: 0.28rem;
				margin-right: 0.10667rem;
			}
			
			.sub-title[data-v-2298b3c7] {
				font-size: 0.37333rem;
				color: #333;
			}
		
		
			.search-bar__search[data-v-b32ab27c] {
				width: 10rem;
				height: 1.33333rem;
				padding: 0 0.32rem 0 0.32rem;
				background-color: #F0F2F6;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.search-bar__search-body[data-v-b32ab27c] {
				width: 7.33333rem;
				height: 0.85333rem;
				background-image: linear-gradient(to right, #ffffff, rgba(242, 245, 250, 0.8));
				border-radius: 0.42667rem;
				border-width: 1px;
				border-style: solid;
				border-color: #ffffff;
				flex-direction: row;
				align-items: center;
			}
			
			.search-bar__search-body--passenger[data-v-b32ab27c] {
				width: 9.49333rem;
			}
			
			.search-bar__search-icon[data-v-b32ab27c] {
				width: 0.48rem;
				height: 0.48rem;
				margin: 0 0.18667rem 0 0.34667rem;
			}
			
			.search-bar__search-input[data-v-b32ab27c] {
				font-size: 0.32rem;
				color: #6B7993;
				width: 5.33333rem;
				height: 0.85333rem;
				line-height: 0.85333rem;
			}
			
			.search-bar__to-map-icon[data-v-b32ab27c] {
				width: 1.81333rem;
				height: 0.85333rem;
			}
		
		
			.indicator[data-v-73c92504] {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				height: 0.8rem;
				background-color: rgba(0, 0, 0, 0);
			}
		
		
			.swiper-container[data-v-28e86779] {
				position: relative;
				width: 10rem;
				height: 3.04rem;
			}
			
			.size[data-v-28e86779] {
				position: relative;
				width: 10rem;
				height: 3.33333rem;
			}
			
			.indicator-box[data-v-28e86779] {
				position: absolute;
				bottom: 0.32rem;
				height: 0.32rem;
				flex-direction: row;
				justify-content: center;
				width: 10rem;
			}
			
			.indicator-container[data-v-28e86779] {
				padding-right: 0.13333rem;
				padding-left: 0.13333rem;
				background-color: #fff;
				border-radius: 0.16rem;
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
				background-color: #474c58;
			}
			
			.resize[data-v-28e86779] {
				transform: translateX(-50%);
			}
			
			.indicator[data-v-28e86779] {
				height: 0.09333rem;
				width: 0.09333rem;
				border-radius: 0.16rem;
				background-color: #bec2cb;
			}
			
			.cover-image[data-v-28e86779] {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				width: 10rem;
				height: 0.32rem;
			}
			
			.indicator-imgs[data-v-28e86779] {
				height: 0.32rem;
				line-height: 0.32rem;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
			
			.indicator-image[data-v-28e86779] {
				width: 0.1216rem;
				height: 0.19893rem;
			}
			
			.dot[data-v-28e86779] {
				margin-right: 0.08rem;
				width: 0.08rem;
				height: 0.08rem;
				border-radius: 0.04rem;
				background-color: rgba(255, 255, 255, 0.6);
			}
			
			.dot-active[data-v-28e86779] {
				width: 0.24rem;
			}
			
			.dots-wrapper[data-v-28e86779] {
				position: absolute;
				bottom: 0.10667rem;
				flex-direction: row;
				justify-content: center;
			}
		
		
			.skeleton-container[data-v-5f4899e2] {
				width: 10rem;
				height: 4rem;
				background-color: #F0F0F0;
			}
		
		
			.swiper-skeleton[data-v-8171c24c] {
				position: relative;
				width: 9.36rem;
				height: 1.70667rem;
				padding: 0.42667rem 0.42667rem 0.42667rem 0.42667rem;
				background-color: #FFFFFF;
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				margin-left: 0.32rem;
			}
		
		
			.root-container[data-v-7a279125] {
				height: 1.70667rem;
				margin: 0 0.32rem;
				flex-direction: row;
				justify-content: center;
			}
		
		
			.container[data-v-4e0c35fd] {
				width: 10rem;
				height: 1.28rem;
				position: relative;
			}
			
			.background-img[data-v-4e0c35fd] {
				width: 10rem;
				height: 1.28rem;
				position: absolute;
				top: 0;
				left: 0;
			}
			
			.conntent-row[data-v-4e0c35fd] {
				padding-left: 0.64rem;
				padding-right: 0.64rem;
				padding-top: 0.21333rem;
				width: 10rem;
				height: 1.28rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.row-in-line[data-v-4e0c35fd] {
				flex-direction: row;
				align-items: center;
			}
			
			.member-icon[data-v-4e0c35fd] {
				width: 0.42667rem;
				height: 0.42667rem;
				margin-right: 0.21333rem;
			}
			
			.member-trial-txt[data-v-4e0c35fd] {
				font-size: 0.37333rem;
				color: #ffffff;
			}
			
			.trial-btn[data-v-4e0c35fd] {
				width: 2.50667rem;
				height: 0.64rem;
				border-radius: 0.32rem;
				background-color: #000000;
				justify-content: center;
			}
			
			.btn-txt[data-v-4e0c35fd] {
				font-size: 0.37333rem;
				color: #ffffff;
			}
			
			.right-arrow[data-v-4e0c35fd] {
				width: 0.18667rem;
				height: 0.37333rem;
				margin-left: 0.17333rem;
			}
			
			.member-trial-title[data-v-4e0c35fd] {
				font-size: 0.42667rem;
				color: #ffffff;
			}
		
		
			.h-scroller[data-v-0459f843] {
				flex-direction: row;
			}
		
		
			.tag-list[data-v-4769bea9] {
				height: 0.69333rem;
				flex-direction: row;
			}
			
			.tag-list__item-wrapper[data-v-4769bea9] {
				height: 0.69333rem;
				padding: 0 0.29333rem;
				border-width: 1px;
				border-style: solid;
				border-color: rgba(167, 171, 191, 0.52);
				border-radius: 0.34667rem;
				margin-right: 0.16rem;
				flex-direction: row;
				align-items: center;
			}
			
			.tag-list__item-wrapper--active[data-v-4769bea9] {
				background-color: rgba(255, 250, 239, 0.44);
				border-color: rgba(255, 109, 49, 0.31);
			}
			
			.tag-list__item[data-v-4769bea9] {
				font-size: 0.32rem;
				color: #6B7993;
				height: 0.69333rem;
				line-height: 0.69333rem;
			}
			
			.tag-list__item--active[data-v-4769bea9] {
				color: #FF6D31;
			}
		
		
			.hide-thanos-popup[data-v-3293ac36] {
				width: 0;
				height: 0;
			}
			
			.thanos-popup-container[data-v-3293ac36] {
				width: 10rem;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				display: flex;
				flex-direction: column;
				z-index: 999;
			}
			
			.thanos-overlay[data-v-3293ac36] {
				opacity: 0;
				background-color: rgba(0, 0, 0, 0.6);
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
			}
			
			.thanos-popup-content[data-v-3293ac36] {
				width: 10rem;
				position: fixed;
				background-color: #ffffff;
			}
			
			.radius[data-v-3293ac36] {
				border-top-left-radius: 0.32rem;
				border-top-right-radius: 0.32rem;
			}
		
		
			.container[data-v-0c84dea8] {
				position: relative;
				padding-top: 0.32rem;
				padding-right: 0.42667rem;
				padding-left: 0.42667rem;
				background-color: #ffffff;
				overflow-y: auto;
			}
			
			.is-iphonex[data-v-0c84dea8] {
				padding-bottom: 0.32rem;
			}
			
			.top-control[data-v-0c84dea8] {
				flex-direction: row;
				justify-content: space-between;
				margin-bottom: 0.32rem;
			}
			
			.split-line[data-v-0c84dea8] {
				height: 1px;
				margin-left: -0.42667rem;
				margin-right: -0.42667rem;
				background-color: rgba(45, 49, 58, 0.1);
			}
			
			.close-icon-container[data-v-0c84dea8] {
				width: 0.74667rem;
				height: 0.74667rem;
				justify-content: center;
				align-items: center;
			}
			
			.close-icon[data-v-0c84dea8] {
				width: 0.35467rem;
				height: 0.35467rem;
			}
			
			.top-title[data-v-0c84dea8] {
				font-size: 0.48rem;
				font-weight: bold;
				color: #2d313a;
			}
		
		
			.labels-wrap[data-v-77cce0f0] {
				flex: 1;
				margin-bottom: 1.73333rem;
			}
			
			.category-title[data-v-77cce0f0] {
				margin-bottom: 0.32rem;
			}
			
			.category-title-txt[data-v-77cce0f0] {
				color: #363646;
				font-weight: bold;
				font-size: 0.37333rem;
			}
			
			.label-container[data-v-77cce0f0] {
				flex-direction: row;
				flex-wrap: wrap;
				margin-bottom: 0.32rem;
			}
			
			.label[data-v-77cce0f0] {
				justify-content: center;
				align-items: center;
				text-align: center;
				line-height: 0.85333rem;
				width: 2.82667rem;
				height: 0.85333rem;
				border-radius: 0.42667rem;
				font-size: 0.32rem;
				color: #363646;
				background-color: #F6F6F6;
				border-width: 1px;
				border-style: solid;
				border-color: #F6F6F6;
				margin-bottom: 0.32rem;
			}
			
			.four-label[data-v-77cce0f0] {
				width: 2.04rem;
			}
			
			.active[data-v-77cce0f0] {
				color: #FF6D31;
				background-color: rgba(255, 102, 0, 0.05);
				border-width: 1px;
				border-style: solid;
				border-color: rgba(255, 102, 0, 0.5);
				font-weight: bold;
			}
			
			.has-margin-right[data-v-77cce0f0] {
				margin-right: 0.32rem;
			}
			
			.btns[data-v-77cce0f0] {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				width: 10rem;
				height: 1.73333rem;
				line-height: 1.73333rem;
				padding-left: 0.42667rem;
				padding-right: 0.42667rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
				background-color: #fff;
			}
			
			.btn[data-v-77cce0f0] {
				width: 4.42667rem;
				height: 1.06667rem;
				line-height: 1.06667rem;
				text-align: center;
				border-radius: 0.53333rem;
				font-size: 0.42667rem;
				font-weight: bold;
			}
			
			.is-iphonex[data-v-77cce0f0] {
				bottom: 0.32rem;
			}
			
			.reset-btn[data-v-77cce0f0] {
				color: #f60;
				border-width: 1px;
				border-style: solid;
				border-color: #f60;
			}
			
			.confirm-btn[data-v-77cce0f0] {
				background-color: #f60;
				color: #fff;
			}
		
		
			.radio-root-container[data-v-276d4945] {
				justify-content: center;
				align-items: center;
				width: 0.8rem;
				height: 0.8rem;
			}
			
			.radio-container[data-v-276d4945] {
				position: relative;
				width: 0.53333rem;
				height: 0.53333rem;
				border-radius: 0.53333rem;
			}
			
			.normal-container[data-v-276d4945] {
				border-width: 0.04rem;
				border-style: solid;
				border-color: #bec2cb;
			}
			
			.checked-container[data-v-276d4945] {
				position: relative;
				width: 0.53333rem;
				height: 0.53333rem;
				border-radius: 0.53333rem;
				background-color: #fd7035;
			}
			
			.root-block[data-v-276d4945] {
				position: absolute;
				top: 0.16rem;
				left: 0.14667rem;
				width: 0.26667rem;
				height: 0.16rem;
				background-color: #ffffff;
				transform: rotate(-45deg);
			}
			
			.mask-block[data-v-276d4945] {
				position: absolute;
				top: -1px;
				right: -1px;
				width: 0.22667rem;
				height: 0.12rem;
				background-color: #fd7035;
			}
			
			.disabled-container[data-v-276d4945] {
				background-color: #f5f7fa;
				border-color: #e4e7ed;
			}
			
			.disabled-container.checked-container[data-v-276d4945] {
				background-color: #f5f7fa;
			}
			
			.disabled-container .root-block[data-v-276d4945] {
				background-color: #c0c4cc !important;
			}
			
			.disabled-container .mask-block[data-v-276d4945] {
				background-color: #f5f7fa;
			}
		
		
			.sort-item[data-v-1e0d2a1a] {
				height: 1.33333rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.sort-name[data-v-1e0d2a1a] {
				font-size: 0.42667rem;
				flex: 1;
			}
			
			.checked-image[data-v-1e0d2a1a] {
				width: 0.48rem;
				height: 0.48rem;
			}
		
		
			.category-filter[data-v-e0e13afa] {
				width: 10rem;
				padding-bottom: 0.12rem;
				background-image: linear-gradient(to bottom, #FFFFFF, #F0F2F6);
				border-top-left-radius: 0.34667rem;
				border-top-right-radius: 0.34667rem;
			}
			
			.category-filter--no-radius[data-v-e0e13afa] {
				border-top-left-radius: 0;
				border-top-right-radius: 0;
			}
			
			.category-filter__head[data-v-e0e13afa] {
				height: 1.2rem;
				padding: 0.13333rem 0.42667rem 0 0.42667rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.category-filter__category[data-v-e0e13afa] {
				flex-direction: row;
				align-items: center;
			}
			
			.category-filter__category-item[data-v-e0e13afa] {
				font-size: 0.37333rem;
				font-weight: bold;
				color: #3D567B;
				padding: 0.26667rem 0;
				margin-left: 0.33333rem;
			}
			
			.category-filter__category-item--first[data-v-e0e13afa] {
				margin-left: 0;
			}
			
			.category-filter__category-item--active[data-v-e0e13afa] {
				font-size: 0.42667rem;
				color: #FF6D31;
			}
			
			.category-filter__tool[data-v-e0e13afa] {
				flex-direction: row;
			}
			
			.category-filter__sort[data-v-e0e13afa] {
				margin-right: 0.4rem;
				flex-direction: row;
				align-items: center;
			}
			
			.category-filter__sort-icon[data-v-e0e13afa] {
				width: 0.18667rem;
				height: 0.18667rem;
				margin-left: 0.08rem;
				transform: rotate(0deg);
			}
			
			.category-filter__sort-text[data-v-e0e13afa] {
				font-size: 0.37333rem;
				color: #3D567B;
				margin-left: 0.08rem;
			}
			
			.category-filter__filter[data-v-e0e13afa] {
				flex-direction: row;
				align-items: center;
			}
			
			.category-filter__filter-icon[data-v-e0e13afa] {
				width: 0.21333rem;
				height: 0.21333rem;
				margin-left: 0.10667rem;
			}
			
			.category-filter__filter-text-wrap[data-v-e0e13afa] {
				flex-direction: row;
				align-items: center;
				margin-left: 0.08rem;
			}
			
			.category-filter__filter-text[data-v-e0e13afa] {
				font-size: 0.37333rem;
				color: #3D567B;
			}
			
			.category-filter__filter-active-text[data-v-e0e13afa] {
				color: #f60;
			}
			
			.category-filter__tag[data-v-e0e13afa] {
				padding: 0 0.26667rem 0 0.42667rem;
			}
			
			.category-filter__tag-item[data-v-e0e13afa] {
				font-size: 0.32rem;
				color: #6B7993;
				height: 0.69333rem;
				line-height: 0.66667rem;
				padding: 0 0.29333rem;
				border-width: 1px;
				border-style: solid;
				border-left-color: rgba(167, 171, 191, 0.52);
				border-top-color: rgba(167, 171, 191, 0.52);
				border-right-color: rgba(167, 171, 191, 0.52);
				border-bottom-color: rgba(167, 171, 191, 0.52);
				border-radius: 0.34667rem;
				margin-right: 0.16rem;
			}
			
			.category-filter__tag-item--active[data-v-e0e13afa] {
				color: #FF6D31;
				background-color: rgba(255, 250, 239, 0.44);
				border-left-color: rgba(255, 109, 49, 0.31);
				border-top-color: rgba(255, 109, 49, 0.31);
				border-right-color: rgba(255, 109, 49, 0.31);
				border-bottom-color: rgba(255, 109, 49, 0.31);
			}
			
			.home-page__filter-hidden[data-v-e0e13afa] {
				position: relative;
				top: -6.66667rem;
			}
		
		
			.coupon-pack[data-v-44002f0a] {
				overflow: hidden;
				width: 9.36rem;
				border-radius: 0.21333rem;
				margin-left: 0.32rem;
				margin-right: 0.32rem;
			}
			
			.coupon-pack-img[data-v-44002f0a] {
				width: 9.36rem;
				height: 2.21333rem;
			}
		
		
			.activity__tag[data-v-fbb8e9dc] {
				height: 0.42667rem;
				box-sizing: border-box;
				padding: 0 0.13333rem;
				border-width: 1px;
				border-style: solid;
				border-left-color: rgba(255, 109, 49, 0.5);
				border-top-color: rgba(255, 109, 49, 0.5);
				border-right-color: rgba(255, 109, 49, 0.5);
				border-bottom-color: rgba(255, 109, 49, 0.5);
				border-radius: 0.05333rem;
				flex-direction: row;
				align-items: center;
			}
			
			.activity__tag-text[data-v-fbb8e9dc] {
				font-size: 0.26667rem;
				font-weight: bold;
				color: #FF6D31;
			}
			
			.activity__coupon[data-v-fbb8e9dc] {
				height: 0.42667rem;
				flex-direction: row;
				align-items: center;
			}
			
			.activity__coupon-icon01[data-v-fbb8e9dc] {
				width: 0.10667rem;
				height: 0.42667rem;
			}
			
			.activity__coupon-icon02[data-v-fbb8e9dc] {
				width: 8.53333rem;
				height: 0.42667rem;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			.activity__coupon-icon03[data-v-fbb8e9dc] {
				width: 0.10667rem;
				height: 0.42667rem;
			}
			
			.activity__coupon-content[data-v-fbb8e9dc] {
				height: 0.42667rem;
				padding: 0 0.10667rem;
				flex-direction: row;
				align-items: center;
				position: relative;
				overflow: hidden;
			}
			
			.activity__coupon-text[data-v-fbb8e9dc] {
				font-size: 0.26667rem;
				font-weight: bold;
				color: #FF6D31;
			}
		
		
			.member-wrap[data-v-cf3e7b34] {
				position: relative;
				height: 0.48rem;
			}
			
			.member-price-wrap[data-v-cf3e7b34] {
				position: absolute;
				left: 0.74667rem;
				top: 0;
				display: flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: center;
				width: 2.37333rem;
				height: 0.48rem;
			}
			
			.mebmer-price-img[data-v-cf3e7b34] {
				width: 2.70667rem;
				height: 0.48rem;
			}
			
			.price-diff-txt[data-v-cf3e7b34] {
				font-size: 0.29333rem;
				color: #F97328;
				line-height: 0.48rem;
				font-weight: 600;
			}
			
			.price-diff-icon[data-v-cf3e7b34] {
				margin-left: -0.04rem;
				margin-right: -0.04rem;
			}
			
			.common-wrap[data-v-cf3e7b34] {
				position: relative;
				height: 0.48rem;
			}
			
			.common-price-img[data-v-cf3e7b34] {
				width: 2.53333rem;
				height: 0.48rem;
			}
			
			.common-price-wrap[data-v-cf3e7b34] {
				position: absolute;
				top: 0;
				left: 1rem;
				height: 0.48rem;
				display: flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: flex-end;
			}
			
			.common-price-number[data-v-cf3e7b34] {
				font-family: DINAlternate-Bold;
				font-size: 0.4rem;
				color: #AA5E32;
				line-height: 0.48rem;
				font-weight: 700;
			}
			
			.common-price-symbol[data-v-cf3e7b34] {
				font-family: PingFangSC-Regular;
				font-size: 0.26667rem;
				color: #A45C36;
				line-height: 0.4rem;
				font-weight: 400;
			}
			
			.common-price-unit[data-v-cf3e7b34] {
				font-family: PingFangSC-Regular;
				font-size: 0.26667rem;
				color: #A45C36;
				line-height: 0.4rem;
				font-weight: 400;
			}
		
		
			.station[data-v-0beaaa6e] {
				width: 9.46667rem;
				margin-left: 0.26667rem;
				overflow: hidden;
				position: relative;
				align-items: center;
			}
			
			.station-float[data-v-0beaaa6e] {
				position: absolute;
			}
			
			.station__digital-station[data-v-0beaaa6e] {
				padding-bottom: 0.05333rem;
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
			}
			
			.station-background-img[data-v-0beaaa6e] {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
			}
			
			.station-shining-box[data-v-0beaaa6e] {
				position: absolute;
				top: 0;
				left: -2.90667rem;
				width: 2.90667rem;
				height: 4.37333rem;
			}
			
			.station-shining-img[data-v-0beaaa6e] {
				width: 2.90667rem;
				height: 4.37333rem;
			}
			
			.digital-station-nav[data-v-0beaaa6e] {
				width: 9.36rem;
				height: 0.88rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
				padding: 0 0.29333rem;
			}
			
			.digital-station-nav-left[data-v-0beaaa6e] {
				height: 0.37333rem;
				flex-direction: row;
				align-items: center;
			}
			
			.nav-icon[data-v-0beaaa6e] {
				width: 0.21333rem;
				height: 0.29333rem;
				margin-right: 0.08rem;
			}
			
			.nav-left-txt[data-v-0beaaa6e] {
				font-family: bigRuixain;
				font-size: 0.37333rem;
				color: #fff;
				letter-spacing: 0.02667rem;
				font-weight: 400;
			}
			
			.digital-station-nav-right[data-v-0beaaa6e] {
				height: 0.37333rem;
				flex-direction: row;
			}
			
			.nav-right-txt[data-v-0beaaa6e] {
				font-size: 0.29333rem;
				color: #fff;
				font-weight: 400;
			}
			
			.station__container[data-v-0beaaa6e] {
				position: relative;
				width: 9.36rem;
				background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #FFFFFF);
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
			}
			
			.station-card-wrap[data-v-0beaaa6e] {
				position: relative;
			}
			
			.station-container-wrapper[data-v-0beaaa6e] {
				position: relative;
				width: 9.36rem;
				padding: 0.42667rem 0.42667rem 0.42667rem 0.42667rem;
			}
			
			.station-container-wrapper--super-station[data-v-0beaaa6e] {
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				border-top-right-radius: 0px;
				border-top-left-radius: 0.42667rem;
				background-color: #fff;
				overflow: hidden;
			}
			
			.left-top-mask[data-v-0beaaa6e] {
				width: 0.42667rem;
				height: 0.42667rem;
				position: absolute;
				top: 0;
				left: 0;
			}
			
			.station__bcg-texture-img[data-v-0beaaa6e] {
				width: 9.36rem;
				height: 5.09333rem;
				position: absolute;
				left: 0;
				bottom: 0;
			}
			
			.station-container-wrapper--xiaoju[data-v-0beaaa6e] {
				padding-top: 0.64rem;
			}
			
			.station__container--lock[data-v-0beaaa6e] {
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
			}
			
			.station__container--willstopele[data-v-0beaaa6e] {
				padding-top: 0.8rem;
			}
			
			.station__container--stopele-xiaoju[data-v-0beaaa6e] {
				padding-top: 0.8rem;
			}
			
			.appointment-charging-container[data-v-0beaaa6e] {
				position: relative;
				width: 9.30667rem;
				height: 0.82667rem;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				margin-left: 0.02667rem;
				margin-top: 0.02667rem;
				margin-right: 0.02667rem;
				margin-bottom: 0.02667rem;
				background-color: #F7FBFF;
			}
			
			.appointment-charging-available[data-v-0beaaa6e] {
				position: relative;
				height: 0.82667rem;
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.appointment-charging-available-bg[data-v-0beaaa6e] {
				position: absolute;
				top: 0;
				left: 0;
				width: 9.30667rem;
				height: 0.82667rem;
			}
			
			.appointment-charging-available-btn[data-v-0beaaa6e] {
				position: absolute;
				top: 0;
				right: 0;
				width: 2.93333rem;
				height: 0.82667rem;
				opacity: 0;
			}
			
			.appointment-charging-available-left[data-v-0beaaa6e] {
				height: 0.32rem;
				margin-left: 0.4rem;
			}
			
			.appointment-charging-available-left-count[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #FF672D;
				line-height: 0.32rem;
			}
			
			.appointment-charging-available-right[data-v-0beaaa6e] {
				display: flex;
				flex-direction: row;
				justify-content: flex-end;
				align-items: center;
				height: 0.32rem;
				margin-right: 0.64rem;
			}
			
			.appointment-charging-available-right-book-text[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #FFFFFF;
				line-height: 0.32rem;
			}
			
			.appointment-charging-disable[data-v-0beaaa6e] {
				height: 0.82667rem;
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.appointment-charging-disable-left[data-v-0beaaa6e] {
				height: 0.32rem;
				margin-left: 0.4rem;
			}
			
			.appointment-charging-disable-left-count[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #607088;
				line-height: 0.32rem;
			}
			
			.station__head[data-v-0beaaa6e] {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: stretch;
			}
			
			.station__head-left[data-v-0beaaa6e] {
				flex-direction: row;
				align-items: center;
			}
			
			.station__xiaoju-icon[data-v-0beaaa6e] {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 7.73333rem;
				height: 0.58667rem;
			}
			
			.station__super-station-polyfill[data-v-0beaaa6e] {
				width: 0.42667rem;
				height: 0.85333rem;
				position: absolute;
				left: 0;
				top: 1.70667rem;
			}
			
			.station__super-station-bcg-container[data-v-0beaaa6e] {
				width: 9.36rem;
				height: 2.13333rem;
				border-width: 0;
				border-radius: 0.21333rem;
				background-color: #252E3B;
				overflow: hidden;
				-webkit-backface-visibility: hidden;
				-webkit-transform: translate3d(0, 0, 0);
			}
			
			.station__super-station-bcg-img[data-v-0beaaa6e] {
				width: 9.36rem;
				height: 4.93333rem;
				position: absolute;
				left: 0;
				top: -1.33333rem;
				transform: scale(1.4) translate(2.4rem, -0.8rem);
			}
			
			.station__super-station-bcg-img-mask[data-v-0beaaa6e] {
				width: 9.36rem;
				height: 2.13333rem;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			.station__super-station-touch-icon[data-v-0beaaa6e] {
				width: 2rem;
				height: 2rem;
				position: absolute;
				right: 0.33333rem;
				top: 0.26667rem;
			}
			
			.station__super-station-logo[data-v-0beaaa6e] {
				width: 1.90667rem;
				height: 0.53333rem;
				position: absolute;
				left: 0.34667rem;
				top: 0.4rem;
			}
			
			.station__super-station-tip[data-v-0beaaa6e] {
				height: 0.58667rem;
				position: absolute;
				left: 0.32rem;
				top: 1.22667rem;
				flex-direction: row;
			}
			
			.station-tip1[data-v-0beaaa6e] {
				width: 1.89333rem;
				height: 0.58667rem;
				margin-right: 0.10667rem;
			}
			
			.station-tip2[data-v-0beaaa6e] {
				width: 1.81333rem;
				height: 0.58667rem;
				margin-right: 0.10667rem;
			}
			
			.station-tip3[data-v-0beaaa6e] {
				width: 1.89333rem;
				height: 0.58667rem;
				margin-right: 0.10667rem;
			}
			
			.station__super-station-arrow[data-v-0beaaa6e] {
				width: 0.53333rem;
				height: 0.53333rem;
				position: absolute;
				right: 0.4rem;
				top: 0.4rem;
			}
			
			.left-bottom-mask[data-v-0beaaa6e] {
				width: 0.42667rem;
				height: 0.42667rem;
				position: absolute;
				left: 0;
				bottom: 0;
			}
			
			.right-bottom-mask[data-v-0beaaa6e] {
				width: 0.42667rem;
				height: 0.42667rem;
				position: absolute;
				right: 0;
				top: 1.70667rem;
			}
			
			.station__super-station-icon[data-v-0beaaa6e] {
				width: 0.53333rem;
				height: 0.53333rem;
				margin-right: 0.06667rem;
				border-radius: 0.26667rem;
			}
			
			.station__super-station-tag-container[data-v-0beaaa6e] {
				margin-top: 0.16rem;
				margin-right: 0.16rem;
				height: 0.42667rem;
				box-sizing: border-box;
				border-width: 1px;
				border-style: solid;
				border-color: #ABB8CE;
				border-radius: 0.10667rem;
				flex-direction: row;
				align-items: center;
			}
			
			.station__super-station-tag-left[data-v-0beaaa6e] {
				min-width: 1.93333rem;
				height: 0.42667rem;
				padding: 0 0.13333rem;
				flex-direction: row;
				align-items: center;
			}
			
			.station__super-station-tag-icon[data-v-0beaaa6e] {
				width: 1.93333rem;
				height: 0.42667rem;
				position: absolute;
				left: -1px;
				top: 0;
			}
			
			.station__super-station-tag-txt-left[data-v-0beaaa6e] {
				font-size: 0.26667rem;
				font-weight: bold;
				color: #FFF;
			}
			
			.station__super-station-tag-right[data-v-0beaaa6e] {
				height: 0.42667rem;
				padding: 0 0.13333rem 0 0;
				flex-direction: row;
				align-items: center;
			}
			
			.station__super-station-tag-txt-right[data-v-0beaaa6e] {
				font-size: 0.26667rem;
				color: #ABB8CE;
			}
			
			.station__title[data-v-0beaaa6e] {
				font-size: 0.48rem;
				font-weight: 700;
				color: #363646;
				width: 6.66667rem;
				lines: 1;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				display: block;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 1;
			}
			
			.station__title--narrow[data-v-0beaaa6e] {
				width: 5.21333rem;
			}
			
			.station__distance[data-v-0beaaa6e] {
				flex-direction: row;
				align-items: center;
			}
			
			.station__distance-icon[data-v-0beaaa6e] {
				width: 0.24rem;
				height: 0.24rem;
			}
			
			.station__distance-num[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #363646;
				margin-left: 0.13333rem;
			}
			
			.station__tag[data-v-0beaaa6e] {
				margin-top: 0.21333rem;
				flex-direction: row;
			}
			
			.station__tag-wrapper[data-v-0beaaa6e] {
				flex-direction: row;
				align-items: center;
			}
			
			.station__tag-border[data-v-0beaaa6e] {
				width: 0.02667rem;
				height: 0.32rem;
				background-color: #CBCDD9;
				margin: 0 0.2rem;
			}
			
			.station__tag-border--bottom[data-v-0beaaa6e] {
				margin-bottom: -0.02667rem;
			}
			
			.station__tag-item[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #72727D;
			}
			
			.station__body[data-v-0beaaa6e] {
				margin-top: 0.32rem;
			}
			
			.station__body--activity[data-v-0beaaa6e] {
				margin-bottom: 0.32rem;
			}
			
			.station__body--bottom[data-v-0beaaa6e] {
				margin-bottom: 0.32rem;
			}
			
			.station__body-left[data-v-0beaaa6e] {
				flex-direction: row;
				align-items: flex-end;
				height: 0.74667rem;
			}
			
			.station__billing[data-v-0beaaa6e] {
				font-family: DINAlternate-Bold;
				font-size: 0.74667rem;
				color: #FF6D31;
				margin-right: 0.05333rem;
				margin-bottom: -0.16rem;
			}
			
			.station__unit__normal[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #9A9AA2;
				line-height: 0.64rem;
				font-weight: 400;
				margin-left: 0.06667rem;
				margin-bottom: -0.16rem;
			}
			
			.station__billing__icon[data-v-0beaaa6e] {
				color: #FF6D31;
				font-size: 0.42667rem;
				line-height: 0.42667rem;
				margin-right: -0.04rem;
				margin-bottom: -0.05333rem;
			}
			
			.cardPriceTagCls[data-v-0beaaa6e] {
				margin-left: 0.05333rem;
			}
			
			.station__billing--super-station[data-v-0beaaa6e] {
				font-family: DINAlternate-Bold;
				font-size: 0.66667rem;
				color: #FF6D31;
				margin-right: 0.05333rem;
				margin-bottom: -0.13333rem;
			}
			
			.station__text-wrapper[data-v-0beaaa6e] {
				flex-direction: row;
				justify-content: flex-end;
			}
			
			.station__text-wrapper--super-station[data-v-0beaaa6e] {
				height: 0.54667rem;
				justify-content: flex-end;
			}
			
			.station__membership-price--super-station[data-v-0beaaa6e] {
				margin-left: 0.08rem;
				width: 2.70667rem;
				height: 0.54667rem;
				padding: 0 0.13333rem;
				flex-direction: row;
				justify-content: flex-end;
				align-items: center;
			}
			
			.station__membership-price-icon[data-v-0beaaa6e] {
				width: 2.70667rem;
				height: 0.54667rem;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			.station__membership-price-txt[data-v-0beaaa6e] {
				font-family: DINAlternate-Bold;
				font-size: 0.4rem;
				line-height: 0.54667rem;
				color: #A45C36;
			}
			
			.station__unit--super-station[data-v-0beaaa6e] {
				margin-left: 0.04rem;
				font-size: 0.26667rem;
				line-height: 0.52rem;
				color: #A45C36;
			}
			
			.member-ship-txt[data-v-0beaaa6e] {
				font-size: 0.26667rem;
				color: #965038;
				font-weight: 600;
			}
			
			.station__unit[data-v-0beaaa6e] {
				font-size: 0.26667rem;
				color: #607088;
			}
			
			.station__unit—start[data-v-0beaaa6e] {
				font-size: 0.37333rem;
				color: #607088;
			}
			
			.station__body-right[data-v-0beaaa6e] {
				flex-direction: row;
				align-items: flex-end;
				height: 0.74667rem;
			}
			
			.station__body-top[data-v-0beaaa6e] {
				flex-direction: row;
				justify-content: space-between;
				align-items: flex-end;
				height: 0.74667rem;
			}
			
			.station__charge[data-v-0beaaa6e] {
				height: 0.53333rem;
				box-sizing: border-box;
				flex-direction: row;
				align-items: flex-end;
				position: relative;
				overflow: auto;
			}
			
			.station__charge--last[data-v-0beaaa6e] {
				margin-left: 0.16rem;
			}
			
			.station__charge-speed-title[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #FFFFFF;
				line-height: 0.48rem;
				font-weight: 600;
				text-align: center;
				width: 0.48rem;
				height: 0.48rem;
				border-radius: 0.10667rem;
				margin-right: 0.02667rem;
			}
			
			.station__charge-slow-title[data-v-0beaaa6e] {
				background-image: linear-gradient(51deg, #596F91, #7D8CB6);
			}
			
			.station__charge-fast-title[data-v-0beaaa6e] {
				background-image: linear-gradient(89deg, #FF642A, #FF9D5E);
			}
			
			.station__charge-wrap[data-v-0beaaa6e] {
				height: 0.48rem;
				padding: 0 0 0 0.05333rem;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				position: relative;
				overflow: hidden;
			}
			
			.station__charge-text01--slow[data-v-0beaaa6e] {
				font-size: 0.32rem;
				line-height: 0.32rem;
				font-weight: 600;
				color: #607088;
				margin-right: 0.02667rem;
			}
			
			.station__charge-text02--slow[data-v-0beaaa6e] {
				font-size: 0.32rem;
				line-height: 0.32rem;
				font-weight: 600;
				color: #607088;
			}
			
			.station__charge-text03--slow[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #607088;
				margin: 0 0.02667rem;
			}
			
			.station__charge-text01--fast[data-v-0beaaa6e] {
				font-size: 0.32rem;
				line-height: 0.32rem;
				font-weight: 600;
				color: #607088;
				margin-right: 0.02667rem;
			}
			
			.station__charge-text02--fast[data-v-0beaaa6e] {
				font-size: 0.32rem;
				line-height: 0.32rem;
				font-weight: 600;
				color: #607088;
			}
			
			.station__charge-text03--fast[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #607088;
				margin: 0 0.02667rem;
			}
			
			.station__charge-text04[data-v-0beaaa6e] {
				font-size: 0.32rem;
				line-height: 0.32rem;
				font-weight: 600;
				color: rgba(96, 112, 136, 0.6);
			}
			
			.station__charge-wrap--super-station[data-v-0beaaa6e] {
				height: 0.48rem;
				padding: 0 0 0 0.05333rem;
				flex-direction: row;
				justify-content: center;
				align-items: flex-end;
				position: relative;
				overflow: hidden;
			}
			
			.station__charge-text01--super-station[data-v-0beaaa6e] {
				font-size: 0.32rem;
				line-height: 0.42667rem;
				color: #363646;
				margin-right: 0.04rem;
			}
			
			.station__charge-text02--super-station[data-v-0beaaa6e] {
				font-family: DINAlternate-Bold;
				font-size: 0.53333rem;
				height: 0.53333rem;
				font-weight: bold;
				color: #363646;
				margin-right: 0.05333rem;
			}
			
			.station__charge-text03--super-station[data-v-0beaaa6e] {
				font-family: DINAlternate-Bold;
				font-size: 0.53333rem;
				height: 0.53333rem;
				font-weight: bold;
				color: rgba(54, 54, 70, 0.6);
				margin-right: 0.05333rem;
			}
			
			.station__charge-text04--super-station[data-v-0beaaa6e] {
				font-family: DINAlternate-Bold;
				font-size: 0.53333rem;
				height: 0.53333rem;
				font-weight: bold;
				color: rgba(54, 54, 70, 0.6);
			}
			
			.station__activity-tag[data-v-0beaaa6e] {
				flex-direction: row;
				flex-wrap: wrap;
			}
			
			.station__activity-tag-item[data-v-0beaaa6e] {
				margin-right: 0.16rem;
				margin-top: 0.16rem;
			}
			
			.station__activity-tag-item--last[data-v-0beaaa6e] {
				margin-right: 0;
			}
			
			.station__activity-tag-img[data-v-0beaaa6e] {
				width: 4.29333rem;
				height: 0.48rem;
			}
			
			.station__tip[data-v-0beaaa6e] {
				margin-top: 0.21333rem;
				flex-direction: row;
				align-items: flex-start;
			}
			
			.station__tip-icon[data-v-0beaaa6e] {
				width: 0.42667rem;
				height: 0.42667rem;
				flex-shrink: 0;
			}
			
			.station__tip-text-wrapper[data-v-0beaaa6e] {
				width: 7.92rem;
			}
			
			.station__tip-text[data-v-0beaaa6e] {
				font-size: 0.32rem;
				color: #72727D;
				line-height: 0.42667rem;
				margin-left: 0.16rem;
			}
			
			.station__coupon[data-v-0beaaa6e] {
				flex-direction: row;
			}
			
			.station__coupon-item[data-v-0beaaa6e] {
				margin-left: 0.16rem;
			}
			
			.station__coupon-item--first[data-v-0beaaa6e] {
				margin-left: 0;
			}
			
			.station__lock-box[data-v-0beaaa6e] {
				width: 9.36rem;
				height: 0.85333rem;
				background-color: #ffe2d7;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				display: flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
			
			.station__lock-action[data-v-0beaaa6e] {
				font-size: 0.37333rem;
				color: #FD7035;
			}
			
			.station__stop-modal[data-v-0beaaa6e] {
				width: 9.36rem;
				background-color: rgba(255, 255, 255, 0.6);
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				position: absolute;
				left: 0.05333rem;
				right: 0.05333rem;
				top: 0;
				bottom: 0;
				overflow: hidden;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
			
			.station__stop-wrapper[data-v-0beaaa6e] {
				flex-direction: row;
				align-items: center;
				position: absolute;
				right: 0;
				bottom: 0;
			}
			
			.station__stop-icon[data-v-0beaaa6e] {
				width: 1.89333rem;
				height: 1.6rem;
			}
			
			.station__will-stop-electricity[data-v-0beaaa6e] {
				height: 0.8rem;
				box-sizing: border-box;
				padding: 0 0.32rem;
				background-color: rgba(252, 220, 183, 0.3);
				border-width: 0.02667rem;
				border-style: solid;
				border-color: #ffffff;
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0px;
				border-bottom-right-radius: 0px;
				position: absolute;
				left: 0.05333rem;
				right: 0.05333rem;
				flex-direction: row;
				align-items: center;
			}
			
			.station__stop-electricity[data-v-0beaaa6e] {
				height: 0.8rem;
				padding: 0 0.32rem;
				background-image: linear-gradient(to right, #878E97, #C2C7D4);
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				flex-direction: row;
				align-items: center;
			}
			
			.station__stopele-icon[data-v-0beaaa6e] {
				width: 0.32rem;
				height: 0.32rem;
			}
			
			.station__stopele-text[data-v-0beaaa6e] {
				font-family: PingFangSC-Semibold;
				font-size: 0.32rem;
				color: #FF6718;
				margin-left: 0.10667rem;
			}
			
			.station__stopele-text--white[data-v-0beaaa6e] {
				color: #ffffff;
			}
		
		
			.station__container[data-v-70266dd2] {
				width: 8.26667rem;
				padding: 0.42667rem 0.42667rem 0.42667rem 0.42667rem;
				background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #FFFFFF);
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				position: relative;
			}
			
			.station__container--xiaoju[data-v-70266dd2] {
				padding-top: 0.33333rem;
			}
			
			.station__container--single[data-v-70266dd2] {
				width: 8.66667rem;
			}
			
			.station__head[data-v-70266dd2] {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: stretch;
			}
			
			.station__head-left[data-v-70266dd2] {
				flex-direction: row;
				align-items: center;
			}
			
			.station__xiaoju-icon[data-v-70266dd2] {
				width: 1.30667rem;
				height: 0.77333rem;
				margin-right: 0.06667rem;
			}
			
			.station__title[data-v-70266dd2] {
				font-size: 0.48rem;
				font-weight: 700;
				color: #363646;
				width: 5.57333rem;
				lines: 1;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				display: block;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 1;
			}
			
			.station__title--narrow[data-v-70266dd2] {
				width: 4.12rem;
			}
			
			.station__title--single[data-v-70266dd2] {
				width: 5.97333rem;
			}
			
			.station__title--single-narrow[data-v-70266dd2] {
				width: 4.52rem;
			}
			
			.station__distance[data-v-70266dd2] {
				flex-direction: row;
				align-items: center;
			}
			
			.station__distance-icon[data-v-70266dd2] {
				width: 0.24rem;
				height: 0.24rem;
			}
			
			.station__distance-num[data-v-70266dd2] {
				font-size: 0.32rem;
				color: #363646;
				margin-left: 0.13333rem;
			}
			
			.station__tag[data-v-70266dd2] {
				margin-top: 0.16rem;
				flex-direction: row;
			}
			
			.station__tag--occupy[data-v-70266dd2] {
				opacity: 0;
			}
			
			.station__tag-wrapper[data-v-70266dd2] {
				flex-direction: row;
				align-items: center;
			}
			
			.station__tag-border[data-v-70266dd2] {
				width: 0.02667rem;
				height: 0.32rem;
				background-color: #CBCDD9;
				margin: 0 0.2rem;
			}
			
			.station__tag-border--bottom[data-v-70266dd2] {
				margin-bottom: -0.02667rem;
			}
			
			.station__tag-item[data-v-70266dd2] {
				font-size: 0.32rem;
				color: #72727D;
			}
			
			.station__body[data-v-70266dd2] {
				margin-top: 0.42667rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: flex-end;
			}
			
			.station__body-left[data-v-70266dd2] {
				flex-direction: row;
				align-items: flex-end;
			}
			
			.station__billing[data-v-70266dd2] {
				font-family: DINAlternate-Bold;
				font-size: 0.64rem;
				color: #363646;
				margin-right: 0.05333rem;
				margin-bottom: -0.10667rem;
			}
			
			.station__text-wrapper[data-v-70266dd2] {
				justify-content: flex-end;
			}
			
			.station__unit[data-v-70266dd2] {
				font-size: 0.32rem;
				color: #607088;
			}
			
			.station__unit—start[data-v-70266dd2] {
				font-size: 0.37333rem;
				color: #607088;
			}
			
			.station__body-right[data-v-70266dd2] {
				flex-direction: row;
				align-items: baseline;
			}
			
			.station__charge[data-v-70266dd2] {
				height: 0.53333rem;
				box-sizing: border-box;
				flex-direction: row;
				align-items: flex-end;
				position: relative;
				overflow: auto;
			}
			
			.station__charge--last[data-v-70266dd2] {
				margin-left: 0.16rem;
			}
			
			.station__charge-bg[data-v-70266dd2] {
				width: 0.48rem;
				height: 0.48rem;
				margin-right: 0.10667rem;
			}
			
			.station__charge-wrap[data-v-70266dd2] {
				height: 0.53333rem;
				padding: 0 0 0 0.05333rem;
				flex-direction: row;
				align-items: center;
				position: relative;
				overflow: hidden;
			}
			
			.station__charge-text01[data-v-70266dd2] {
				font-size: 0.32rem;
				font-weight: bold;
				color: #607088;
				margin-right: 0.02667rem;
			}
			
			.station__charge-text02[data-v-70266dd2] {
				font-size: 0.32rem;
				color: #A0A9B8;
				margin: 0 0.02667rem;
			}
			
			.station__charge-text03[data-v-70266dd2] {
				font-size: 0.32rem;
				color: #A0A9B8;
			}
		
		
			.recommend-stations[data-v-3a17f996] {
				width: 9.36rem;
				padding: 0.29333rem 0 0.37333rem;
				background-color: #FFDECA;
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				margin-left: 0.32rem;
				align-items: center;
			}
			
			.recommend-stations__head[data-v-3a17f996] {
				width: 9.36rem;
				padding: 0 0.37333rem 0.26667rem 0.4rem;
				flex-direction: row;
				justify-content: space-between;
			}
			
			.recommend-stations__head-item[data-v-3a17f996] {
				flex-direction: row;
				align-items: center;
			}
			
			.recommend-stations__title-wrapper[data-v-3a17f996] {
				height: 0.48rem;
				padding-left: 0.13333rem;
				padding-right: 0.10667rem;
				background-color: #FF6416;
				border-top-left-radius: 0.05333rem;
				border-top-right-radius: 0px;
				border-bottom-left-radius: 0.05333rem;
				border-bottom-right-radius: 0px;
				flex-direction: row;
				align-items: center;
			}
			
			.recommend-stations__title-border[data-v-3a17f996] {
				width: 0.10667rem;
				height: 0.48rem;
				margin-right: 0.05333rem;
			}
			
			.recommend-stations__title[data-v-3a17f996] {
				font-size: 0.32rem;
				color: #ffffff;
			}
			
			.recommend-stations__title-icon[data-v-3a17f996] {
				width: 1.76rem;
				height: 0.41333rem;
			}
			
			.recommend-stations__subtitle[data-v-3a17f996] {
				font-size: 0.32rem;
				color: #FF6416;
				margin-left: 0.16rem;
			}
			
			.recommend-stations__current-position[data-v-3a17f996] {
				font-size: 0.32rem;
				color: #FF6416;
			}
			
			.recommend-swiper[data-v-3a17f996] {
				width: 9.36rem;
				flex-direction: row;
			}
			
			.recommend-swiper__wrapper[data-v-3a17f996] {
				padding: 0 0.34667rem;
				flex-direction: row;
				flex-shrink: 0;
			}
			
			.recommend-swiper__item[data-v-3a17f996] {
				margin-right: 0.34667rem;
			}
			
			.recommend-swiper__item--last[data-v-3a17f996] {
				margin-right: 0;
			}
		
		
			.red-packet-icon[data-v-9dee31d2] {
				width: 0.85333rem;
				height: 1.06667rem;
				position: fixed;
			}
		
		
			.station[data-v-c4d49db2] {
				width: 9.46667rem;
				margin-left: 0.26667rem;
				margin-top: 0.26667rem;
				overflow: hidden;
				position: relative;
				align-items: center;
			}
			
			.station__container[data-v-c4d49db2] {
				position: relative;
				width: 9.36rem;
				padding: 0.42667rem 0.42667rem 0.42667rem 0.42667rem;
				background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #FFFFFF);
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
			}
			
			.station__head[data-v-c4d49db2] {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.station__tag[data-v-c4d49db2] {
				margin-top: 0.21333rem;
				flex-direction: row;
			}
			
			.station__body[data-v-c4d49db2] {
				margin-top: 0.32rem;
			}
			
			.station__body--bottom[data-v-c4d49db2] {
				margin-bottom: 0.32rem;
			}
			
			.station__body-top[data-v-c4d49db2] {
				flex-direction: row;
				justify-content: space-between;
				align-items: flex-end;
			}
			
			.station__activity-tag[data-v-c4d49db2] {
				flex-direction: row;
				flex-wrap: wrap;
			}
			
			.station__tip[data-v-c4d49db2] {
				margin-top: 0.21333rem;
				flex-direction: row;
				align-items: flex-start;
			}
		
		
			.empty-tip[data-v-2e82b7b0] {
				flex: 1;
				align-items: center;
				justify-content: center;
				width: 10rem;
				margin-top: 0.66667rem;
			}
			
			.icon-container[data-v-2e82b7b0] {
				width: 4.26667rem;
				height: 3.2rem;
				align-items: center;
				justify-content: center;
			}
			
			.empty-icon[data-v-2e82b7b0] {
				width: 3.49333rem;
				height: 2.18667rem;
			}
			
			.class-text[data-v-2e82b7b0] {
				margin-top: 0.21333rem;
				font-size: 0.42667rem;
				color: #868a92;
			}
		
		
			.container[data-v-17a7e20d] {
				position: relative;
				background-color: #ffffff;
				overflow-y: auto;
			}
			
			.is-iphonex[data-v-17a7e20d] {
				padding-bottom: 0.32rem;
			}
			
			.top-control[data-v-17a7e20d] {
				height: 1.33333rem;
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
			}
			
			.split-line[data-v-17a7e20d] {
				height: 1px;
				margin-left: -0.42667rem;
				margin-right: -0.42667rem;
				background-color: rgba(45, 49, 58, 0.1);
			}
			
			.close-icon-container[data-v-17a7e20d] {
				width: 0.69333rem;
				height: 0.69333rem;
				justify-content: center;
				align-items: center;
			}
			
			.close-icon[data-v-17a7e20d] {
				width: 0.34667rem;
				height: 0.34667rem;
			}
			
			.top-title[data-v-17a7e20d] {
				font-size: 0.42667rem;
				font-weight: bold;
				color: #363646;
			}
		
		
			.lock-scroller[data-v-47f3d8d4] {
				flex: 1;
			}
			
			.top-info[data-v-47f3d8d4] {
				margin-top: 0.32rem;
				margin-bottom: 0.53333rem;
			}
			
			.top-info__row[data-v-47f3d8d4] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.top-info__row--bottom[data-v-47f3d8d4] {
				margin-top: 0.10667rem;
			}
			
			.top-info__left[data-v-47f3d8d4] {
				font-size: 0.42667rem;
				color: #363646;
			}
			
			.top-info__right[data-v-47f3d8d4] {
				flex-direction: row;
				align-items: center;
			}
			
			.top-info__icon[data-v-47f3d8d4] {
				width: 0.26667rem;
				height: 0.34667rem;
				margin-right: 0.10667rem;
			}
			
			.top-info__text01[data-v-47f3d8d4] {
				font-size: 0.32rem;
				color: #596886;
			}
			
			.top-info__text02[data-v-47f3d8d4] {
				font-family: DINAlternate-Bold;
				font-size: 0.42667rem;
				font-weight: bold;
				color: #596886;
			}
			
			.top-info__text03[data-v-47f3d8d4] {
				font-family: DINAlternate-Bold;
				font-size: 0.42667rem;
				font-weight: bold;
				color: rgba(96, 112, 136, 0.6);
			}
			
			.top-info__higher[data-v-47f3d8d4] {
				font-size: 0.32rem;
				color: #FF6600;
			}
			
			.warn-box[data-v-47f3d8d4] {
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
				margin-top: 0.26667rem;
			}
			
			.line-border[data-v-47f3d8d4] {
				border-width: 0.02667rem;
				border-style: dashed;
				border-color: #FD7035;
				flex: 1;
				height: 1px;
			}
			
			.warn-tips[data-v-47f3d8d4] {
				font-size: 0.37333rem;
				margin-left: 0.18667rem;
				margin-right: 0.18667rem;
				color: #FD7035;
			}
			
			.lock-list[data-v-47f3d8d4] {
				width: 8.93333rem;
				flex-direction: row;
				justify-content: flex-start;
				flex-wrap: wrap;
			}
			
			.lock-item-box[data-v-47f3d8d4] {
				width: 2.13333rem;
				height: 1.38667rem;
				background-color: #F6F6F6;
				border-radius: 0.16rem;
				margin-top: 0.13333rem;
				margin-right: 0.13067rem;
				justify-content: center;
				align-items: center;
				position: relative;
			}
			
			.lock-item-box--nomargin[data-v-47f3d8d4] {
				margin-right: 0;
			}
			
			.lock-number[data-v-47f3d8d4] {
				font-family: DINAlternate-Bold;
				font-size: 0.53333rem;
				font-weight: bold;
				color: #363646;
			}
			
			.lock-tip[data-v-47f3d8d4] {
				font-size: 0.29333rem;
				color: #D6D6D9;
				position: absolute;
				top: 0.16rem;
				right: 0.16rem;
			}
			
			.in-using-number[data-v-47f3d8d4] {
				color: #C2C2C7;
			}
			
			.in-repairing-number[data-v-47f3d8d4] {
				color: #C2C2C7;
			}
			
			.lock-action-btn[data-v-47f3d8d4] {
				width: 1.70667rem;
				height: 0.48rem;
				background-color: #ffffff;
				border-radius: 0.05333rem;
				align-items: center;
				justify-content: center;
			}
			
			.not-operable-btn[data-v-47f3d8d4] {
				background-color: rgba(0, 0, 0, 0);
			}
			
			.lock-action-text[data-v-47f3d8d4] {
				color: #FD7035;
				font-size: 0.32rem;
			}
			
			.in-using-desc[data-v-47f3d8d4] {
				color: #474C58;
			}
			
			.in-repairing-desc[data-v-47f3d8d4] {
				color: #000000;
			}
			
			.help-box[data-v-47f3d8d4] {
				height: 1.44rem;
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
			}
			
			.help-refresh-btn[data-v-47f3d8d4] {
				width: 4.42667rem;
				height: 0.96rem;
				box-sizing: border-box;
				background-color: #ffffff;
				border-top-left-radius: 0.48rem;
				border-top-right-radius: 0.48rem;
				border-bottom-left-radius: 0.48rem;
				border-bottom-right-radius: 0.48rem;
				border-width: 1px;
				border-style: solid;
				border-color: #4D5D77;
				align-items: center;
				justify-content: center;
			}
			
			.help-phone-btn[data-v-47f3d8d4] {
				width: 4.42667rem;
				height: 0.96rem;
				background-color: #4D5D77;
				border-top-left-radius: 0.48rem;
				border-top-right-radius: 0.48rem;
				border-bottom-left-radius: 0.48rem;
				border-bottom-right-radius: 0.48rem;
				align-items: center;
				justify-content: center;
			}
			
			.help-desc--refresh[data-v-47f3d8d4] {
				font-size: 0.37333rem;
				font-weight: bold;
				color: #4D5D77;
			}
			
			.help-desc[data-v-47f3d8d4] {
				font-size: 0.37333rem;
				font-weight: bold;
				color: #ffffff;
			}
			
			.alert-box[data-v-47f3d8d4] {
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				width: 10rem;
				/*兼容H5异常*/
				z-index: 99999;
			}
		
		
			.filter-container[data-v-71052570] {
				flex-direction: row;
				justify-content: space-between;
				width: 10rem;
				align-items: center;
				padding-top: 0.13333rem;
				padding-bottom: 0.13333rem;
				padding-left: 0.42667rem;
				padding-right: 0.42667rem;
				background-color: #e9f1fd;
			}
			
			.filter-text-container[data-v-71052570] {
				width: 8.13333rem;
			}
			
			.filter-text[data-v-71052570] {
				font-size: 0.32rem;
				color: #277cf1;
				white-space: wrap;
				line-height: 0.53333rem;
			}
			
			.close-icon-container[data-v-71052570] {
				height: 0.90667rem;
				width: 0.90667rem;
				justify-content: center;
				align-items: flex-end;
			}
			
			.close-icon[data-v-71052570] {
				width: 0.4136rem;
				height: 0.4152rem;
			}
		
		
			.category-filter[data-v-bfa16338] {
				width: 10rem;
				padding-bottom: 0.32rem;
				background-image: linear-gradient(to bottom, #FFFFFF, #F0F2F6);
				border-top-left-radius: 0.34667rem;
				border-top-right-radius: 0.34667rem;
			}
			
			.category-filter__head[data-v-bfa16338] {
				height: 1.2rem;
				padding: 0.13333rem 0.42667rem 0 0.42667rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
		
		
			.swiper-skeleton[data-v-15a01028] {
				position: relative;
				width: 9.36rem;
				height: 2.21333rem;
				padding: 0.42667rem 0.42667rem 0.42667rem 0.42667rem;
				background-color: #FFFFFF;
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
				margin-left: 0.32rem;
				margin-bottom: 0.26667rem;
			}
		
		
			.home-page[data-v-2c16cde5] {
				height: 100%;
				background-color: #F0F2F6;
				flex: 1;
			}
			
			.home-page__scroller[data-v-2c16cde5] {
				height: 100%;
				padding-bottom: 2.13333rem;
				flex: 1;
			}
			
			.is-iphonex[data-v-2c16cde5] {
				margin-bottom: 1.76rem;
			}
			
			.is-didioil[data-v-2c16cde5] {
				margin-bottom: 0px;
				padding-bottom: 0px;
			}
			
			.home-page__block[data-v-2c16cde5] {
				height: 0.37333rem;
				background-color: transparent;
			}
			
			.home-page__refresh[data-v-2c16cde5] {
				width: 10rem;
				padding: 0.4rem;
				background-color: #F0F2F6;
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				position: relative;
			}
			
			.home-page__refresh-img[data-v-2c16cde5] {
				width: 1.6rem;
				height: 0.53333rem;
				margin-right: 0.24rem;
			}
			
			.home-page__refresh-text[data-v-2c16cde5] {
				color: #868A92;
				font-size: 0.26667rem;
			}
			
			.home-page__tile-container[data-v-2c16cde5] {
				width: 10rem;
				overflow: hidden;
				position: relative;
			}
			
			.home-page__tile-box[data-v-2c16cde5] {
				width: 10rem;
				height: 8.8rem;
			}
			
			.home-page__top-resource[data-v-2c16cde5] {
				margin-top: 0.05333rem;
				margin-bottom: 0.32rem;
			}
			
			.home-page__tile-wrapper[data-v-2c16cde5] {
				width: 10rem;
				height: 5.6rem;
				align-items: center;
				justify-content: center;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				overflow: hidden;
			}
			
			.home-page__tile-wrapper--passenger[data-v-2c16cde5] {
				top: 1.01333rem;
			}
			
			.home-page__tile-wrapper--none[data-v-2c16cde5] {
				display: none;
			}
			
			.home-page__tile-wrapper--bottom[data-v-2c16cde5] {
				width: 10rem;
				height: 0.32rem;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				overflow: hidden;
			}
			
			.home-page__tile-img[data-v-2c16cde5] {
				width: 10rem;
				height: 8rem;
				position: absolute;
				top: -2.08rem;
			}
			
			.home-page__tile-img--bottom[data-v-2c16cde5] {
				top: auto;
				bottom: 0;
			}
			
			.home-page__tile-block[data-v-2c16cde5] {
				height: 4.26667rem;
			}
			
			.home-page__refresh-box[data-v-2c16cde5] {
				width: 10rem;
				padding: 0.4rem;
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}
			
			.home-page__refresh-img[data-v-2c16cde5] {
				width: 1.6rem;
				height: 0.53333rem;
				margin-right: 0.24rem;
			}
			
			.home-page__refresh-txt[data-v-2c16cde5] {
				color: #868A92;
				font-size: 0.26667rem;
			}
			
			.home-page__coupon-pack[data-v-2c16cde5] {
				margin-bottom: 0.26667rem;
			}
			
			.home-page__station-skeleton--first[data-v-2c16cde5] {
				margin-top: 0.26667rem;
			}
			
			.home-page__station[data-v-2c16cde5] {
				margin-top: 0.26667rem;
			}
			
			.home-page__station--first[data-v-2c16cde5] {
				margin-top: 0.26667rem;
			}
			
			.home-page__footer-tip[data-v-2c16cde5] {
				margin-top: 0.26667rem;
				margin-bottom: 0.26667rem;
				text-align: center;
			}
			
			.home-page__tip-text[data-v-2c16cde5] {
				font-size: 0.32rem;
				color: #bec2cb;
			}
			
			.home-page__search--fixed[data-v-2c16cde5] {
				position: fixed;
				left: 0;
				top: 0;
			}
			
			.home-page__search--passenger[data-v-2c16cde5] {
				top: 1.01333rem;
			}
			
			.home-page__search--passenger-weex[data-v-2c16cde5] {
				top: 1.06667rem;
			}
			
			.home-page__filter[data-v-2c16cde5] {
				position: relative;
			}
			
			.home-page__filter--fixed[data-v-2c16cde5] {
				position: fixed;
				left: 0;
				top: 1.33333rem;
			}
			
			.home-page__search--bg[data-v-2c16cde5] {
				background-color: #F0F2F6;
			}
			
			.home-page__search--transparent[data-v-2c16cde5] {
				background-color: transparent;
			}
			
			.home-page__filter--passenger[data-v-2c16cde5] {
				position: fixed;
				left: 0;
				top: 2.34667rem;
			}
			
			.home-page__filter--passenger-weex[data-v-2c16cde5] {
				position: fixed;
				left: 0;
				top: 2.4rem;
			}
			
			.home-page__loading[data-v-2c16cde5] {
				width: 10rem;
				align-items: center;
				padding-bottom: 0.26667rem;
			}
			
			.home-page-loadedAll[data-v-2c16cde5] {
				margin-top: 0.37333rem;
			}
			
			.h5-redirector--block[data-v-2c16cde5] {
				height: 1.01333rem;
			}
			
			.h5-redirector[data-v-2c16cde5] {
				position: fixed;
				top: 0;
				z-index: 10;
			}
			
			.weex-redirector[data-v-2c16cde5] {
				width: 10rem;
				height: 2.34667rem;
				position: fixed;
				top: -2.34667rem;
			}
			
			.weex-redirector--android[data-v-2c16cde5] {
				width: 10rem;
				height: 1.17333rem;
				position: fixed;
				top: -1.17333rem;
			}
			
			.home-page__no-login[data-v-2c16cde5] {
				margin-top: 2.66667rem;
				text-align: center;
				padding: 0 0.53333rem;
			}
			
			.home-page__no-login-btn[data-v-2c16cde5] {
				width: 2.4rem;
				margin-left: 3.26667rem;
				margin-right: 3.26667rem;
				margin-bottom: 0.53333rem;
				color: #fff;
				text-align: center;
				padding: 0.21333rem;
				background-color: #FF6D31;
				border-radius: 0.10667rem;
			}
			
			.home-page__no-login-txt[data-v-2c16cde5] {
				color: #666;
				text-align: center;
				margin-bottom: 0.53333rem;
			}
			
			.font-bold[data-v-2c16cde5] {
				font-weight: bold;
			}
			
			.empty-icon[data-v-2c16cde5] {
				width: 3.49333rem;
				height: 2.18667rem;
				margin-left: 2.72rem;
				margin-right: 2.72rem;
				margin-bottom: 0.8rem;
			}
		
		
			.container[data-v-4f5d8406] {
				position: absolute;
				right: 0.8rem;
				top: 1.33333rem;
				height: 1.12rem;
			}
			
			.tip-container[data-v-4f5d8406] {
				flex-direction: row;
				justify-content: center;
				align-items: center;
				height: 1.01333rem;
				margin-bottom: 0.24rem;
				padding-left: 0.4rem;
				padding-right: 0.4rem;
				border-radius: 0.53333rem;
				background-color: #fd7035;
			}
			
			.tip-text[data-v-4f5d8406] {
				font-size: 0.37333rem;
				color: #ffffff;
			}
			
			.icon-container[data-v-4f5d8406] {
				justify-content: center;
				align-items: center;
				width: 0.53333rem;
				height: 0.53333rem;
				margin-left: 0.4rem;
			}
			
			.close-icon[data-v-4f5d8406] {
				width: 0.4136rem;
				height: 0.4152rem;
			}
			
			.top-tt[data-v-4f5d8406] {
				position: absolute;
				top: -0.24rem;
				right: 0.32rem;
				height: 0.64rem;
				width: 0.74667rem;
			}
			
			.bottom-tt[data-v-4f5d8406] {
				position: absolute;
				bottom: -0.10667rem;
				right: 0.32rem;
				height: 0.64rem;
				width: 0.74667rem;
			}
		
		
			.navigation-root[data-v-d4cc483e] {
				position: fixed;
				left: 0;
				right: 0;
				bottom: 0;
				width: 10rem;
				background-color: transparent;
			}
			
			.h5-sty-fix[data-v-d4cc483e] {
				z-index: 10;
			}
			
			.navigation-container[data-v-d4cc483e] {
				position: relative;
				width: 10rem;
				justify-content: flex-end;
				background-color: transparent;
			}
			
			.iphone-x-bottom-bar[data-v-d4cc483e] {
				height: 0.16rem;
				background-color: #ffffff;
			}
			
			.member-tip[data-v-d4cc483e] {
				position: absolute;
				width: 1.70667rem;
				height: 0.53333rem;
				bottom: 1.44rem;
				right: 1.12rem;
			}
			
			.bottom-resource-box[data-v-d4cc483e] {
				width: 10rem;
				height: 0.93333rem;
				position: relative;
			}
			
			.bottom-resource-img[data-v-d4cc483e] {
				width: 10rem;
				height: 0.93333rem;
			}
			
			.close-bottom-box[data-v-d4cc483e] {
				width: 0.93333rem;
				height: 0.93333rem;
				position: absolute;
				right: 0px;
				top: 0px;
				justify-content: center;
				align-items: center;
			}
			
			.close-bottom-icon[data-v-d4cc483e] {
				width: 0.2rem;
				height: 0.2rem;
			}
			
			.resource-tab-icon[data-v-d4cc483e] {
				width: 0.74667rem;
				height: 0.74667rem;
			}
			
			.navigator-box[data-v-d4cc483e] {
				width: 10rem;
				height: 2.13333rem;
				padding-left: 0.66667rem;
				padding-right: 0.66667rem;
				background-color: transparent;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
				border-top-left-radius: 0.26667rem;
				border-top-right-radius: 0.26667rem;
				background-color: #ffffff;
				box-shadow: 0 -1px 0.10667rem 0px rgba(0, 0, 0, 0.05);
				margin-top: 0.37333rem;
				position: relative;
			}
			
			.show-prompt-navigators[data-v-d4cc483e] {
				margin-top: 0px;
			}
			
			.show-bottom-navigators[data-v-d4cc483e] {
				margin-top: 0px;
			}
			
			.scan-icon-fixed[data-v-d4cc483e] {
				width: 1.68rem;
				height: 1.68rem;
				position: absolute;
				left: 4.16rem;
				top: 0.73333rem;
				border-radius: 0.88rem;
			}
			
			.scan-image[data-v-d4cc483e] {
				width: 2.496rem;
				height: 2.6rem;
				position: absolute;
				left: 3.752rem;
				bottom: -0.09333rem;
			}
			
			.navigator-item[data-v-d4cc483e] {
				width: 2.66667rem;
				height: 1.86667rem;
				padding: 0.26667rem;
				justify-content: center;
				align-items: center;
			}
			
			.page-name[data-v-d4cc483e] {
				font-size: 0.4rem;
				font-weight: bold;
				color: #E0E2E8;
			}
			
			.active-txt[data-v-d4cc483e] {
				color: #363646;
			}
			
			.base-tip[data-v-d4cc483e] {
				width: 0.10667rem;
				height: 0.10667rem;
				background-color: #E0E2E8;
				border-radius: 0.10667rem;
				margin-top: 0.18667rem;
				transition-property: width;
				transition-duration: 0.3s;
				transition-delay: 0s;
				transition-timing-function: ease-in;
			}
			
			.active-tip[data-v-d4cc483e] {
				width: 0.69333rem;
				background-color: #363646;
			}
			
			.icon-wrap[data-v-d4cc483e] {
				width: 2.66667rem;
				height: 1.86667rem;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
			
			.people-icon[data-v-d4cc483e] {
				width: 0.8rem;
				height: 0.93333rem;
			}
		
		
			.navigation-single[data-v-44d45956] {
				position: fixed;
				right: 0.26667rem;
				bottom: 1.33333rem;
				background-color: transparent;
				z-index: 10;
			}
			
			.scan-image[data-v-44d45956] {
				position: absolute;
				width: 2.496rem;
				height: 2.6rem;
				left: 0;
				bottom: 0;
			}
			
			.scan-icon-fixed[data-v-44d45956] {
				width: 2.496rem;
				height: 2.6rem;
				left: 0;
				bottom: 0;
			}
		
		
			.hide-thanos-popup[data-v-26b97310] {
				width: 0;
				height: 0;
			}
			
			.popup-container[data-v-26b97310] {
				width: 10rem;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				flex-direction: column;
				z-index: 999;
			}
			
			.overlay[data-v-26b97310] {
				opacity: 0;
				background-color: rgba(0, 0, 0, 0.6);
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				background-color: rgba(0, 0, 0, 0.6);
				opacity: 0.6;
			}
			
			.popup-content[data-v-26b97310] {
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				/* width: 534px;
  margin-bottom: 20px;
  height: 840px; */
				justify-content: center;
				align-items: center;
			}
			
			.popup-image[data-v-26b97310] {
				position: relative;
				width: 7.86667rem;
				height: 9.6rem;
			}
			
			.close-icon-container[data-v-26b97310] {
				width: 0.93333rem;
				height: 0.93333rem;
				justify-content: center;
				align-items: center;
				margin-top: 0.66667rem;
			}
			
			.close-image[data-v-26b97310] {
				width: 0.57333rem;
				height: 0.57333rem;
			}
		
		
			.popup-container[data-v-4c5bb314] {
				width: 10rem;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				flex-direction: column;
			}
			
			.overlay[data-v-4c5bb314] {
				opacity: 0;
				background-color: rgba(0, 0, 0, 0.6);
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				background-color: rgba(0, 0, 0, 0.6);
				opacity: 0.6;
			}
			
			.popup-content[data-v-4c5bb314] {
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				justify-content: center;
				align-items: center;
			}
			
			.image-container[data-v-4c5bb314] {
				position: relative;
				align-items: center;
			}
			
			.popup-image[data-v-4c5bb314] {
				position: relative;
				width: 7.86667rem;
				height: 5.86667rem;
			}
			
			.tip-title[data-v-4c5bb314] {
				position: absolute;
				left: 0;
				right: 0;
				top: 0.45333rem;
				text-align: center;
				font-size: 0.37333rem;
				font-weight: bold;
				color: #ffffff;
			}
			
			.tip-text[data-v-4c5bb314] {
				position: absolute;
				left: 0.53333rem;
				right: 0.53333rem;
				top: 0.98667rem;
				text-align: center;
				font-size: 0.37333rem;
				font-weight: bold;
				color: #ffffff;
				text-overflow: ellipsis;
				lines: 1;
				overflow: hidden;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 1;
			}
			
			.close-icon-container[data-v-4c5bb314] {
				width: 0.93333rem;
				height: 0.93333rem;
				justify-content: center;
				align-items: center;
				margin-top: 0.66667rem;
			}
			
			.close-image[data-v-4c5bb314] {
				width: 0.57333rem;
				height: 0.57333rem;
			}
		
		
			.coupon-item[data-v-261f375f] {
				width: 7.44rem;
				height: 1.92rem;
				margin-bottom: 0.21333rem;
				flex-direction: row;
				justify-content: flex-start;
			}
			
			.coupon-item-bg[data-v-261f375f] {
				width: 7.44rem;
				height: 1.92rem;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			.coupon-item-icon[data-v-261f375f] {
				width: 1.28rem;
				height: 1.28rem;
				position: absolute;
				right: 0.10667rem;
				top: 0.10667rem;
			}
			
			.coupon-price[data-v-261f375f] {
				width: 2.34667rem;
				align-items: center;
				padding: 0.42667rem 0 0 0;
			}
			
			.text-price-block[data-v-261f375f] {
				flex-direction: row;
				justify-content: center;
				align-items: flex-end;
				height: 0.85333rem;
			}
			
			.text-price-text[data-v-261f375f] {
				font-size: 0.69333rem;
				line-height: 0.69333rem;
				color: #ff6818;
			}
			
			.text-price-unit[data-v-261f375f] {
				position: relative;
			}
			
			.text-price-unit-text[data-v-261f375f] {
				color: #ff5f10;
				font-size: 0.37333rem;
			}
			
			.text-price-desc[data-v-261f375f] {
				font-size: 0.26667rem;
				color: #868a92;
			}
			
			.coupon-info[data-v-261f375f] {
				width: 4.48rem;
				padding: 0.53333rem 0 0 0.30667rem;
			}
			
			.text-info-title[data-v-261f375f] {
				font-size: 0.32rem;
				color: #474c58;
			}
			
			.text-info-desc[data-v-261f375f] {
				font-size: 0.26667rem;
				color: #868a92;
				margin-top: 0.13333rem;
			}
		
		
			.popup-container[data-v-2101c798] {
				justify-content: center;
				align-items: center;
				width: 10rem;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
			}
			
			.overlay[data-v-2101c798] {
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				background-color: rgba(0, 0, 0, 0.6);
				opacity: 0.6;
			}
			
			.popup-content[data-v-2101c798] {
				position: relative;
				width: 7.86667rem;
				height: 11.46667rem;
				justify-content: center;
				align-items: center;
			}
			
			.close-icon-container[data-v-2101c798] {
				width: 0.93333rem;
				height: 0.93333rem;
				justify-content: center;
				align-items: center;
				margin-top: 0.66667rem;
			}
			
			.close-image[data-v-2101c798] {
				width: 0.66667rem;
				height: 0.66667rem;
			}
			
			.scroller-container[data-v-2101c798] {
				position: absolute;
				top: 2.4rem;
				left: 0.21333rem;
				right: 0.21333rem;
				height: 7.33333rem;
				overflow: hidden;
			}
			
			.bg-image[data-v-2101c798] {
				width: 7.86667rem;
				height: 9.86667rem;
			}
			
			.scroller[data-v-2101c798] {
				height: 7.33333rem;
			}
		
		
			.root-container[data-v-5b7f69ce] {
				position: fixed;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				background-color: transparent;
				z-index: 999;
			}
		
		
			.modal-container[data-v-c899701e] {
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				width: 10rem;
				background-color: rgba(0, 0, 0, 0.45);
				justify-content: center;
				align-items: center;
			}
			
			.modal-body[data-v-c899701e] {
				width: 7.44rem;
				background-color: #fff;
				border-radius: 0.10667rem;
			}
			
			.modal-title[data-v-c899701e] {
				padding-top: 0.29333rem;
				text-align: center;
				color: #474C58;
				font-size: 0.42667rem;
				font-weight: 700;
			}
			
			.modal-content[data-v-c899701e] {
				padding: 0.32rem;
			}
			
			.modal-footer[data-v-c899701e] {
				flex-direction: row;
			}
			
			.btn[data-v-c899701e] {
				height: 1.28rem;
				line-height: 1.25333rem;
				font-size: 0.42667rem;
				font-weight: 700;
				text-align: center;
				flex: 1;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #E0E0E0;
			}
			
			.confirm-btn[data-v-c899701e] {
				color: #f60;
			}
			
			.cancel-btn[data-v-c899701e] {
				color: #868A92;
			}
			
			.btn-divide[data-v-c899701e] {
				width: 0.02667rem;
				background-color: #E0E0E0;
			}
		
		
			.root-v[data-v-37107374] {
				z-index: 1000;
			}
			
			.root-container[data-v-37107374] {
				position: fixed;
				right: 0.4rem;
				top: 0.26667rem;
				padding: 0.26667rem;
				flex-direction: row;
				align-items: center;
				border-radius: 0.16rem;
				background-color: rgba(253, 112, 53, 0.95);
			}
			
			.triangle[data-v-37107374] {
				border-bottom-width: 0.66667rem;
				border-bottom-color: #000;
				border-bottom-style: solid;
				border-right-width: 0.66667rem;
				border-right-color: transparent;
				border-right-style: solid;
				border-left-width: 0.66667rem;
				border-left-color: transparent;
				border-left-style: solid;
				position: fixed;
				right: 1.06667rem;
				top: 0px;
				width: 0px;
				height: 0px;
			}
			
			.word-v[data-v-37107374] {
				color: #fff;
				font-size: 0.32rem;
			}
			
			.triangle-img[data-v-37107374] {
				width: 0.42667rem;
				height: 0.26667rem;
				position: fixed;
				right: 1.68rem;
				top: 0px;
			}
			
			.x-img[data-v-37107374] {
				width: 0.21333rem;
				height: 0.26667rem;
				margin-left: 0.13333rem
			}
		
		
			.hide-thanos-popup[data-v-6efbd5f0] {
				width: 0;
				height: 0;
			}
			
			.popup-container[data-v-6efbd5f0] {
				width: 10rem;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				flex-direction: column;
				z-index: 1;
			}
			
			.overlay[data-v-6efbd5f0] {
				opacity: 0;
				background-color: #000000;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				opacity: 0.6;
			}
			
			.popup-content[data-v-6efbd5f0] {
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				justify-content: center;
				align-items: center;
			}
			
			.close-icon-container[data-v-6efbd5f0] {
				width: 0.93333rem;
				height: 0.93333rem;
				justify-content: center;
				align-items: center;
				margin-top: 0.66667rem;
			}
			
			.close-image[data-v-6efbd5f0] {
				width: 0.66667rem;
				height: 0.66667rem;
			}
			
			.modal-card[data-v-6efbd5f0] {
				padding: 0.42667rem;
				width: 8.26667rem;
				background-color: #ffffff;
				border-radius: 0.26667rem;
			}
			
			.modal-to-top[data-v-6efbd5f0] {
				top: -3.46667rem;
			}
		
		
			.modal-content[data-v-53d53ddd] {
				font-family: PingFangSC-Regular;
				font-size: 0.37333rem;
				color: #333333;
				letter-spacing: 0;
				padding: 0.42667rem;
			}
			
			.btn-box[data-v-53d53ddd] {
				flex-direction: row;
				width: 8.26667rem;
				border-top-width: 0.02667rem;
				border-top-style: solid;
				border-top-color: #eee;
				;
				margin-left: -0.42667rem;
				margin-bottom: -0.42667rem;
			}
			
			.line[data-v-53d53ddd] {
				width: 0.02667rem;
				background-color: #eee;
				height: 100%;
			}
			
			.base-btn[data-v-53d53ddd] {
				padding: 0.42667rem;
				flex: 1;
				justify-content: center;
				align-items: center;
				font-family: PingFangSC-Regular;
				font-size: 0.42667rem;
			}
			
			.cancel-btn[data-v-53d53ddd] {
				color: #666666;
			}
			
			.ok-btn[data-v-53d53ddd] {
				color: #FD7035;
			}
		
		
			.message-row-line[data-v-2219b633] {
				flex-direction: row;
				justify-content: flex-start;
				align-items: center;
				padding-left: 0.53333rem;
				padding-right: 0.53333rem;
				margin-bottom: 0.26667rem;
			}
			
			.protocol-title[data-v-2219b633] {
				color: #ff7d41;
				font-size: 0.37333rem;
				margin-left: 0.4rem;
			}
		
		
			.protocol-body[data-v-7abea77d] {
				display: block;
				flex: 1;
				padding-left: 0.53333rem;
				padding-top: 0.42667rem;
				padding-right: 0.53333rem;
				padding-bottom: 0.56rem;
			}
			
			.protocol-desc[data-v-7abea77d] {
				font-size: 0.37333rem;
				color: #868a92;
				word-break: break-all;
				line-height: 0.53333rem;
				text-align: left;
				display: inline;
			}
			
			.bold-content[data-v-7abea77d] {
				font-style: bold;
				text-decoration: underline;
				color: #000000;
			}
			
			.row-line[data-v-7abea77d] {
				flex-direction: row;
			}
			
			.message-row-line[data-v-7abea77d] {
				flex-direction: row;
				justify-content: flex-start;
				align-items: flex-start;
				padding-left: 0.53333rem;
				padding-right: 0.53333rem;
				margin-bottom: 0.26667rem;
			}
			
			.protocol-check[data-v-7abea77d] {
				flex: 1;
				flex-direction: row;
				justify-content: flex-start;
				align-items: left;
				word-break: break-all;
				flex-wrap: wrap;
				font-size: 0.37333rem;
				margin-left: 0.10667rem;
			}
			
			.protocol-text[data-v-7abea77d] {
				font-size: 0.32rem;
				text-align: left;
				line-height: 0.53333rem;
			}
			
			.protocol-title[data-v-7abea77d] {
				font-size: 0.32rem;
				color: #ff7d41;
				text-align: left;
				line-height: 0.53333rem;
			}
			
			.protocol-radio[data-v-7abea77d] {
				position: relative;
				top: -0.13333rem;
			}
		
		
			.protocol-body[data-v-4e1cc700] {
				display: block;
				flex: 1;
				padding-left: 0.53333rem;
				padding-top: 0.42667rem;
				padding-right: 0.53333rem;
				padding-bottom: 0.56rem;
			}
			
			.scroller-body[data-v-4e1cc700] {
				height: 7.73333rem;
			}
			
			.protocol-desc[data-v-4e1cc700] {
				font-size: 0.37333rem;
				color: #868a92;
				word-break: break-all;
				line-height: 0.53333rem;
				text-align: left;
				display: inline;
			}
			
			.bold-content[data-v-4e1cc700] {
				font-style: bold;
				color: #000000;
			}
			
			.mg-top[data-v-4e1cc700] {
				margin-top: 0.26667rem;
			}
			
			.row-line[data-v-4e1cc700] {
				flex-direction: row;
			}
			
			.message-row-line[data-v-4e1cc700] {
				flex-direction: row;
				justify-content: flex-start;
				align-items: flex-start;
				padding-left: 0.53333rem;
				padding-right: 0.53333rem;
				margin: 0.26667rem 0;
			}
			
			.protocol-radio[data-v-4e1cc700] {
				position: relative;
				top: -0.13333rem;
			}
			
			.protocol-check[data-v-4e1cc700] {
				flex: 1;
				flex-direction: row;
				justify-content: flex-start;
				word-break: break-all;
				flex-wrap: wrap;
				font-size: 0.37333rem;
				margin-left: 0.10667rem;
			}
			
			.protocol-title[data-v-4e1cc700] {
				font-size: 0.32rem;
				color: #ff7d41;
				text-align: left;
				line-height: 0.53333rem;
			}
			
			.protocol-text[data-v-4e1cc700] {
				font-size: 0.32rem;
				text-align: left;
				line-height: 0.53333rem;
			}
		
		
			.container[data-v-203435f8] {
				position: fixed;
				left: 5rem;
				bottom: 2.6rem;
				width: 9.44rem;
				height: 1.06667rem;
				margin-left: -4.72rem;
				padding-left: 0.42667rem;
				padding-right: 0.42667rem;
				flex-direction: row;
				align-items: center;
				border-radius: 0.53333rem;
				background-color: #4D5D77;
			}
			
			.is-iphonex[data-v-203435f8] {
				bottom: 1.62667rem;
			}
			
			.row-line[data-v-203435f8] {
				flex-direction: row;
			}
			
			.full-flex[data-v-203435f8] {
				flex: 1;
			}
			
			.space-around[data-v-203435f8] {
				justify-content: space-around;
			}
			
			.space-bwtween[data-v-203435f8] {
				justify-content: space-between;
			}
			
			.horizontal-center[data-v-203435f8] {
				justify-content: center;
			}
			
			.align-center[data-v-203435f8] {
				align-items: center;
			}
			
			.align-end[data-v-203435f8] {
				align-items: flex-end;
			}
			
			.tip-text[data-v-203435f8] {
				font-size: 0.37333rem;
				font-weight: bold;
				color: #ffffff;
			}
			
			.number-text[data-v-203435f8] {
				font-size: 0.69333rem;
				font-weight: bold;
				color: #ffffff;
				line-height: 0.69333rem;
			}
			
			.unit-text[data-v-203435f8] {
				margin-left: 0.10667rem;
				font-size: 0.32rem;
				font-weight: bold;
				color: #ffffff;
			}
			
			.font-din[data-v-203435f8] {
				font-family: DINAlternate-Bold;
				font-size: 0.48rem;
			}
			
			.margin-right-ten[data-v-203435f8] {
				margin-right: 0.13333rem;
			}
			
			.margin-top-ten[data-v-203435f8] {
				margin-top: 0.26667rem;
			}
			
			.value-text[data-v-203435f8] {
				height: 0.69333rem;
			}
			
			.arrow-right[data-v-203435f8] {
				width: 0.1956rem;
				height: 0.32rem;
			}
			
			.status-tip-text[data-v-203435f8] {
				font-size: 0.32rem;
				color: #ffffff;
			}
		
		
			.container[data-v-c0dba210] {
				position: fixed;
				left: 5rem;
				bottom: 2.6rem;
				width: 8.53333rem;
				height: 2.4rem;
				margin-left: -4.26667rem;
				padding-left: 0.26667rem;
				padding-right: 0.26667rem;
				flex-direction: row;
				align-items: center;
				border-radius: 0.16rem;
				background-color: rgba(253, 112, 53, 0.95);
			}
			
			.is-iphonex[data-v-c0dba210] {
				bottom: 1.62667rem;
			}
			
			.row-line[data-v-c0dba210] {
				flex-direction: row;
			}
			
			.full-flex[data-v-c0dba210] {
				flex: 1;
			}
			
			.space-around[data-v-c0dba210] {
				justify-content: space-around;
			}
			
			.space-bwtween[data-v-c0dba210] {
				justify-content: space-between;
			}
			
			.horizontal-center[data-v-c0dba210] {
				justify-content: center;
			}
			
			.align-center[data-v-c0dba210] {
				align-items: center;
			}
			
			.align-end[data-v-c0dba210] {
				align-items: flex-end;
			}
			
			.tip-text[data-v-c0dba210] {
				font-size: 0.37333rem;
				font-weight: bold;
				color: #ffffff;
			}
			
			.number-text[data-v-c0dba210] {
				font-size: 0.69333rem;
				font-weight: bold;
				color: #ffffff;
				line-height: 0.69333rem;
			}
			
			.unit-text[data-v-c0dba210] {
				margin-left: 0.10667rem;
				font-size: 0.32rem;
				font-weight: bold;
				color: #ffffff;
			}
			
			.margin-top-ten[data-v-c0dba210] {
				margin-top: 0.26667rem;
			}
			
			.value-text[data-v-c0dba210] {
				height: 0.69333rem;
			}
			
			.arrow-right[data-v-c0dba210] {
				width: 0.18293rem;
				height: 0.32rem;
			}
			
			.status-tip-text[data-v-c0dba210] {
				font-size: 0.32rem;
				color: #ffffff;
			}
		
		
			.container[data-v-8e8dbc56] {
				flex: 1;
				justify-content: space-between;
			}
			
			.row-line-space-between[data-v-8e8dbc56] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.current-tip[data-v-8e8dbc56] {
				margin-bottom: 0.13333rem;
				font-size: 0.37333rem;
				color: #bec2cb;
			}
			
			.current-address[data-v-8e8dbc56] {
				font-size: 0.42667rem;
				color: #2d313a;
			}
			
			.tip-text[data-v-8e8dbc56] {
				font-size: 0.42667rem;
				color: #2d313a;
			}
			
			.split-line[data-v-8e8dbc56] {
				margin-top: 0.4rem;
				margin-bottom: 0.4rem;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #eef0f3;
			}
			
			.arrow-right-icon[data-v-8e8dbc56] {
				width: 0.18293rem;
				height: 0.32rem;
				margin-left: 0.26667rem;
			}
			
			.highlight[data-v-8e8dbc56] {
				color: #2678cb;
			}
			
			.help-btn[data-v-8e8dbc56] {
				flex-direction: row;
				justify-content: center;
				align-items: center;
				width: 9.14667rem;
				height: 1.17333rem;
				margin-bottom: 0.42667rem;
				background-color: #fd7035;
				border-radius: 0.58667rem;
			}
			
			.phone-icon[data-v-8e8dbc56] {
				width: 0.45333rem;
				height: 0.45333rem;
				margin-right: 0.21333rem;
			}
			
			.help-text[data-v-8e8dbc56] {
				font-size: 0.42667rem;
				color: #ffffff;
			}
		
		
			.alert-container[data-v-0e3d936a] {
				padding: 0.8rem 0.93333rem;
				align-items: center;
			}
			
			.alert-title[data-v-0e3d936a] {
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}
			
			.title-text[data-v-0e3d936a] {
				font-weight: 600;
				color: #2C313B;
				font-size: 0.48rem;
				font-style: bold;
			}
			
			.highlight[data-v-0e3d936a] {
				color: #FD7035;
				font-weight: 600;
				font-size: 0.48rem;
				font-style: bold;
			}
			
			.sub-title[data-v-0e3d936a] {
				font-size: 0.32rem;
				color: #2C313B;
				margin-top: 0.16rem;
				margin-bottom: 0.16rem;
			}
			
			.upgrade-img[data-v-0e3d936a] {
				width: 4.72rem;
				height: 0.58667rem;
				margin-top: 0.58667rem;
				margin-bottom: 0.26667rem;
			}
			
			.try-card-title[data-v-0e3d936a] {
				flex-direction: row;
				align-items: center;
				justify-content: center;
				margin-top: 0.16rem;
			}
			
			.alert-content-text[data-v-0e3d936a] {
				font-size: 0.32rem;
				color: #2C313B;
				line-height: 0.42667rem;
			}
			
			.try-alert-text[data-v-0e3d936a] {
				font-size: 0.32rem;
				color: #2C313B;
				line-height: 0.42667rem;
				margin-top: 0.08rem;
			}
			
			.alert-content-highlight[data-v-0e3d936a] {
				font-size: 0.32rem;
				color: #FD7035;
				line-height: 0.42667rem;
			}
		
		
			.guidance-container[data-v-dfa332a0] {
				position: fixed;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				background-color: rgba(45, 49, 58, 0.90);
				flex: 1;
				width: 10rem;
				padding-top: 0.53333rem;
				padding-bottom: 1.92rem;
				z-index: 9;
				justify-content: space-between;
			}
			
			.close-container[data-v-dfa332a0] {
				height: 0.74667rem;
				width: 10rem;
				flex-direction: row;
				justify-content: flex-end;
				padding-right: 0.53333rem;
			}
			
			.close-icon[data-v-dfa332a0] {
				position: absolute;
				top: 0.53333rem;
				right: 0.53333rem;
				width: 0.74667rem;
				height: 0.74667rem;
			}
			
			.step-box[data-v-dfa332a0] {
				align-items: center;
				justify-content: flex-end;
			}
			
			.layout-step-box[data-v-dfa332a0] {
				margin-top: 1.06667rem;
			}
			
			.step-num-box[data-v-dfa332a0] {
				width: 0.85333rem;
				height: 0.85333rem;
				border-radius: 0.42667rem;
				background-color: #fd7035;
				margin-bottom: 0.26667rem;
				justify-content: center;
				align-items: center;
			}
			
			.guidance-text[data-v-dfa332a0] {
				font-size: 0.48rem;
				line-height: 0.53333rem;
				color: #ffffff;
				justify-content: center;
				align-items: center;
			}
			
			.layout-bottom[data-v-dfa332a0] {
				margin-bottom: 0.32rem;
			}
			
			.guidance-img-box[data-v-dfa332a0] {
				width: 7.86667rem;
				height: 4.42667rem;
				border-radius: 0.16rem;
				margin-bottom: 0.26667rem;
				overflow: hidden;
			}
			
			.guidance-img[data-v-dfa332a0] {
				width: 7.86667rem;
				height: 4.42667rem;
				border-radius: 0.16rem;
			}
			
			.guidance-sub-txt[data-v-dfa332a0] {
				font-size: 0.37333rem;
				color: #ffffff;
				justify-content: center;
				align-items: center;
			}
			
			.iphone-x-bottom-bar[data-v-dfa332a0] {
				height: 0.32rem;
				background-color: #ffffff;
			}
		
		
			.hide-thanos-popup[data-v-ca1cb310] {
				width: 0;
				height: 0;
			}
			
			.popup-container[data-v-ca1cb310] {
				width: 10rem;
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				flex-direction: column;
				z-index: 1;
			}
			
			.overlay[data-v-ca1cb310] {
				opacity: 0;
				background-color: rgba(0, 0, 0, 0.6);
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				background-color: rgba(0, 0, 0, 0.6);
				opacity: 0.6;
			}
			
			.popup-content[data-v-ca1cb310] {
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				justify-content: center;
				align-items: center;
			}
			
			.close-icon-container[data-v-ca1cb310] {
				width: 0.93333rem;
				height: 0.93333rem;
				justify-content: center;
				align-items: center;
				margin-top: 0.66667rem;
			}
			
			.close-image[data-v-ca1cb310] {
				width: 0.66667rem;
				height: 0.66667rem;
			}
		
		
			.benefit-item-box[data-v-0ed496ae] {
				width: 7.44rem;
				margin-bottom: 0.2rem;
				background-color: #ffffff;
				padding: 0.10667rem;
				border-radius: 0.10667rem;
				position: relative;
			}
			
			.benefit-body[data-v-0ed496ae] {
				border-width: 0.02667rem;
				border-radius: 0.05333rem;
				border-color: #ffdcd1;
				flex-direction: row;
				border-style: solid;
			}
			
			.benefit-left-box[data-v-0ed496ae] {
				margin: 0.21333rem;
				padding-right: 0.4rem;
				justify-content: center;
				align-items: center;
			}
			
			.benefit-icon-box[data-v-0ed496ae] {
				justify-content: center;
				align-items: center;
			}
			
			.row-line[data-v-0ed496ae] {
				flex-direction: row;
				align-items: center;
			}
			
			.benefit-number[data-v-0ed496ae] {
				flex-direction: row;
				align-items: flex-end;
				justify-content: center;
			}
			
			.high-light[data-v-0ed496ae] {
				color: #FF6818;
			}
			
			.unit[data-v-0ed496ae] {
				font-size: 0.32rem;
				margin-bottom: 0.13333rem;
			}
			
			.benefit-value[data-v-0ed496ae] {
				font-size: 0.69333rem;
				font-weight: 600;
			}
			
			.use-limit[data-v-0ed496ae] {
				font-size: 0.26667rem;
				color: #868A92;
			}
			
			.recive-success-icon[data-v-0ed496ae] {
				width: 1.28rem;
				height: 1.28rem;
				position: absolute;
				top: 0;
				right: 0;
			}
			
			.benefit-right-box[data-v-0ed496ae] {
				justify-content: center;
				padding-left: 0.13333rem;
			}
			
			.benefit-name[data-v-0ed496ae] {
				font-size: 0.32rem;
			}
			
			.benefit-desc[data-v-0ed496ae] {
				font-size: 0.26667rem;
				color: #868A92;
				margin-top: 0.2rem;
			}
			
			.benefit-icon[data-v-0ed496ae] {
				width: 1.38667rem;
				height: 1.38667rem;
			}
			
			.benefit-coupon-left[data-v-0ed496ae] {
				border-right: dashed 1px #EEF0F3;
				border-right-width: 0.02667rem;
				border-right-style: dashed;
				border-right-color: #EEF0F3;
			}
		
		
			.notice-box[data-v-431b57ef] {
				background-image: linear-gradient(to bottom, #FF6615, #F54619);
				align-items: center;
			}
			
			.notice-header[data-v-431b57ef] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
				padding-top: 0.53333rem;
				margin-bottom: 0.37333rem;
			}
			
			.notice-title[data-v-431b57ef] {
				font-size: 0.53333rem;
				font-weight: 600;
				color: #ffffff;
			}
			
			.notice-background-left[data-v-431b57ef] {
				width: 1.65333rem;
				height: 1.78667rem;
			}
			
			.notice-background-right[data-v-431b57ef] {
				width: 1.65333rem;
				height: 1.78667rem;
			}
			
			.sub-title-content[data-v-431b57ef] {
				font-size: 0.32rem;
			}
			
			.high-light[data-v-431b57ef] {
				color: #FD7035;
			}
			
			.notice-body[data-v-431b57ef] {
				width: 7.44rem;
				border-radius: 0.10667rem;
				position: relative;
				top: -0.06667rem;
				height: 5.06667rem;
			}
			
			.revice-footer[data-v-431b57ef] {
				flex-direction: row;
				justify-content: center;
				align-items: center;
				padding-top: 0.4rem;
				padding-bottom: 0.4rem;
			}
			
			.path-text[data-v-431b57ef] {
				font-size: 0.32rem;
				opacity: 0.8;
				color: #ffffff;
			}
			
			.go-list[data-v-431b57ef] {
				color: #ffffff;
				font-size: 0.32rem;
				margin-left: 0.16rem !important;
			}
			
			.notice-sub-title[data-v-431b57ef] {
				margin-top: 0.09333rem;
				font-size: 0.37333rem;
				color: #ffffff;
				font-weight: 600;
			}
			
			.notice-title-box[data-v-431b57ef] {
				align-items: center;
				justify-content: center;
			}
			
			.jump-btn[data-v-431b57ef] {
				width: 4.98667rem;
				height: 1.06667rem;
				border-radius: 0.53333rem;
				background-image: linear-gradient(to right, #FFEF0B, #FFD00B);
				justify-content: center;
				align-items: center;
			}
			
			.jump-txt[data-v-431b57ef] {
				font-size: 0.37333rem;
				color: #7A6405;
			}
		
		
			.plate-card-container[data-v-09ce298a] {
				justify-content: center;
				align-items: center;
				border-radius: 0.06667rem;
				border-width: 1px;
				border-color: #ffffff;
				border-style: solid;
				flex-direction: row;
			}
			
			.plate-card-box[data-v-09ce298a] {
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
			
			.user-plate-card[data-v-09ce298a] {
				height: 0.51733rem;
				line-height: 0.51733rem;
				box-sizing: content-box;
				padding-left: 0.13333rem;
				padding-right: 0.13333rem;
				text-align: center;
				font-size: 0.32rem;
				color: #ffffff;
				border-radius: 0.06667rem;
				background-color: rgba(38, 58, 81, 0.3);
			}
			
			.auth-tip[data-v-09ce298a] {
				font-size: 0.32rem;
				color: #3F5382;
				letter-spacing: 0;
				text-align: right;
				line-height: 0.37333rem;
				margin-left: 0.08rem;
			}
			
			.auth-tip-white[data-v-09ce298a] {
				color: #fff;
			}
			
			.resource-box[data-v-09ce298a] {
				flex-direction: row;
				justify-content: flex-end;
			}
			
			.auth-reaource-img[data-v-09ce298a] {
				width: 1.17333rem;
				height: 0.50667rem;
			}
			
			.go-auth[data-v-09ce298a] {
				border-width: 0.02667rem;
				border-style: solid;
				border-color: #c9cdda;
				border-radius: 0.4rem;
				padding: 0.16rem 0.21333rem;
				flex-direction: row;
				align-items: center;
				margin-left: 0.32rem;
			}
			
			.right-arrow[data-v-09ce298a] {
				width: 0.13333rem;
				height: 0.16rem;
				margin-left: 0.10667rem;
			}
		
		
			.info-text-container[data-v-763ae1b9] {
				flex-direction: row-reverse;
			}
			
			.text-container[data-v-763ae1b9] {
				flex-direction: column;
				align-items: center;
				justify-content: center;
				background-color: #FD7035;
				line-height: 0.48rem;
				padding: 0 0.24rem;
				border-radius: 0.24rem;
				font-size: 0.26667rem;
				color: #ffffff;
			}
			
			.info[data-v-763ae1b9] {
				height: 0.64rem;
				width: 0.74667rem;
				margin-top: -0.41333rem;
				margin-left: 0.26667rem;
			}
		
		
			.member-crad-container[data-v-c514404a] {
				position: relative;
				overflow: hidden;
				width: 10rem;
				justify-content: center;
				flex-direction: row;
			}
			
			.card-image-box[data-v-c514404a] {
				position: absolute;
				top: 0;
				left: 0.64rem;
				width: 9.06667rem;
				height: 5.06667rem;
			}
			
			.card-back[data-v-c514404a] {
				width: 9.06667rem;
				height: 5.06667rem;
			}
			
			.card-left[data-v-c514404a] {
				position: absolute;
				left: -8rem;
				height: 4.85333rem;
			}
			
			.card-right[data-v-c514404a] {
				position: absolute;
				right: -8rem;
				height: 4.85333rem;
			}
			
			.card-header[data-v-c514404a] {
				justify-content: space-between;
				align-items: center;
			}
			
			.card-content-box[data-v-c514404a] {
				padding-bottom: 0.16rem;
			}
			
			.card-content[data-v-c514404a] {
				width: 8.72rem;
				height: 4.85333rem;
				justify-content: space-between;
				padding-top: 0.42667rem;
				padding-bottom: 0.74667rem;
				padding-right: 0.42667rem;
				padding-left: 0.42667rem;
			}
			
			.row-in-line[data-v-c514404a] {
				display: flex;
				flex-direction: row;
				align-items: center;
			}
			
			.member-title[data-v-c514404a] {
				width: 2.56rem;
				height: 0.64rem;
				border-radius: 0.32rem;
				justify-content: flex-start;
				align-items: center;
			}
			
			.black-bg[data-v-c514404a] {
				background-color: #000000;
				justify-content: center;
			}
			
			.member-icon[data-v-c514404a] {
				width: 0.42667rem;
				height: 0.42667rem;
				margin-right: 0.10667rem;
			}
			
			.title-name[data-v-c514404a] {
				font-size: 0.42667rem;
			}
			
			.indicator-desc[data-v-c514404a] {
				font-size: 0.37333rem;
			}
			
			.right-arrow[data-v-c514404a] {
				width: 0.18667rem;
				height: 0.32rem;
				margin-left: 0.21333rem;
			}
			
			.indicator-line-box[data-v-c514404a] {
				height: 0.05333rem;
				width: 7.86667rem;
				margin-top: 0.21333rem;
			}
			
			.upgrade-desc-box[data-v-c514404a] {
				justify-content: space-between;
			}
			
			.upgrade-desc[data-v-c514404a] {
				font-size: 0.32rem;
			}
			
			.upgrade-indicator-number[data-v-c514404a] {
				color: #FD7035;
				font-style: bold;
			}
			
			.base-line[data-v-c514404a] {
				width: 7.86667rem;
				height: 0.05333rem;
				background-color: rgba(255, 255, 255, 0.2);
			}
			
			.normal-line-base[data-v-c514404a] {
				background-color: #dddfe1;
			}
			
			.upgrade-line[data-v-c514404a] {
				width: 0px;
				height: 0.05333rem;
				position: relative;
				top: -0.05333rem;
				background-color: #ffffff;
			}
			
			.gray-bg[data-v-c514404a] {
				/* background-color: #868A92; */
			}
			
			.rights-box[data-v-c514404a] {
				justify-content: flex-start;
				width: 7.68rem;
			}
			
			.rights-item[data-v-c514404a] {
				width: 1.92rem;
				justify-content: center;
				align-items: center;
			}
			
			.rights-icon-box[data-v-c514404a] {
				width: 0.64rem;
				height: 0.64rem;
				border-radius: 0.64rem;
				justify-content: center;
				align-items: center;
			}
			
			.rights-icon[data-v-c514404a] {
				width: 0.64rem;
				height: 0.64rem;
			}
			
			.rights-desc[data-v-c514404a] {
				font-size: 0.26667rem;
				margin-top: 0.16rem;
				white-space: nowrap;
			}
			
			.upgrade-box[data-v-c514404a] {
				justify-content: space-between;
			}
			
			.right-box[data-v-c514404a] {
				align-items: flex-end;
			}
			
			.white-font[data-v-c514404a] {
				color: #ffffff;
			}
			
			.grey-font[data-v-c514404a] {
				color: #d3d8dc
			}
			
			.font-bold[data-v-c514404a] {
				font-style: bold;
			}
			
			.opacity-font[data-v-c514404a] {
				color: rgba(255, 255, 255, 0.6)
			}
			
			.lighting-container[data-v-c514404a] {
				width: 8.46667rem;
				height: 4.64rem;
				position: absolute;
				/* background-color: #000000; */
				top: 0.10667rem;
				border-radius: 0.16rem;
				overflow: hidden;
			}
			
			.lighting-box[data-v-c514404a] {
				position: absolute;
				top: 0.26667rem;
				left: -3.73333rem;
				width: 8rem;
				height: 4rem;
				transform: rotate(60deg);
				opacity: 0.3;
				background-image: linear-gradient(to bottom, #ffffff, rgba(0, 0, 0, 0));
				/* animation: move 1s linear infinite; */
				/* animation-iteration-count: 2; */
			}
			
			.lighting-box-2[data-v-c514404a] {
				left: -10.4rem;
			}
			
			@keyframes move-c514404a {
				0% {
					left: -7.73333rem;
				}
				100% {
					left: 9.06667rem;
				}
			}
		
		
			.size[data-v-ef8c76ca] {
				width: 10rem;
				height: 5.06667rem;
				flex-direction: row;
			}
			
			.item-size[data-v-ef8c76ca] {
				width: 10rem;
				height: 5.06667rem;
			}
			
			.dot-box[data-v-ef8c76ca] {
				display: flex;
				justify-content: center;
				align-items: center;
				flex-direction: row;
				/* margin-top: 12px; */
			}
			
			.dot-base[data-v-ef8c76ca] {
				width: 0.10667rem;
				height: 0.10667rem;
				border-radius: 0.10667rem;
				background-color: #f3f4f5;
				margin-left: 0.05333rem;
				margin-right: 0.05333rem;
			}
			
			.dot-checked[data-v-ef8c76ca] {
				width: 0.42667rem;
			}
			
			.photo-list[data-v-ef8c76ca] {
				flex-direction: row;
			}
			
			.member-card-container[data-v-ef8c76ca] {
				width: 8.89333rem;
				height: 5.2rem;
			}
		
		
			.card-container[data-v-50d98d10] {
				flex-direction: row;
				justify-content: space-around;
				margin-top: 0.53333rem;
				margin-bottom: 0.53333rem;
				margin-left: 0.18667rem;
				margin-right: 0.18667rem;
				width: 9.62667rem;
			}
			
			.wallet-card[data-v-50d98d10] {
				position: relative;
				height: 1.30667rem;
				justify-content: center;
				align-items: center;
			}
			
			.coupon-tip[data-v-50d98d10] {
				position: absolute;
				bottom: -0.66667rem;
				height: 0.4rem;
				padding-left: 0.10667rem;
				padding-right: 0.10667rem;
				font-size: 0.26667rem;
				color: #ffffff;
				border-radius: 0.02667rem;
				background-color: #FF525D;
			}
			
			.row-line-inline[data-v-50d98d10] {
				height: 0.66667rem;
				flex-direction: row;
				justify-content: center;
				align-items: flex-end;
			}
			
			.row-line-inline--center[data-v-50d98d10] {
				margin-top: 0.26667rem;
				align-items: center;
			}
			
			.wallet-value[data-v-50d98d10] {
				font-size: 0.58667rem;
				font-weight: bold;
				color: #363646;
				position: relative;
				bottom: -0.08rem;
			}
			
			.wallet-value-white[data-v-50d98d10] {
				color: #fff;
			}
			
			.wallet-unit[data-v-50d98d10] {
				margin-left: 0.02667rem;
				font-size: 0.32rem;
				font-weight: bold;
				color: #363646;
			}
			
			.wallet-unit-white[data-v-50d98d10] {
				color: #fff;
			}
			
			.card-text[data-v-50d98d10] {
				font-size: 0.32rem;
				color: #4c5d77;
			}
			
			.card-text-white[data-v-50d98d10] {
				color: #fff;
			}
			
			.arrow[data-v-50d98d10] {
				width: 0.32rem;
				height: 0.32rem;
				position: relative;
			}
		
		
			.user-profile[data-v-7bb11286] {
				margin-bottom: 0.21333rem;
				height: 7.46667rem;
				width: 10rem;
			}
			
			.row-line-inline[data-v-7bb11286] {
				flex-direction: row;
				align-items: center;
			}
			
			.user-info-box[data-v-7bb11286] {
				width: 9.76rem;
				justify-content: space-between;
				padding-top: 0.24rem;
				padding-right: 0.42667rem;
				padding-left: 0.42667rem;
				align-items: center;
			}
			
			.user-profile-image[data-v-7bb11286] {
				width: 0.74667rem;
				height: 0.74667rem;
			}
			
			.add-on-img[data-v-7bb11286] {
				margin-top: 0.13333rem;
				width: 0.42667rem;
				height: 0.42667rem;
			}
			
			.right-block[data-v-7bb11286] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
				height: 1.33333rem;
				margin-left: 0.21333rem;
			}
			
			.user-info-container[data-v-7bb11286] {
				height: 1.49333rem;
				justify-content: space-between;
				align-items: flex-start;
				padding-top: 0.13333rem;
				padding-bottom: 0.13333rem;
			}
			
			.user-phone-no[data-v-7bb11286] {
				margin-left: 0.16rem;
				font-size: 0.42667rem;
				color: #3F5382;
			}
			
			.plate-tip[data-v-7bb11286] {
				margin-top: 0.13333rem;
				margin-left: 0.13333rem;
				font-size: 0.32rem;
				color: #fd7035;
			}
			
			.arrow-right-icon[data-v-7bb11286] {
				width: 0.18293rem;
				height: 0.32rem;
				margin-left: 0.13333rem;
			}
			
			.member-card-box[data-v-7bb11286] {
				position: absolute;
				height: 7.2rem;
				width: 10rem;
			}
			
			.user-background[data-v-7bb11286] {
				height: 7.2rem;
				width: 10rem;
			}
			
			.resource-box[data-v-7bb11286] {
				justify-content: flex-end;
			}
			
			.auth-reaource-img[data-v-7bb11286] {
				width: 1.17333rem;
				height: 0.50667rem;
				margin-right: 0.64rem;
			}
		
		
			.base-card-container[data-v-406aa7b4] {
				width: 9.36rem;
				margin-left: 0.32rem;
				margin-top: 0.32rem;
				padding-top: 0.42667rem;
				padding-right: 0.42667rem;
				padding-bottom: 0.42667rem;
				padding-left: 0.42667rem;
				background-color: #ffffff;
				border-radius: 0.26667rem;
			}
		
		
			.row-line[data-v-fd3a1036] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.row-line-inline[data-v-fd3a1036] {
				flex-direction: row;
				align-items: center;
			}
			
			.arrow-right-icon[data-v-fd3a1036] {
				width: 0.18293rem;
				height: 0.32rem;
				margin-left: 0.13333rem;
			}
			
			.card-title[data-v-fd3a1036] {
				font-size: 0.42667rem;
				font-weight: bold;
				color: #2d313a;
			}
			
			.card-tip[data-v-fd3a1036] {
				font-size: 0.32rem;
				color: #868a92;
			}
			
			.card-container[data-v-fd3a1036] {
				flex-direction: row;
				justify-content: space-between;
				margin-top: 0.4rem;
				padding-left: 0.21333rem;
				padding-right: 0.21333rem;
			}
			
			.order-card-container[data-v-fd3a1036] {
				width: 1.28rem;
				justify-content: center;
				align-items: center;
				position: relative;
				padding-top: 0.26667rem;
			}
			
			.order-card[data-v-fd3a1036] {
				height: 1.17333rem;
				width: 1rem;
				justify-content: center;
				align-items: center;
			}
			
			.charging-icon[data-v-fd3a1036] {
				width: 0.64rem;
				height: 0.64rem;
			}
			
			.card-text[data-v-fd3a1036] {
				margin-top: 0.13333rem;
				font-size: 0.32rem;
				color: #607088;
				opacity: 0.6;
			}
			
			.card-badge-box[data-v-fd3a1036] {
				position: absolute;
				top: 0px;
				left: 0.66667rem;
				min-width: 0.50667rem;
				height: 0.50667rem;
				padding-left: 0.13333rem;
				padding-right: 0.13333rem;
				background-color: #FD7035;
				border-top: 0.05333rem solid #fff;
				border-bottom: 0.05333rem solid #fff;
				border-left: 0.05333rem solid #fff;
				border-right: 0.05333rem solid #fff;
				border-radius: 0.50667rem;
				justify-content: center;
				align-items: center;
				padding-left: 0.05333rem;
				padding-right: 0.05333rem;
			}
			
			.card-badge[data-v-fd3a1036] {
				font-size: 0.26667rem;
				color: #ffffff;
			}
			
			.occupied-icon[data-v-fd3a1036] {
				width: 0.64rem;
				height: 0.64rem;
			}
		
		
			.level-container[data-v-19b7c386] {
				width: 9.36rem;
				height: 3.25333rem;
				margin-top: 0.32rem;
				margin-left: 0.32rem;
				padding-top: 0.42667rem;
				padding-bottom: 0.66667rem;
				background-color: #ffffff;
				border-radius: 0.26667rem;
				justify-content: space-between;
			}
			
			.level-card-header[data-v-19b7c386] {
				width: 9.14667rem;
			}
			
			.card-title[data-v-19b7c386] {
				font-size: 0.42667rem;
				font-weight: bold;
				color: #2d313a;
				padding-left: 0.42667rem;
				padding-right: 0.42667rem;
			}
			
			.inline-space[data-v-19b7c386] {
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
			}
			
			.row-inline[data-v-19b7c386] {
				flex-direction: row;
				align-items: center;
			}
			
			.right-arrow[data-v-19b7c386] {
				width: 0.32rem;
				height: 0.32rem;
			}
			
			.rights-icon[data-v-19b7c386] {
				width: 0.74667rem;
				height: 0.42667rem;
				margin-right: 0.21333rem;
			}
			
			.rights-icon-2[data-v-19b7c386] {
				width: 1.12rem;
				height: 0.53333rem;
				margin-right: 0.21333rem;
			}
			
			.rights-icon-3[data-v-19b7c386] {
				width: 1.54667rem;
				height: 0.53333rem;
				margin-right: 0.21333rem;
			}
			
			.level-sub-title[data-v-19b7c386] {
				font-size: 0.37333rem;
				color: #868A92;
			}
			
			.level-updrage-box[data-v-19b7c386] {
				flex-direction: row;
				align-items: center;
				justify-content: space-around;
			}
			
			.level-item[data-v-19b7c386] {
				width: 1.36rem;
				height: 1.06667rem;
				align-items: center;
				justify-content: space-between;
			}
			
			.level-center-content[data-v-19b7c386] {
				width: 5.33333rem;
			}
			
			.level-icon[data-v-19b7c386] {
				width: 0.53333rem;
				height: 0.53333rem;
			}
			
			.desc-txt[data-v-19b7c386] {
				font-size: 0.32rem;
				color: #333333;
			}
			
			.upgrade-indicator-number[data-v-19b7c386] {
				font-weight: 600;
				color: #000000;
			}
			
			.upgrade-desc[data-v-19b7c386] {
				margin-left: 0.13333rem;
			}
			
			.indicator-line-box[data-v-19b7c386] {
				height: 0.26667rem;
				padding-top: 0.05333rem;
				width: 5.33333rem;
				margin-top: 0.21333rem;
				justify-content: center;
			}
			
			.base-line[data-v-19b7c386] {
				width: 5.06667rem;
				height: 0.05333rem;
				margin-left: 0.13333rem;
				background-color: #EFEFEF;
				position: relative;
				top: 0.08rem;
			}
			
			.upgrade-line-box[data-v-19b7c386] {
				position: relative;
				top: -0.08rem;
				width: 5.33333rem;
			}
			
			.upgrade-line[data-v-19b7c386] {
				width: 5.06667rem;
				width: 0px;
				height: 0.05333rem;
				margin-left: 0.13333rem;
				background-color: #C7A974;
			}
			
			.member-name[data-v-19b7c386] {
				font-size: 0.32rem;
				color: #2D313A;
			}
			
			.point-box[data-v-19b7c386] {
				width: 0.21333rem;
				height: 0.21333rem;
				align-items: center;
				justify-content: center;
				position: relative;
				left: -0.10667rem;
			}
			
			.point-bg[data-v-19b7c386] {
				position: absolute;
				width: 0.21333rem;
				height: 0.21333rem;
				border-radius: 0.10667rem;
				background-color: #C7A974;
				opacity: 0.3;
			}
			
			.point[data-v-19b7c386] {
				width: 0.10667rem;
				height: 0.10667rem;
				border-radius: 0.05333rem;
				background-color: #C69237;
			}
		
		
			.base-card-container[data-v-13f506c4] {
				width: 9.36rem;
				margin-top: 0.32rem;
				margin-left: 0.32rem;
				padding-top: 0.42667rem;
				padding-bottom: 0.42667rem;
				background-color: #ffffff;
				border-radius: 0.26667rem;
			}
			
			.row-line[data-v-13f506c4] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.row-line-inline[data-v-13f506c4] {
				flex-direction: row;
				align-items: center;
			}
			
			.arrow-right-icon[data-v-13f506c4] {
				width: 0.18293rem;
				height: 0.32rem;
				margin-left: 0.13333rem;
			}
			
			.card-title[data-v-13f506c4] {
				font-size: 0.42667rem;
				font-weight: bold;
				color: #2d313a;
				padding-left: 0.42667rem;
				padding-right: 0.42667rem;
			}
			
			.card-tip[data-v-13f506c4] {
				font-size: 0.32rem;
				color: #868a92;
			}
			
			.card-container[data-v-13f506c4] {
				width: 9.36rem;
				flex-direction: row;
				flex-wrap: wrap;
			}
			
			.order-card[data-v-13f506c4] {
				height: 1.36rem;
				width: 2.26667rem;
				justify-content: center;
				align-items: center;
				margin-top: 0.48rem;
			}
			
			.icon[data-v-13f506c4] {
				width: 0.85333rem;
				height: 0.85333rem;
			}
			
			.share-icon[data-v-13f506c4] {
				width: 0.58667rem;
				height: 0.53333rem;
			}
			
			.save-icon[data-v-13f506c4] {
				width: 0.54853rem;
				height: 0.46133rem;
			}
			
			.help-icon[data-v-13f506c4] {
				width: 0.85333rem;
				height: 0.85333rem;
			}
			
			.card-text[data-v-13f506c4] {
				margin-top: 0.18667rem;
				font-size: 0.32rem;
				color: #607088;
				opacity: 0.6;
			}
			
			.kaipiao-icon[data-v-13f506c4] {
				width: 0.53333rem;
				height: 0.53333rem;
			}
			
			.charge-icon[data-v-13f506c4] {
				width: 0.4rem;
				height: 0.50667rem;
			}
		
		
			.root-container[data-v-60b158b0] {
				display: flex;
				align-items: center;
				margin-top: 0.32rem
			}
		
		
			.compensation-contaienr[data-v-643779c0] {
				margin-bottom: 0;
			}
			
			.ios-compensation-contaienr[data-v-643779c0] {
				margin-bottom: 0.21333rem;
			}
			
			.member-container[data-v-643779c0] {
				width: 10rem;
				padding-left: 0.42667rem;
				padding-top: 0.42667rem;
				padding-right: 0.42667rem;
				align-items: center;
				justify-content: space-between;
			}
			
			.inline-space[data-v-643779c0] {
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
			}
			
			.base-info-box[data-v-643779c0] {
				width: 9.14667rem;
			}
			
			.row-inline[data-v-643779c0] {
				flex-direction: row;
				align-items: center;
			}
			
			.user-profile-image[data-v-643779c0] {
				width: 0.74667rem;
				height: 0.74667rem;
				margin-right: 0.16rem;
			}
			
			.phone-txt[data-v-643779c0] {
				font-size: 0.42667rem;
				color: #3F5382;
			}
			
			.right-block[data-v-643779c0] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
				height: 1.33333rem;
				margin-left: 0.21333rem;
			}
			
			.add-on-img[data-v-643779c0] {
				margin-top: 0.13333rem;
				width: 0.42667rem;
				height: 0.42667rem;
			}
			
			.plate-tip[data-v-643779c0] {
				margin-top: 0.13333rem;
				margin-left: 0.13333rem;
				font-size: 0.32rem;
				color: #fd7035;
			}
			
			.compensation-card[data-v-643779c0] {
				width: 9.36rem;
				height: 1.86667rem;
				position: relative;
				border-top-left-radius: 0.26667rem;
				border-top-right-radius: 0.26667rem;
				border-bottom-left-radius: 0.26667rem;
				border-bottom-right-radius: 0.26667rem;
				overflow: hidden;
				padding: 0.32rem;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.ios-member-card[data-v-643779c0] {
				height: 2.13333rem;
				padding-top: 0.05333rem;
				bottom: -0.26667rem;
			}
			
			.card-bg[data-v-643779c0] {
				position: absolute;
				top: -0.26667rem;
				left: -0.26667rem;
				right: -0.26667rem;
				bottom: -0.26667rem;
			}
			
			.compensation-member-icon[data-v-643779c0] {
				width: 1.09333rem;
				height: 1.09333rem;
				margin-right: 0.24rem;
			}
			
			.member-title[data-v-643779c0] {
				width: 1.92rem;
				height: 0.48rem;
			}
			
			.member-buy-tip[data-v-643779c0] {
				font-size: 0.32rem;
				color: #965038;
			}
			
			.buy-btn[data-v-643779c0] {
				width: 1.92rem;
				height: 0.74667rem;
				border-radius: 0.37333rem;
				justify-content: center;
				align-items: center;
				background-image: linear-gradient(to right, #FE9E5E, #EF5C3B);
			}
			
			.btn-txt[data-v-643779c0] {
				font-size: 0.32rem;
				color: #FFFFFF;
			}
			
			.is-compensation-member-icon[data-v-643779c0] {
				width: 0.84rem;
				height: 0.34667rem;
				margin-left: 0.17333rem;
			}
			
			.title-box[data-v-643779c0] {
				margin-bottom: 0.13333rem;
			}
			
			.detail-arrow[data-v-643779c0] {
				width: 0.64rem;
				height: 0.64rem;
			}
		
		
			.modal-content[data-v-25e7c924] {
				font-family: PingFangSC-Regular;
				font-size: 0.37333rem;
				color: #333333;
				letter-spacing: 0;
				padding: 0.42667rem;
			}
			
			.btn-box[data-v-25e7c924] {
				flex-direction: row;
				width: 8.26667rem;
				border-top: 0.02667rem solid #F8F8F8;
				margin-left: -0.42667rem;
				margin-bottom: -0.42667rem;
			}
			
			.base-btn[data-v-25e7c924] {
				padding: 0 0.42667rem;
				flex: 1;
				justify-content: center;
				align-items: center;
				font-family: PingFangSC-Regular;
				font-size: 0.42667rem;
			}
			
			.cancel-btn[data-v-25e7c924] {
				color: #666666;
			}
			
			.ok-btn[data-v-25e7c924] {
				color: #FD7035;
			}
			
			.modal-title[data-v-25e7c924] {
				font-size: 0.48rem;
				color: #000000;
				align-items: center;
				text-align: center;
				width: 7.41333rem;
				margin-bottom: 0.37333rem;
			}
			
			.modal-tip[data-v-25e7c924] {
				font-family: PingFangSC-Regular;
				font-size: 0.37333rem;
				color: #333333;
				width: 6.02667rem;
				margin-bottom: 0.37333rem;
				margin-left: 0.69333rem;
			}
			
			.modal-radio[data-v-25e7c924] {
				padding: 0 0.26667rem;
				width: 6.02667rem;
				height: 1.02667rem;
				background-color: #FFF7F3;
				border-radius: 0.06667rem;
				flex-direction: row;
				align-items: center;
				margin-bottom: 0.37333rem;
				margin-left: 0.69333rem;
			}
			
			.radio-item-text[data-v-25e7c924] {
				font-family: PingFangSC-Regular;
				font-size: 0.37333rem;
				color: #666666;
				margin-left: 0.64rem;
			}
		
		
			.row-line[data-v-8fd552ce] {
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.row-line-inline[data-v-8fd552ce] {
				flex-direction: row;
				align-items: center;
			}
			
			.arrow-right-icon[data-v-8fd552ce] {
				width: 0.18667rem;
				height: 0.26667rem;
			}
			
			.card-title[data-v-8fd552ce] {
				font-size: 0.42667rem;
				font-weight: bold;
				color: #2d313a;
			}
			
			.new-icon[data-v-8fd552ce] {
				width: 0.85333rem;
				height: 0.42667rem;
				margin-left: 0.13333rem;
			}
		
		
			.swiper-skeleton[data-v-724cfbc2] {
				position: relative;
				padding: 0.42667rem 0.42667rem 0.42667rem 0.42667rem;
				background-color: #FFFFFF;
				border-top-left-radius: 0.21333rem;
				border-top-right-radius: 0.21333rem;
				border-bottom-left-radius: 0.21333rem;
				border-bottom-right-radius: 0.21333rem;
			}
		
		
			.container-view[data-v-7ca6999d] {
				flex: 1;
				background-color: #EFF1F5;
			}
			
			.people-page-container[data-v-7ca6999d] {
				flex: 1;
			}
			
			.space-block[data-v-7ca6999d] {
				height: 2.13333rem;
			}
			
			.bg-image[data-v-7ca6999d] {
				width: 10rem;
				height: 5.56rem;
				position: absolute;
			}
			
			.people-page-cell[data-v-7ca6999d] {
				padding-bottom: 1.06667rem;
			}
		
		
			.thanos-navigationbar-content[data-v-09bff71d] {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
			
			.button-area[data-v-09bff71d] {
				flex-direction: row;
				align-items: center;
			}
			
			.button-text[data-v-09bff71d] {
				color: #3a79cf;
				lines: 1;
				text-overflow: ellipsis;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 1;
			}
			
			.button[data-v-09bff71d] {
				align-items: center;
				justify-content: center;
			}
			
			.middle-area[data-v-09bff71d] {
				flex: 1;
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}
			
			.title[data-v-09bff71d] {
				color: #474c58;
				font-weight: bold;
				lines: 1;
				text-overflow: ellipsis;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 1;
			}
		
		
			.sub-title-wrapper[data-v-c056326c] {
				height: 1.17333rem;
				padding-top: 0.26667rem;
				padding-bottom: 0.26667rem;
				margin-right: 0.42667rem;
				width: 2.13333rem;
			}
			
			.sub-title[data-v-c056326c] {
				align-items: center;
				justify-content: center;
				flex-direction: row;
				height: 0.64rem;
				width: 2.13333rem;
				border-width: 1px;
				border-style: solid;
				border-color: #999;
				border-radius: 0.32rem;
			}
			
			.title[data-v-c056326c] {
				font-size: 0.37333rem;
				color: #999;
				flex: 1;
			}
			
			.icon[data-v-c056326c] {
				width: 0.34667rem;
				height: 0.26667rem;
				margin-right: 0.10667rem;
			}
			
			.title-txt[data-v-c056326c] {
				font-size: 0.32rem;
				color: #333;
			}
			
			.fresh-tips-icon[data-v-c056326c] {
				position: absolute;
				top: 0.13333rem;
				right: 0;
				height: 0.53333rem;
				width: 1.33333rem;
			}
		
		
			.wrap[data-v-4dae7a4a] {
				position: fixed;
				/* z-index: 9999; */
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				width: 10rem;
				display: flex;
				justify-content: center;
				align-items: center;
				background-color: rgba(2, 11, 26, 0.3);
			}
			
			.overlay[data-v-4dae7a4a] {
				opacity: 0;
				background-color: rgba(0, 0, 0, 0.1);
				position: fixed;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				width: 10rem;
			}
			
			.container[data-v-4dae7a4a] {
				width: 7.46667rem;
				border-radius: 0.26667rem;
				background-color: #fff;
			}
			
			.title[data-v-4dae7a4a] {
				font-size: 0.53333rem;
				color: #000;
				font-weight: 500;
				margin: 0.64rem 0.8rem 0.13333rem 0.8rem;
			}
			
			.desc-scroll[data-v-4dae7a4a] {
				height: 3.73333rem;
				width: 6.18667rem;
				margin: 0 0.64rem;
				background-color: #f7f9fc;
				border-radius: 0.10667rem;
			}
			
			.desc[data-v-4dae7a4a] {
				padding: 0.13333rem 0.32rem;
			}
			
			.content[data-v-4dae7a4a] {
				text-align: justify;
				color: #444;
			}
			
			.map[data-v-4dae7a4a] {
				font-size: 0.37333rem;
				color: #ea5e1e;
				margin: 0.26667rem 0.64rem 0.4rem 0.64rem;
			}
			
			.footer[data-v-4dae7a4a] {
				display: flex;
				flex-direction: row;
				border-top-width: 1px;
				border-top-color: rgba(0, 0, 0, 0.08);
				border-top-style: solid;
			}
			
			.button[data-v-4dae7a4a] {
				flex: 1;
				font-size: 0.42667rem;
				line-height: 1.33333rem;
				text-align: center;
			}
			
			.button-agree[data-v-4dae7a4a] {
				color: #ea5e1e;
				border-left-width: 1px;
				border-left-color: rgba(0, 0, 0, 0.08);
				border-left-style: solid;
			}
			
			.button-disagree[data-v-4dae7a4a] {
				color: #444;
			}
		
		
			.prize-item[data-v-5baef3f4] {
				width: 7.22667rem;
				height: 1.92rem;
				flex-direction: row;
				padding: 0.10667rem;
				margin-bottom: 0.10667rem;
			}
			
			.left-content[data-v-5baef3f4] {
				width: 2.29333rem;
				height: 1.76rem;
				align-items: center;
				justify-content: center;
			}
			
			.prize-bg[data-v-5baef3f4] {
				width: 7.22667rem;
				height: 1.92rem;
				position: absolute;
				top: 0;
				left: 0;
			}
			
			.discount-wrapper[data-v-5baef3f4] {
				flex-direction: row;
				align-items: flex-end;
			}
			
			.unit[data-v-5baef3f4] {
				font-size: 0.42667rem;
				color: #FF611F;
			}
			
			.amount[data-v-5baef3f4] {
				font-size: 0.96rem;
				line-height: 0.96rem;
				color: #FF611F;
			}
			
			.condition[data-v-5baef3f4] {
				font-size: 0.32rem;
				color: #FF611F;
			}
			
			.right-content[data-v-5baef3f4] {
				flex: 1;
				padding: 0.32rem 0 0 0.32rem;
				margin-top: 0.8rem;
			}
			
			.expire-time[data-v-5baef3f4] {
				font-size: 0.26667rem;
				color: #FF611F;
			}
		
		
			.coupon-item[data-v-803eae2c] {
				width: 7.22667rem;
				height: 1.92rem;
				margin-bottom: 0.10667rem;
				display: flex;
				flex-direction: row;
				justify-content: flex-start;
			}
			
			.coupon-item-bg[data-v-803eae2c] {
				width: 7.22667rem;
				height: 1.92rem;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			.coupon-item-icon[data-v-803eae2c] {
				width: 1.28rem;
				height: 1.28rem;
				position: absolute;
				right: 0.10667rem;
				top: 0.10667rem;
			}
			
			.coupon-price[data-v-803eae2c] {
				width: 2.48rem;
				align-items: center;
				padding: 0.42667rem 0 0 0;
			}
			
			.text-price-block[data-v-803eae2c] {
				flex-direction: row;
				justify-content: center;
				align-items: flex-end;
				height: 0.85333rem;
			}
			
			.text-price-text[data-v-803eae2c] {
				font-size: 0.69333rem;
				line-height: 0.69333rem;
				color: #ff6818;
			}
			
			.text-price-unit[data-v-803eae2c] {
				position: relative;
			}
			
			.text-price-unit-text[data-v-803eae2c] {
				color: #ff5f10;
				font-size: 0.37333rem;
			}
			
			.text-price-desc[data-v-803eae2c] {
				font-size: 0.26667rem;
				color: #868a92;
			}
			
			.coupon-info[data-v-803eae2c] {
				width: 4.48rem;
				padding: 0.53333rem 0 0 0.30667rem;
			}
			
			.text-info-title[data-v-803eae2c] {
				font-size: 0.32rem;
				color: #474c58;
			}
			
			.text-info-desc[data-v-803eae2c] {
				font-size: 0.26667rem;
				color: #868a92;
				margin-top: 0.13333rem;
			}
		
		
			.prize-item[data-v-51836f4a] {
				width: 7.22667rem;
				height: 1.92rem;
				flex-direction: row;
				padding: 0.10667rem;
			}
			
			.left-content[data-v-51836f4a] {
				width: 2.29333rem;
				height: 1.76rem;
				align-items: center;
				justify-content: center;
			}
			
			.prize-bg[data-v-51836f4a] {
				width: 7.22667rem;
				height: 1.92rem;
				position: absolute;
				top: 0;
				left: 0;
			}
			
			.discount-wrapper[data-v-51836f4a] {
				flex-direction: row;
				align-items: flex-end;
			}
			
			.unit[data-v-51836f4a] {
				font-size: 0.42667rem;
				color: #FE2946;
			}
			
			.amount[data-v-51836f4a] {
				font-size: 0.96rem;
				line-height: 0.96rem;
				color: #FE2946;
			}
			
			.condition[data-v-51836f4a] {
				font-size: 0.32rem;
				color: #FE2946;
			}
			
			.right-content[data-v-51836f4a] {
				flex: 1;
				padding: 0.32rem 0 0 0.32rem;
				margin-top: 0.8rem;
			}
			
			.expire-time[data-v-51836f4a] {
				font-size: 0.26667rem;
				color: #FE2946;
			}
		
		
			.reward-result[data-v-53468337] {
				width: 7.86667rem;
				height: 9.6rem;
				margin-top: 0.66667rem;
				align-items: center;
				justify-content: flex-start;
				overflow: hidden;
				border-radius: 0.16rem;
			}
			
			.bg-image[data-v-53468337] {
				width: 7.86667rem;
				height: 9.6rem;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			.content[data-v-53468337] {
				padding: 0.32rem;
				padding-top: 1.97333rem;
				padding-bottom: 0;
				flex: 1;
				width: 7.86667rem;
			}
			
			.scroller[data-v-53468337] {
				width: 7.22667rem;
			}
			
			.prize-wrapper[data-v-53468337] {
				justify-content: center;
			}
			
			.bottom-text[data-v-53468337] {
				color: rgba(255, 255, 255, 0.7);
				font-size: 0.32rem;
				margin: 0.26667rem;
				z-index: 9;
			}
		
		
			.wrapper[data-v-65ff337f] {
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background-color: rgba(71, 76, 88, 0.7);
				justify-content: center;
				align-items: center;
				z-index: 9999;
			}
			
			.fold[data-v-65ff337f] {
				width: 7.86667rem;
				height: 5.86667rem;
				position: relative;
			}
			
			.fold-image[data-v-65ff337f] {
				width: 7.86667rem;
				height: 9.6rem;
				z-index: 10000;
				background-color: rgba(71, 76, 88, 0.01);
			}
			
			.member-image[data-v-65ff337f] {
				width: 7.86667rem;
				height: 9.6rem;
				z-index: 10000;
				background-color: rgba(71, 76, 88, 0.01);
			}
			
			.close-icon[data-v-65ff337f] {
				width: 0.57333rem;
				height: 0.57333rem;
				margin-top: 1.6rem;
			}
			
			.i-know-icon[data-v-65ff337f] {
				width: 2.13333rem;
				height: 0.72rem;
				margin-top: 1.6rem;
			}
		
		
			.home-container[data-v-b49e99a4] {
				position: relative;
				width: 10rem;
				background-color: #F0F2F6;
				flex: 1;
				height: 100%;
			}
			
			.main-content-container[data-v-b49e99a4] {
				flex: 1;
				height: 100%;
			}
			
			.is-iphonex[data-v-b49e99a4] {
				padding-bottom: 0.32rem;
			}
			
			.call-police-icon[data-v-b49e99a4] {
				position: fixed;
				bottom: 4.93333rem;
				right: 0;
				width: 3.01333rem;
				height: 1.30667rem;
				z-index: 1;
			}
			
			.call-police-icon--iphone[data-v-b49e99a4] {
				bottom: 2.8rem;
			}
			
			.ResourceNiche-box[data-v-b49e99a4] {
				z-index: 999;
			}
			
			.member-tip[data-v-b49e99a4] {
				position: fixed;
				bottom: 1.73333rem;
				right: 1.13333rem;
				width: 1.70667rem;
				height: 0.53333rem;
				z-index: 999;
			}
			
			.has-bottom[data-v-b49e99a4] {
				bottom: 2.24rem;
			}
			
			.modal-content-text[data-v-b49e99a4] {
				color: #868A92;
				font-size: 0.37333rem;
				width: 6.93333rem;
			}
			
			.modal-content-link[data-v-b49e99a4] {
				margin-top: 0.32rem;
				color: #4275BA;
			}
			
			.appointment-banner-wrap[data-v-b49e99a4] {
				position: absolute;
				left: 0;
				bottom: 2.50667rem;
				display: flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				width: 10rem;
				height: 1.54667rem;
			}
			
			.page-wrapper[data-v-b49e99a4] {
				width: 10rem;
				flex: 1;
				height: 100%;
			}
			
			.homepage-container[data-v-b49e99a4] {
				width: 10rem;
				position: absolute;
				top: -1px;
				bottom: 0;
				left: 0;
			}
			
			.peoplepage-container[data-v-b49e99a4] {
				width: 10rem;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 10rem;
			}
		
		 
			.weex-refresh-indicator,
			.weex-loading-indicator {
				width: 41.1px !important;
				height: 41.1px !important;
				-webkit-box-align: center;
				-moz-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-moz-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				overflow: visible;
				background: none;
			}
			
			.weex-refresh-indicator:before,
			.weex-loading-indicator:before {
				display: block;
				content: '';
				font-size: 6.5760000000000005px;
				width: 0.5em;
				height: 0.5em;
				left: 0;
				top: 0;
				border-radius: 50%;
				position: relative;
				text-indent: -9999em;
				-webkit-animation: weex-spinner 1.1s infinite ease;
				-moz-animation: weex-spinner 1.1s infinite ease;
				animation: weex-spinner 1.1s infinite ease;
			}
			
			@-webkit-keyframes weex-spinner {
				0%,
				100% {
					box-shadow: 0em -1.3em 0em 0em #ffffff, 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.5), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7);
				}
				11.25% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.7), 0.9em -0.9em 0 0em #ffffff, 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5);
				}
				25% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.5), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7), 1.25em 0em 0 0em #ffffff, 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				37.5% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5), 1.25em 0em 0 0em rgba(255, 255, 255, 0.7), 0.875em 0.875em 0 0em #ffffff, 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				50% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.5), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.7), 0em 1.25em 0 0em #ffffff, -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				61.25% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.5), 0em 1.25em 0 0em rgba(255, 255, 255, 0.7), -0.9em 0.9em 0 0em #ffffff, -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				75% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.5), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.7), -1.3em 0em 0 0em #ffffff, -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				87.5% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.5), -1.3em 0em 0 0em rgba(255, 255, 255, 0.7), -0.9em -0.9em 0 0em #ffffff;
				}
			}
			
			@keyframes weex-spinner {
				0%,
				100% {
					box-shadow: 0em -1.3em 0em 0em #ffffff, 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.5), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7);
				}
				11.25% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.7), 0.9em -0.9em 0 0em #ffffff, 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5);
				}
				25% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.5), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7), 1.25em 0em 0 0em #ffffff, 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				37.5% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5), 1.25em 0em 0 0em rgba(255, 255, 255, 0.7), 0.875em 0.875em 0 0em #ffffff, 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				50% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.5), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.7), 0em 1.25em 0 0em #ffffff, -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				61.25% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.5), 0em 1.25em 0 0em rgba(255, 255, 255, 0.7), -0.9em 0.9em 0 0em #ffffff, -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				75% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.5), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.7), -1.3em 0em 0 0em #ffffff, -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2);
				}
				87.5% {
					box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.875em 0.875em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.5), -1.3em 0em 0 0em rgba(255, 255, 255, 0.7), -0.9em -0.9em 0 0em #ffffff;
				}
			}
			.epowerMarkIcon {
				display: block;
				width: 28px;
				margin-left: 3px;
			}
			
			.mark-box {
				display: flex;
				width: 100%;
				font-size: 14px;
				align-items: center;
				height: 100%;
			}
			
			.mark-default-txt {
				display: flex;
				justify-content: space-around;
				align-items: center;
			}
			
			.mark-default-txt span {
				font-size: 18px;
				font-family: DINAlternate-Bold;
			}
			
			.mark-default-txt>div {
				font-size: 18px;
			}
			
			.mark-long-txt span {
				font-size: 16px;
			}
		
			.weex-toast {
				font-size: 0.426667rem;
				line-height: 0.426667rem;
				position: fixed;
				z-index: 1999999999;
				box-sizing: border-box;
				max-width: 80%;
				bottom: 50%;
				left: 50%;
				padding: 0.213333rem;
				background-color: #000;
				color: #fff;
				text-align: center;
				opacity: 0.7;
				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-ms-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
				border-radius: 0.066667rem;
				-webkit-transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				transform: translateX(-50%);
			}
			
			.weex-toast.hide {
				opacity: 0;
			}
			
			.weex-alert .weex-alert-ok {
				width: 100%;
			}
			
			.weex-confirm .btn-group .btn {
				float: left;
				width: 50%;
			}
			
			.weex-confirm .btn-group .btn.btn-ok {
				border-right: 0.013333rem solid #ddd;
			}
			
			.weex-modal-wrap {
				display: none;
				position: fixed;
				z-index: 999999999;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: #000;
				opacity: 0.5;
			}
			
			.weex-modal-node {
				position: fixed;
				z-index: 9999999999;
				top: 50%;
				left: 50%;
				width: 6.666667rem;
				min-height: 2.666667rem;
				border-radius: 0.066667rem;
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				background-color: #fff;
			}
			
			.weex-modal-node.hide {
				display: none;
			}
			
			.weex-modal-node .content {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-flex-direction: column;
				-moz-box-orient: vertical;
				-moz-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				width: 100%;
				min-height: 1.866667rem;
				box-sizing: border-box;
				font-size: 0.426667rem;
				line-height: 0.426667rem;
				padding: 0.213333rem;
				border-bottom: 0.013333rem solid #ddd;
			}
			
			.weex-modal-node .btn-group {
				width: 100%;
				height: 0.8rem;
				font-size: 0.373333rem;
				text-align: center;
				margin: 0;
				padding: 0;
				border: none;
			}
			
			.weex-modal-node .btn-group .btn {
				text-align: center;
			}
			
			.weex-modal-node .btn-group .btn {
				box-sizing: border-box;
				height: 0.8rem;
				line-height: 0.8rem;
				margin: 0;
				padding: 0;
				border: none;
				background: none;
				text-align: center;
			}
			
			.weex-prompt .input-wrap {
				box-sizing: border-box;
				width: 100%;
				margin-top: 0.133333rem;
				height: 0.96rem;
			}
			
			.weex-prompt .input-wrap .input {
				box-sizing: border-box;
				width: 100%;
				height: 0.56rem;
				line-height: 0.56rem;
				font-size: 0.426667rem;
				border: 0.013333rem solid #999;
			}
			
			.weex-prompt .btn-group .btn {
				float: left;
				width: 50%;
			}
			.tag-list__item--active {
    color: #FF6D31;
}.tag-list__item-wrapper--active {
    background-color: rgba(255, 250, 239, 0.44);
    border-color: rgba(255, 109, 49, 0.31);
}
			.weex-prompt .btn-group .btn.btn-ok {
				border-right: 0.013333rem solid #ddd;
			}
		.container[data-v-0b0d5866] {
  position: relative;
  background-color: #ffffff;
  overflow-y: auto;
}
.is-iphonex[data-v-0b0d5866] {
  padding-bottom: 0.32rem;
}
.top-control[data-v-0b0d5866] {
  height: 1.33333rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.split-line[data-v-0b0d5866] {
  height: 1px;
  margin-left: -0.42667rem;
  margin-right: -0.42667rem;
  background-color: rgba(45, 49, 58, 0.1);
}
.close-icon-container[data-v-0b0d5866] {
  width: 0.69333rem;
  height: 0.69333rem;
  justify-content: center;
  align-items: center;
}
.close-icon[data-v-0b0d5866] {
  width: 0.34667rem;
  height: 0.34667rem;
}
.top-title[data-v-0b0d5866] {
  font-size: 0.42667rem;
  font-weight: bold;
  color: #363646;
}
	
.station__lock-box[data-v-3db3641e] {
  width: 9.36rem;
  margin-top:0.45rem;
  height: 0.75333rem;
 
  background-color: #ffe2d7;
  border-bottom-left-radius: 0.21333rem;
  border-bottom-right-radius: 0.21333rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.station__lock-box[data-v-3db3641e] p {

 color:#FD7035;
  font-size:0.37rem;
}
.hide-thanos-popup[data-v-4d0fb66a] {
  width: 0;
  height: 0;
}
.thanos-popup-container[data-v-4d0fb66a] {
  width: 10rem;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.thanos-overlay[data-v-4d0fb66a] {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.thanos-popup-content[data-v-4d0fb66a] {
  width: 10rem;
  position: fixed;
  background-color: #ffffff;
}
.radius[data-v-4d0fb66a] {
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
}
 .lock-scroller[data-v-dd727ebe] {
  flex: 1;
}
.top-info[data-v-dd727ebe] {
  margin-top: 0.32rem;
  margin-bottom: 0.53333rem;
}
.top-info__row[data-v-dd727ebe] {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-info__row--bottom[data-v-dd727ebe] {
  margin-top: 0.10667rem;
}
.top-info__left[data-v-dd727ebe] {
  font-size: 0.42667rem;
  color: #363646;
}
.top-info__right[data-v-dd727ebe] {
  flex-direction: row;
  align-items: center;
}
.top-info__icon[data-v-dd727ebe] {
  width: 0.26667rem;
  height: 0.34667rem;
  margin-right: 0.10667rem;
}
.top-info__text01[data-v-dd727ebe] {
  font-size: 0.32rem;
  color: #596886;
}
.top-info__text02[data-v-dd727ebe] {
  font-family: DINAlternate-Bold;
  font-size: 0.42667rem;
  font-weight: bold;
  color: #596886;
}
.top-info__text03[data-v-dd727ebe] {
  font-family: DINAlternate-Bold;
  font-size: 0.42667rem;
  font-weight: bold;
  color: rgba(96, 112, 136, 0.6);
}
.top-info__higher[data-v-dd727ebe] {
  font-size: 0.32rem;
  color: #FF6600;
}
.warn-box[data-v-dd727ebe] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.26667rem;
}
.line-border[data-v-dd727ebe] {
  border-width: 0.02667rem;
  border-style: dashed;
  border-color: #FD7035;
  flex: 1;
  height: 1px;
}
.warn-tips[data-v-dd727ebe] {
  font-size: 0.37333rem;
  margin-left: 0.18667rem;
  margin-right: 0.18667rem;
  color: #FD7035;
}
.lock-list[data-v-dd727ebe] {
  width: 8.93333rem;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lock-item-box[data-v-dd727ebe] {
  width: 2.13333rem;
  height: 1.38667rem;
  background-color: #F6F6F6;
  border-radius: 0.16rem;
  margin-top: 0.13333rem;
  margin-right: 0.13067rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lock-item-box--nomargin[data-v-dd727ebe] {
  margin-right: 0;
}
.lock-number[data-v-dd727ebe] {
  font-family: DINAlternate-Bold;
  font-size: 0.53333rem;
  font-weight: bold;
  color: #363646;
}
.lock-tip[data-v-dd727ebe] {
  font-size: 0.29333rem;
  color: #D6D6D9;
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
}
.in-using-number[data-v-dd727ebe] {
  color: #C2C2C7;
}
.in-repairing-number[data-v-dd727ebe] {
  color: #C2C2C7;
}
.lock-action-btn[data-v-dd727ebe] {
  width: 1.70667rem;
  height: 0.48rem;
  background-color: #ffffff;
  border-radius: 0.05333rem;
  align-items: center;
  justify-content: center;
}
.not-operable-btn[data-v-dd727ebe] {
  background-color: rgba(0, 0, 0, 0);
}
.lock-action-text[data-v-dd727ebe] {
  color: #FD7035;
  font-size: 0.32rem;
}
.in-using-desc[data-v-dd727ebe] {
  color: #474C58;
}
.in-repairing-desc[data-v-dd727ebe] {
  color: #000000;
}
.help-box[data-v-dd727ebe] {
  height: 1.44rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.help-refresh-btn[data-v-dd727ebe] {
  width: 4.42667rem;
  height: 0.96rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.48rem;
  border-width: 1px;
  border-style: solid;
  border-color: #4D5D77;
  align-items: center;
  justify-content: center;
}
.help-phone-btn[data-v-dd727ebe] {
  width: 4.42667rem;
  height: 0.96rem;
  background-color: #4D5D77;
  border-radius: 0.48rem;
  align-items: center;
  justify-content: center;
}
.help-desc--refresh[data-v-dd727ebe] {
  font-size: 0.37333rem;
  font-weight: bold;
  color: #4D5D77;
}
.help-desc[data-v-dd727ebe] {
  font-size: 0.37333rem;
  font-weight: bold;
  color: #ffffff;
}
.alert-box[data-v-dd727ebe] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10rem;
  /*兼容H5异常*/
  z-index: 99999;
}
[data-v-dd727ebe]::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
 
 .help-center-icon[data-v-3217e79a] {
    width: 1.06667rem;
    height: 1.17333rem;
    position: fixed;
}

.station__charge-text01--fast[data-v-0beaaa6e] {
    font-size: 0.32rem;
    font-weight: bold;
    color: #FF6D31;
    margin-right: 0.02667rem;
}

.station__charge-text02--fast[data-v-0beaaa6e] {
    font-size: 0.42667rem;
    font-weight: bold;
    color: #FF6D31;
}