| 
					
				 | 
			
			
				@@ -0,0 +1,1398 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+* { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+* { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	touch-action: pan-y; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+html, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 50px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+h1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+h2, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+h3, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+h4, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+h5, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+h6, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+h7 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-weight: normal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.container { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #f5f8fa; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.content { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: calc(100% - .9rem); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.main { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: calc(100% - 1.39rem); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.wrap { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.mt { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.mb { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.ml { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.mr { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-confirm-hd { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-timeline { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-cell-left { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: inherit; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	white-space: normal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-cell-left span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-width: 1.5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-cell-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222E; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-textarea>textarea { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222E; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .25rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-cell-right { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-width: 0.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .285rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.sex-radio .yd-radio .yd-radio-icon { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	vertical-align: middle; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.sex-radio .yd-radio .yd-icon-checkoff { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .login-cell .yd-cell-left span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-width: 1.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .login-cell .yd-cell-right { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-height: .9rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-right: .17rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .login-cell .yd-cell-right .yd-input input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-cell-right span i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	vertical-align: middle; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-tabbar-txt { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-cell-right .yd-input input, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-cell-right input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222E; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-radio-text { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: inherit; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-radios { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #f5f8fa; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .24rem 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-cell a.yd-cell-item:active, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-cell label.yd-cell-item:active { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: transparent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-tab-box { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 100; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.login-btn .yd-btn-disabled { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	opacity: .6; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: linear-gradient(-269deg, #01d5c0 0%, #00b7bd 97%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: -2px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 1000; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns .yd-btn { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .92rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns-circle { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: 1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 100; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns-circle .yd-btn { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 0.9rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns-bill { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: .96rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 1000; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	box-shadow: 0 -5px 12px -8px rgba(0, 0, 0, 0.2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns-bill>.yd-btn { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .92rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns-bill .yd-btn:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 0.4; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bill-btns .yd-btn { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-width: 1.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .27rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .66rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns-bill .yd-btn-hollow:not(.yd-btn-loading):active { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bill-btns .yd-btn:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid #F26163; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #F26163; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: .1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .bill-box { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .86rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .265rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .bill-box h4 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .bill-box span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bill-opt { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .265rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bill-opt>span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: left; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bill-opt .yd-checkbox-text { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .265rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	vertical-align: 2px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bill-opt>span:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: right; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list-r .bill-checkList { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100vh; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: 2.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bg-box .yd-search-input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: transparent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.34rem 0 0.24rem 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bg-box .yd-search-input>.search-input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 200px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: rgba(255, 255, 255, 0.2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bg-box .yd-search-input>.search-input input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-search-input>.search-input .search-icon:after, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-search-input>.cancel-text, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .search-input .yd-input-clear:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: 0.64rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .search-input .yd-input>input::-webkit-input-placeholder { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: 0.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-search-input>.search-input .search-icon:after, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .search-input .yd-input-clear:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.30rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-search-input>.cancel-text, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-search-input>.search-input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 0.64rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.bg-box .yd-search-input:after, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#app .yd-search-input:before { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.follow-btns-circle { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 1rem .5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.follow-btns-circle .yd-btn-block { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 0.9rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btns-circle .yd-btn i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.45rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: 0.05rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	vertical-align: -3px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-tab-panel { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100vh; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: 0.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: 1.20rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-confirm-bd { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 13px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: 22px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btn-primary:not(.yd-btn-loading) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: linear-gradient(-269deg, #01d5c0 0%, #00b7bd 97%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-btn-primary { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-tabbar-fixed { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.20rem !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 2001; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-alert .yd-confirm-bd { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: left !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-box .yd-cell-item { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-box .yd-cell-right { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-cell-item:not(:last-child):after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: 0 !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-tabbar-fixed .yd-tabbar-icon i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: 0.5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222E; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 自定样式 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.theme { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: linear-gradient(-269deg, #01d5c0 0%, #00b7bd 97%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.router-link-active, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.router-link-active i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00b7bd !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-bg { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 10px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin: 0.24rem 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tabbar-icon-box { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.24rem 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tabbar-icon-box .yd-tabbar:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tabbar-icon-box .yd-tabbar-icon i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: 0.05rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tabbar-icon-box .yd-tabbar-item:last-child .yd-tabbar-icon i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00b7bd; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tabbar-icon-box .yd-tabbar-item { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tabbar-icon-box .yd-tabbar-txt { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.05rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tabbar-icon-box .yd-badge-danger { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #ef4f4f; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid #ef4f4f; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-box { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 0.30rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-box .yd-cell-left span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-box .yd-cell:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 订单 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin: 0 0.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item .order-item-state { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.28rem 0.24rem 0.16rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item .order-item-state div { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item .order-item-state div:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: right; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item .order-item-state .time { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item .order-item-state .normal { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00b7bd; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item .order-item-state .finish { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 8px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .24rem .24rem .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item .order-item-text { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.285rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: 0.14rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-header i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	vertical-align: middle; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: 0.05rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-height: 1.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-flow .item-text-body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-flow .item-text-cell { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-top: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-flow .item-text-cell:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-top: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-height: 1.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 4px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 1.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	max-height: 1.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font p { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font p span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font p span:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: right; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-width: 1.1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font .title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: 0.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font .desc span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font .desc span:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font .total { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-desc .order-item-text .order-item-total { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-top: 1px solid #ECECEC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .order-item-total { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: right; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .order-item-total span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.30rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #ef4f4f; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: .1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font .total span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.30rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-content .item-text-font .pip { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: .2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-spec { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: .34rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-spec li { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .1rem .2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #f3f5f6; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 200px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid transparent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-width: 1.4rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-spec li.active { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid #ef4f4f; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #ef4f4f; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .message { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222E; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .message span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: 0.1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-btns { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: right; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-btns .yd-btn { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 1.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid #ddd; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: 0.15rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .56rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .item-text-btns .yd-btn.operate { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-color: #00b7bd; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00b7bd; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.order-item-text .order-item-flow { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 订单详情 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-cell-wrap { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: 0.95rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-cell-wrap .yd-cell-box:first-child .yd-cell{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: 1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.logistics { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.27rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: 0 !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.contact { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.285rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.logistics .yd-cell, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.contact .yd-cell { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.24rem 0.7rem 0.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.logistics .yd-cell { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid #ECECEC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #036a6d; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.logistics .yd-cell .time { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: .15rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.contact .yd-cell p span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: 0.25rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.contact .yd-cell p.addr { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.recAddr { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.24rem 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .285rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.recAddr p span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: 0.5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .285rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.recAddr p.addr { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.08rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.recAddr p .default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #ef4f4f; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 200px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 10px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 3px 8px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: .1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.desc-box .recAddr .yd-cell { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .24rem 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.desc-box .recAddr .yd-cell:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	content: ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: -0.05rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .08rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: url("../img/rep.png"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-flex .order-desc { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: .2rem solid #f5f8fa; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-flex .order-desc:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.cell-group-flex .order-desc::after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 1px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	content: ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: -webkit-linear-gradient(bottom, #e4e4e4 50%, transparent 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: linear-gradient(0deg, #e4e4e4 50%, transparent 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.botInfo { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.botInfo .yd-cell { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.botInfo ul li { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: 0.5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.botInfo ul li>div { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.botInfo ul li>div:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 2; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.botInfo span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 个人中心 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tips { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 70%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 60%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	transform: translate(-50%, -50%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tips p { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.15rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.darkTip { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: .45rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.uploadImg { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .285rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 3.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	justify-content: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 8px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin: 0 .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.uploadImg>div p { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.upload-input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	opacity: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	cursor: pointer; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.pre-img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	max-height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	max-width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin: 0 auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.hint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	transform: translate(-50%, -60%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.hint p { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #818181; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: .46rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.hint img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-checklist-item { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list .goods-list-l { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 0.5; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	max-height: 100vh; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: 2.8rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list .goods-list-l li { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.4rem 0 0.4rem 0.4rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-top: 1px solid transparent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid transparent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list .goods-list-l li.active { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00B7BD; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-top: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list .goods-list-l li:first-child.active { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-top: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list .goods-list-l li.active:before { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	content: ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 0.09rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 0.36rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #00B7BD; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-list .goods-list-r { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem;	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-left: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: calc(100vh - 1.24rem); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-checklist:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: none !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.demo-checklist-img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 1.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-height: .6rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: .2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 需求报价 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-box { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 0.35rem solid #f5f8fa; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .35rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-header>div { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-header>div:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-header img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 1.4rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: 0.45rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-body h4 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 0.5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: 0.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-body h4 span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 .35rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	transform: translate(-50%, -50%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-body h4:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	content: ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 1px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-price { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin: 0.2rem 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-price li { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-left: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-price li>span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.15rem 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-price li>span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1.5; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: left; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-price li>span:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 0.5; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-price li>span em { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00B7BD; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 0.01rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-icon { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 0.65rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 0.65rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: 0.65rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin: 0 auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: linear-gradient(-269deg, #01d5c0 0%, #00b7bd 97%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-more { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-top: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.2rem 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-btns-circle { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: 0.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: 0.24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 100; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-btns-circle .yd-btn { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 0.9rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-btns-circle .yd-btn:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 200px 0 0 200px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-btns-circle .yd-btn:first-child:not(.yd-btn-loading) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: linear-gradient(-269deg, #2D3F3F 0%, #3E5957 97%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.price-btns-circle .yd-btn:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 0 200px 200px 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 0.3; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-badge { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-badge .shopcart-img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-badge .yd-badge { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: .15rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-left: -.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-taotal { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shop-taotal span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: 0.32rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 店铺首页 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	/* position: absolute; */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	/* left: 0; */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	/* right: 0; */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	/* top: 2.4rem; */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	/* z-index: 10000; */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: -1.3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	z-index: 10000; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow-y: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: 2.6rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group li { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-content: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex-wrap: wrap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group li .goods-group-item { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: inline-block; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group li .goods-group-item:nth-of-type(odd) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-right: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group .goods-top { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group .goods-top img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group h2 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: .1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group .goods-bot { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group .goods-bot span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-group .goods-bot span em { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00D1B2; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.login-form .yd-cell:after { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 验证码拖动 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 10px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: .9rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background: rgba(0, 0, 0, 0.16); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 5px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	outline: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box p, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: block; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	bottom: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 5px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: .9rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 1rem !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	cursor: pointer; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid #ececec; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box span i { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box p { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #FFFF99; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	overflow: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-indent: -20px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	transition: background 1s ease-in; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.code-box .code-input { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#slide-status { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	line-height: .9rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 购物车选择列表 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.yd-popup { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 10px 10px 0 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.picks-bg { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #f5f7f8; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 10px 10px 0 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.picks-bg>span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-picks { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: .94rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: .94rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	height: calc(100vh - 3rem); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-picks li { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0.24rem .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid #ECECEC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-picks li:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-picks li>span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-picks li>span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 2; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: left; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-picks li>span:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 0.5; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.shopcart-picks li>span em { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #00B7BD; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: 0 0.01rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 暂无数据 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.noData { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: .4rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.noData img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 40%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.noData p { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .28rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-top: .1rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 商品详情 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-top: .5rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-img img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	max-height: 3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	min-width: 2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .5rem .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .285rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li span:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li span:first-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	flex: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #15222E; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li span .price { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-weight: normal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .32rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #ef4f4f; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li .title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li span dl { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .26rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li span dl dd { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .08rem .25rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-radius: 200px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border: 1px solid #00B7BD; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-right: .2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.goods-text li span dl dd.active { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #00B7BD; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.desc-bot { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding: .3rem .24rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.desc-bot h2 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	font-size: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	padding-bottom: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	border-bottom: 1px solid #ECECEC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	margin-bottom: .3rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.desc-bot img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 |