
		
		
			@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.u-relative,.u-rela {
	position:relative
}
.u-absolute,.u-abso {
	position:absolute
}
uni-image {
	display:inline-block
}
uni-view,uni-text {
	box-sizing:border-box
}
.u-font-xs {
	font-size:11px
}
.u-font-sm {
	font-size:13px
}
.u-font-md {
	font-size:14px
}
.u-font-lg {
	font-size:15px
}
.u-font-xl {
	font-size:17px
}
.u-flex {
	display:flex;
	flex-direction:row;
	align-items:center
}
.u-flex-wrap {
	flex-wrap:wrap
}
.u-flex-nowrap {
	flex-wrap:nowrap
}
.u-col-center {
	align-items:center
}
.u-col-top {
	align-items:flex-start
}
.u-col-bottom {
	align-items:flex-end
}
.u-row-center {
	justify-content:center
}
.u-row-left {
	justify-content:flex-start
}
.u-row-right {
	justify-content:flex-end
}
.u-row-between {
	justify-content:space-between
}
.u-row-around {
	justify-content:space-around
}
.u-text-left {
	text-align:left
}
.u-text-center {
	text-align:center
}
.u-text-right {
	text-align:right
}
.u-flex-col {
	display:flex;
	flex-direction:column
}
.u-flex-0 {
	flex:0
}
.u-flex-1 {
	flex:1
}
.u-flex-2 {
	flex:2
}
.u-flex-3 {
	flex:3
}
.u-flex-4 {
	flex:4
}
.u-flex-5 {
	flex:5
}
.u-flex-6 {
	flex:6
}
.u-flex-7 {
	flex:7
}
.u-flex-8 {
	flex:8
}
.u-flex-9 {
	flex:9
}
.u-flex-10 {
	flex:10
}
.u-flex-11 {
	flex:11
}
.u-flex-12 {
	flex:12
}
.u-font-9 {
	font-size:9px
}
.u-font-10 {
	font-size:10px
}
.u-font-11 {
	font-size:11px
}
.u-font-12 {
	font-size:12px
}
.u-font-13 {
	font-size:13px
}
.u-font-14 {
	font-size:14px
}
.u-font-15 {
	font-size:15px
}
.u-font-16 {
	font-size:16px
}
.u-font-17 {
	font-size:17px
}
.u-font-18 {
	font-size:18px
}
.u-font-19 {
	font-size:19px
}
.u-font-20 {
	font-size:10px
}
.u-font-21 {
	font-size:10px
}
.u-font-22 {
	font-size:11px
}
.u-font-23 {
	font-size:11px
}
.u-font-24 {
	font-size:12px
}
.u-font-25 {
	font-size:12px
}
.u-font-26 {
	font-size:13px
}
.u-font-27 {
	font-size:13px
}
.u-font-28 {
	font-size:14px
}
.u-font-29 {
	font-size:14px
}
.u-font-30 {
	font-size:15px
}
.u-font-31 {
	font-size:15px
}
.u-font-32 {
	font-size:16px
}
.u-font-33 {
	font-size:16px
}
.u-font-34 {
	font-size:17px
}
.u-font-35 {
	font-size:17px
}
.u-font-36 {
	font-size:18px
}
.u-font-37 {
	font-size:18px
}
.u-font-38 {
	font-size:19px
}
.u-font-39 {
	font-size:19px
}
.u-font-40 {
	font-size:20px
}
.u-margin-0,.u-m-0 {
	margin:0px!important
}
.u-padding-0,.u-p-0 {
	padding:0px!important
}
.u-m-l-0 {
	margin-left:0px!important
}
.u-p-l-0 {
	padding-left:0px!important
}
.u-margin-left-0 {
	margin-left:0px!important
}
.u-padding-left-0 {
	padding-left:0px!important
}
.u-m-t-0 {
	margin-top:0px!important
}
.u-p-t-0 {
	padding-top:0px!important
}
.u-margin-top-0 {
	margin-top:0px!important
}
.u-padding-top-0 {
	padding-top:0px!important
}
.u-m-r-0 {
	margin-right:0px!important
}
.u-p-r-0 {
	padding-right:0px!important
}
.u-margin-right-0 {
	margin-right:0px!important
}
.u-padding-right-0 {
	padding-right:0px!important
}
.u-m-b-0 {
	margin-bottom:0px!important
}
.u-p-b-0 {
	padding-bottom:0px!important
}
.u-margin-bottom-0 {
	margin-bottom:0px!important
}
.u-padding-bottom-0 {
	padding-bottom:0px!important
}
.u-margin-2,.u-m-2 {
	margin:1px!important
}
.u-padding-2,.u-p-2 {
	padding:1px!important
}
.u-m-l-2 {
	margin-left:1px!important
}
.u-p-l-2 {
	padding-left:1px!important
}
.u-margin-left-2 {
	margin-left:1px!important
}
.u-padding-left-2 {
	padding-left:1px!important
}
.u-m-t-2 {
	margin-top:1px!important
}
.u-p-t-2 {
	padding-top:1px!important
}
.u-margin-top-2 {
	margin-top:1px!important
}
.u-padding-top-2 {
	padding-top:1px!important
}
.u-m-r-2 {
	margin-right:1px!important
}
.u-p-r-2 {
	padding-right:1px!important
}
.u-margin-right-2 {
	margin-right:1px!important
}
.u-padding-right-2 {
	padding-right:1px!important
}
.u-m-b-2 {
	margin-bottom:1px!important
}
.u-p-b-2 {
	padding-bottom:1px!important
}
.u-margin-bottom-2 {
	margin-bottom:1px!important
}
.u-padding-bottom-2 {
	padding-bottom:1px!important
}
.u-margin-4,.u-m-4 {
	margin:2px!important
}
.u-padding-4,.u-p-4 {
	padding:2px!important
}
.u-m-l-4 {
	margin-left:2px!important
}
.u-p-l-4 {
	padding-left:2px!important
}
.u-margin-left-4 {
	margin-left:2px!important
}
.u-padding-left-4 {
	padding-left:2px!important
}
.u-m-t-4 {
	margin-top:2px!important
}
.u-p-t-4 {
	padding-top:2px!important
}
.u-margin-top-4 {
	margin-top:2px!important
}
.u-padding-top-4 {
	padding-top:2px!important
}
.u-m-r-4 {
	margin-right:2px!important
}
.u-p-r-4 {
	padding-right:2px!important
}
.u-margin-right-4 {
	margin-right:2px!important
}
.u-padding-right-4 {
	padding-right:2px!important
}
.u-m-b-4 {
	margin-bottom:2px!important
}
.u-p-b-4 {
	padding-bottom:2px!important
}
.u-margin-bottom-4 {
	margin-bottom:2px!important
}
.u-padding-bottom-4 {
	padding-bottom:2px!important
}
.u-margin-5,.u-m-5 {
	margin:2px!important
}
.u-padding-5,.u-p-5 {
	padding:2px!important
}
.u-m-l-5 {
	margin-left:2px!important
}
.u-p-l-5 {
	padding-left:2px!important
}
.u-margin-left-5 {
	margin-left:2px!important
}
.u-padding-left-5 {
	padding-left:2px!important
}
.u-m-t-5 {
	margin-top:2px!important
}
.u-p-t-5 {
	padding-top:2px!important
}
.u-margin-top-5 {
	margin-top:2px!important
}
.u-padding-top-5 {
	padding-top:2px!important
}
.u-m-r-5 {
	margin-right:2px!important
}
.u-p-r-5 {
	padding-right:2px!important
}
.u-margin-right-5 {
	margin-right:2px!important
}
.u-padding-right-5 {
	padding-right:2px!important
}
.u-m-b-5 {
	margin-bottom:2px!important
}
.u-p-b-5 {
	padding-bottom:2px!important
}
.u-margin-bottom-5 {
	margin-bottom:2px!important
}
.u-padding-bottom-5 {
	padding-bottom:2px!important
}
.u-margin-6,.u-m-6 {
	margin:3px!important
}
.u-padding-6,.u-p-6 {
	padding:3px!important
}
.u-m-l-6 {
	margin-left:3px!important
}
.u-p-l-6 {
	padding-left:3px!important
}
.u-margin-left-6 {
	margin-left:3px!important
}
.u-padding-left-6 {
	padding-left:3px!important
}
.u-m-t-6 {
	margin-top:3px!important
}
.u-p-t-6 {
	padding-top:3px!important
}
.u-margin-top-6 {
	margin-top:3px!important
}
.u-padding-top-6 {
	padding-top:3px!important
}
.u-m-r-6 {
	margin-right:3px!important
}
.u-p-r-6 {
	padding-right:3px!important
}
.u-margin-right-6 {
	margin-right:3px!important
}
.u-padding-right-6 {
	padding-right:3px!important
}
.u-m-b-6 {
	margin-bottom:3px!important
}
.u-p-b-6 {
	padding-bottom:3px!important
}
.u-margin-bottom-6 {
	margin-bottom:3px!important
}
.u-padding-bottom-6 {
	padding-bottom:3px!important
}
.u-margin-8,.u-m-8 {
	margin:4px!important
}
.u-padding-8,.u-p-8 {
	padding:4px!important
}
.u-m-l-8 {
	margin-left:4px!important
}
.u-p-l-8 {
	padding-left:4px!important
}
.u-margin-left-8 {
	margin-left:4px!important
}
.u-padding-left-8 {
	padding-left:4px!important
}
.u-m-t-8 {
	margin-top:4px!important
}
.u-p-t-8 {
	padding-top:4px!important
}
.u-margin-top-8 {
	margin-top:4px!important
}
.u-padding-top-8 {
	padding-top:4px!important
}
.u-m-r-8 {
	margin-right:4px!important
}
.u-p-r-8 {
	padding-right:4px!important
}
.u-margin-right-8 {
	margin-right:4px!important
}
.u-padding-right-8 {
	padding-right:4px!important
}
.u-m-b-8 {
	margin-bottom:4px!important
}
.u-p-b-8 {
	padding-bottom:4px!important
}
.u-margin-bottom-8 {
	margin-bottom:4px!important
}
.u-padding-bottom-8 {
	padding-bottom:4px!important
}
.u-margin-10,.u-m-10 {
	margin:5px!important
}
.u-padding-10,.u-p-10 {
	padding:5px!important
}
.u-m-l-10 {
	margin-left:5px!important
}
.u-p-l-10 {
	padding-left:5px!important
}
.u-margin-left-10 {
	margin-left:5px!important
}
.u-padding-left-10 {
	padding-left:5px!important
}
.u-m-t-10 {
	margin-top:5px!important
}
.u-p-t-10 {
	padding-top:5px!important
}
.u-margin-top-10 {
	margin-top:5px!important
}
.u-padding-top-10 {
	padding-top:5px!important
}
.u-m-r-10 {
	margin-right:5px!important
}
.u-p-r-10 {
	padding-right:5px!important
}
.u-margin-right-10 {
	margin-right:5px!important
}
.u-padding-right-10 {
	padding-right:5px!important
}
.u-m-b-10 {
	margin-bottom:5px!important
}
.u-p-b-10 {
	padding-bottom:5px!important
}
.u-margin-bottom-10 {
	margin-bottom:5px!important
}
.u-padding-bottom-10 {
	padding-bottom:5px!important
}
.u-margin-12,.u-m-12 {
	margin:6px!important
}
.u-padding-12,.u-p-12 {
	padding:6px!important
}
.u-m-l-12 {
	margin-left:6px!important
}
.u-p-l-12 {
	padding-left:6px!important
}
.u-margin-left-12 {
	margin-left:6px!important
}
.u-padding-left-12 {
	padding-left:6px!important
}
.u-m-t-12 {
	margin-top:6px!important
}
.u-p-t-12 {
	padding-top:6px!important
}
.u-margin-top-12 {
	margin-top:6px!important
}
.u-padding-top-12 {
	padding-top:6px!important
}
.u-m-r-12 {
	margin-right:6px!important
}
.u-p-r-12 {
	padding-right:6px!important
}
.u-margin-right-12 {
	margin-right:6px!important
}
.u-padding-right-12 {
	padding-right:6px!important
}
.u-m-b-12 {
	margin-bottom:6px!important
}
.u-p-b-12 {
	padding-bottom:6px!important
}
.u-margin-bottom-12 {
	margin-bottom:6px!important
}
.u-padding-bottom-12 {
	padding-bottom:6px!important
}
.u-margin-14,.u-m-14 {
	margin:7px!important
}
.u-padding-14,.u-p-14 {
	padding:7px!important
}
.u-m-l-14 {
	margin-left:7px!important
}
.u-p-l-14 {
	padding-left:7px!important
}
.u-margin-left-14 {
	margin-left:7px!important
}
.u-padding-left-14 {
	padding-left:7px!important
}
.u-m-t-14 {
	margin-top:7px!important
}
.u-p-t-14 {
	padding-top:7px!important
}
.u-margin-top-14 {
	margin-top:7px!important
}
.u-padding-top-14 {
	padding-top:7px!important
}
.u-m-r-14 {
	margin-right:7px!important
}
.u-p-r-14 {
	padding-right:7px!important
}
.u-margin-right-14 {
	margin-right:7px!important
}
.u-padding-right-14 {
	padding-right:7px!important
}
.u-m-b-14 {
	margin-bottom:7px!important
}
.u-p-b-14 {
	padding-bottom:7px!important
}
.u-margin-bottom-14 {
	margin-bottom:7px!important
}
.u-padding-bottom-14 {
	padding-bottom:7px!important
}
.u-margin-15,.u-m-15 {
	margin:7px!important
}
.u-padding-15,.u-p-15 {
	padding:7px!important
}
.u-m-l-15 {
	margin-left:7px!important
}
.u-p-l-15 {
	padding-left:7px!important
}
.u-margin-left-15 {
	margin-left:7px!important
}
.u-padding-left-15 {
	padding-left:7px!important
}
.u-m-t-15 {
	margin-top:7px!important
}
.u-p-t-15 {
	padding-top:7px!important
}
.u-margin-top-15 {
	margin-top:7px!important
}
.u-padding-top-15 {
	padding-top:7px!important
}
.u-m-r-15 {
	margin-right:7px!important
}
.u-p-r-15 {
	padding-right:7px!important
}
.u-margin-right-15 {
	margin-right:7px!important
}
.u-padding-right-15 {
	padding-right:7px!important
}
.u-m-b-15 {
	margin-bottom:7px!important
}
.u-p-b-15 {
	padding-bottom:7px!important
}
.u-margin-bottom-15 {
	margin-bottom:7px!important
}
.u-padding-bottom-15 {
	padding-bottom:7px!important
}
.u-margin-16,.u-m-16 {
	margin:8px!important
}
.u-padding-16,.u-p-16 {
	padding:8px!important
}
.u-m-l-16 {
	margin-left:8px!important
}
.u-p-l-16 {
	padding-left:8px!important
}
.u-margin-left-16 {
	margin-left:8px!important
}
.u-padding-left-16 {
	padding-left:8px!important
}
.u-m-t-16 {
	margin-top:8px!important
}
.u-p-t-16 {
	padding-top:8px!important
}
.u-margin-top-16 {
	margin-top:8px!important
}
.u-padding-top-16 {
	padding-top:8px!important
}
.u-m-r-16 {
	margin-right:8px!important
}
.u-p-r-16 {
	padding-right:8px!important
}
.u-margin-right-16 {
	margin-right:8px!important
}
.u-padding-right-16 {
	padding-right:8px!important
}
.u-m-b-16 {
	margin-bottom:8px!important
}
.u-p-b-16 {
	padding-bottom:8px!important
}
.u-margin-bottom-16 {
	margin-bottom:8px!important
}
.u-padding-bottom-16 {
	padding-bottom:8px!important
}
.u-margin-18,.u-m-18 {
	margin:9px!important
}
.u-padding-18,.u-p-18 {
	padding:9px!important
}
.u-m-l-18 {
	margin-left:9px!important
}
.u-p-l-18 {
	padding-left:9px!important
}
.u-margin-left-18 {
	margin-left:9px!important
}
.u-padding-left-18 {
	padding-left:9px!important
}
.u-m-t-18 {
	margin-top:9px!important
}
.u-p-t-18 {
	padding-top:9px!important
}
.u-margin-top-18 {
	margin-top:9px!important
}
.u-padding-top-18 {
	padding-top:9px!important
}
.u-m-r-18 {
	margin-right:9px!important
}
.u-p-r-18 {
	padding-right:9px!important
}
.u-margin-right-18 {
	margin-right:9px!important
}
.u-padding-right-18 {
	padding-right:9px!important
}
.u-m-b-18 {
	margin-bottom:9px!important
}
.u-p-b-18 {
	padding-bottom:9px!important
}
.u-margin-bottom-18 {
	margin-bottom:9px!important
}
.u-padding-bottom-18 {
	padding-bottom:9px!important
}
.u-margin-20,.u-m-20 {
	margin:10px!important
}
.u-padding-20,.u-p-20 {
	padding:10px!important
}
.u-m-l-20 {
	margin-left:10px!important
}
.u-p-l-20 {
	padding-left:10px!important
}
.u-margin-left-20 {
	margin-left:10px!important
}
.u-padding-left-20 {
	padding-left:10px!important
}
.u-m-t-20 {
	margin-top:10px!important
}
.u-p-t-20 {
	padding-top:10px!important
}
.u-margin-top-20 {
	margin-top:10px!important
}
.u-padding-top-20 {
	padding-top:10px!important
}
.u-m-r-20 {
	margin-right:10px!important
}
.u-p-r-20 {
	padding-right:10px!important
}
.u-margin-right-20 {
	margin-right:10px!important
}
.u-padding-right-20 {
	padding-right:10px!important
}
.u-m-b-20 {
	margin-bottom:10px!important
}
.u-p-b-20 {
	padding-bottom:10px!important
}
.u-margin-bottom-20 {
	margin-bottom:10px!important
}
.u-padding-bottom-20 {
	padding-bottom:10px!important
}
.u-margin-22,.u-m-22 {
	margin:11px!important
}
.u-padding-22,.u-p-22 {
	padding:11px!important
}
.u-m-l-22 {
	margin-left:11px!important
}
.u-p-l-22 {
	padding-left:11px!important
}
.u-margin-left-22 {
	margin-left:11px!important
}
.u-padding-left-22 {
	padding-left:11px!important
}
.u-m-t-22 {
	margin-top:11px!important
}
.u-p-t-22 {
	padding-top:11px!important
}
.u-margin-top-22 {
	margin-top:11px!important
}
.u-padding-top-22 {
	padding-top:11px!important
}
.u-m-r-22 {
	margin-right:11px!important
}
.u-p-r-22 {
	padding-right:11px!important
}
.u-margin-right-22 {
	margin-right:11px!important
}
.u-padding-right-22 {
	padding-right:11px!important
}
.u-m-b-22 {
	margin-bottom:11px!important
}
.u-p-b-22 {
	padding-bottom:11px!important
}
.u-margin-bottom-22 {
	margin-bottom:11px!important
}
.u-padding-bottom-22 {
	padding-bottom:11px!important
}
.u-margin-24,.u-m-24 {
	margin:12px!important
}
.u-padding-24,.u-p-24 {
	padding:12px!important
}
.u-m-l-24 {
	margin-left:12px!important
}
.u-p-l-24 {
	padding-left:12px!important
}
.u-margin-left-24 {
	margin-left:12px!important
}
.u-padding-left-24 {
	padding-left:12px!important
}
.u-m-t-24 {
	margin-top:12px!important
}
.u-p-t-24 {
	padding-top:12px!important
}
.u-margin-top-24 {
	margin-top:12px!important
}
.u-padding-top-24 {
	padding-top:12px!important
}
.u-m-r-24 {
	margin-right:12px!important
}
.u-p-r-24 {
	padding-right:12px!important
}
.u-margin-right-24 {
	margin-right:12px!important
}
.u-padding-right-24 {
	padding-right:12px!important
}
.u-m-b-24 {
	margin-bottom:12px!important
}
.u-p-b-24 {
	padding-bottom:12px!important
}
.u-margin-bottom-24 {
	margin-bottom:12px!important
}
.u-padding-bottom-24 {
	padding-bottom:12px!important
}
.u-margin-25,.u-m-25 {
	margin:12px!important
}
.u-padding-25,.u-p-25 {
	padding:12px!important
}
.u-m-l-25 {
	margin-left:12px!important
}
.u-p-l-25 {
	padding-left:12px!important
}
.u-margin-left-25 {
	margin-left:12px!important
}
.u-padding-left-25 {
	padding-left:12px!important
}
.u-m-t-25 {
	margin-top:12px!important
}
.u-p-t-25 {
	padding-top:12px!important
}
.u-margin-top-25 {
	margin-top:12px!important
}
.u-padding-top-25 {
	padding-top:12px!important
}
.u-m-r-25 {
	margin-right:12px!important
}
.u-p-r-25 {
	padding-right:12px!important
}
.u-margin-right-25 {
	margin-right:12px!important
}
.u-padding-right-25 {
	padding-right:12px!important
}
.u-m-b-25 {
	margin-bottom:12px!important
}
.u-p-b-25 {
	padding-bottom:12px!important
}
.u-margin-bottom-25 {
	margin-bottom:12px!important
}
.u-padding-bottom-25 {
	padding-bottom:12px!important
}
.u-margin-26,.u-m-26 {
	margin:13px!important
}
.u-padding-26,.u-p-26 {
	padding:13px!important
}
.u-m-l-26 {
	margin-left:13px!important
}
.u-p-l-26 {
	padding-left:13px!important
}
.u-margin-left-26 {
	margin-left:13px!important
}
.u-padding-left-26 {
	padding-left:13px!important
}
.u-m-t-26 {
	margin-top:13px!important
}
.u-p-t-26 {
	padding-top:13px!important
}
.u-margin-top-26 {
	margin-top:13px!important
}
.u-padding-top-26 {
	padding-top:13px!important
}
.u-m-r-26 {
	margin-right:13px!important
}
.u-p-r-26 {
	padding-right:13px!important
}
.u-margin-right-26 {
	margin-right:13px!important
}
.u-padding-right-26 {
	padding-right:13px!important
}
.u-m-b-26 {
	margin-bottom:13px!important
}
.u-p-b-26 {
	padding-bottom:13px!important
}
.u-margin-bottom-26 {
	margin-bottom:13px!important
}
.u-padding-bottom-26 {
	padding-bottom:13px!important
}
.u-margin-28,.u-m-28 {
	margin:14px!important
}
.u-padding-28,.u-p-28 {
	padding:14px!important
}
.u-m-l-28 {
	margin-left:14px!important
}
.u-p-l-28 {
	padding-left:14px!important
}
.u-margin-left-28 {
	margin-left:14px!important
}
.u-padding-left-28 {
	padding-left:14px!important
}
.u-m-t-28 {
	margin-top:14px!important
}
.u-p-t-28 {
	padding-top:14px!important
}
.u-margin-top-28 {
	margin-top:14px!important
}
.u-padding-top-28 {
	padding-top:14px!important
}
.u-m-r-28 {
	margin-right:14px!important
}
.u-p-r-28 {
	padding-right:14px!important
}
.u-margin-right-28 {
	margin-right:14px!important
}
.u-padding-right-28 {
	padding-right:14px!important
}
.u-m-b-28 {
	margin-bottom:14px!important
}
.u-p-b-28 {
	padding-bottom:14px!important
}
.u-margin-bottom-28 {
	margin-bottom:14px!important
}
.u-padding-bottom-28 {
	padding-bottom:14px!important
}
.u-margin-30,.u-m-30 {
	margin:15px!important
}
.u-padding-30,.u-p-30 {
	padding:15px!important
}
.u-m-l-30 {
	margin-left:15px!important
}
.u-p-l-30 {
	padding-left:15px!important
}
.u-margin-left-30 {
	margin-left:15px!important
}
.u-padding-left-30 {
	padding-left:15px!important
}
.u-m-t-30 {
	margin-top:15px!important
}
.u-p-t-30 {
	padding-top:15px!important
}
.u-margin-top-30 {
	margin-top:15px!important
}
.u-padding-top-30 {
	padding-top:15px!important
}
.u-m-r-30 {
	margin-right:15px!important
}
.u-p-r-30 {
	padding-right:15px!important
}
.u-margin-right-30 {
	margin-right:15px!important
}
.u-padding-right-30 {
	padding-right:15px!important
}
.u-m-b-30 {
	margin-bottom:15px!important
}
.u-p-b-30 {
	padding-bottom:15px!important
}
.u-margin-bottom-30 {
	margin-bottom:15px!important
}
.u-padding-bottom-30 {
	padding-bottom:15px!important
}
.u-margin-32,.u-m-32 {
	margin:16px!important
}
.u-padding-32,.u-p-32 {
	padding:16px!important
}
.u-m-l-32 {
	margin-left:16px!important
}
.u-p-l-32 {
	padding-left:16px!important
}
.u-margin-left-32 {
	margin-left:16px!important
}
.u-padding-left-32 {
	padding-left:16px!important
}
.u-m-t-32 {
	margin-top:16px!important
}
.u-p-t-32 {
	padding-top:16px!important
}
.u-margin-top-32 {
	margin-top:16px!important
}
.u-padding-top-32 {
	padding-top:16px!important
}
.u-m-r-32 {
	margin-right:16px!important
}
.u-p-r-32 {
	padding-right:16px!important
}
.u-margin-right-32 {
	margin-right:16px!important
}
.u-padding-right-32 {
	padding-right:16px!important
}
.u-m-b-32 {
	margin-bottom:16px!important
}
.u-p-b-32 {
	padding-bottom:16px!important
}
.u-margin-bottom-32 {
	margin-bottom:16px!important
}
.u-padding-bottom-32 {
	padding-bottom:16px!important
}
.u-margin-34,.u-m-34 {
	margin:17px!important
}
.u-padding-34,.u-p-34 {
	padding:17px!important
}
.u-m-l-34 {
	margin-left:17px!important
}
.u-p-l-34 {
	padding-left:17px!important
}
.u-margin-left-34 {
	margin-left:17px!important
}
.u-padding-left-34 {
	padding-left:17px!important
}
.u-m-t-34 {
	margin-top:17px!important
}
.u-p-t-34 {
	padding-top:17px!important
}
.u-margin-top-34 {
	margin-top:17px!important
}
.u-padding-top-34 {
	padding-top:17px!important
}
.u-m-r-34 {
	margin-right:17px!important
}
.u-p-r-34 {
	padding-right:17px!important
}
.u-margin-right-34 {
	margin-right:17px!important
}
.u-padding-right-34 {
	padding-right:17px!important
}
.u-m-b-34 {
	margin-bottom:17px!important
}
.u-p-b-34 {
	padding-bottom:17px!important
}
.u-margin-bottom-34 {
	margin-bottom:17px!important
}
.u-padding-bottom-34 {
	padding-bottom:17px!important
}
.u-margin-35,.u-m-35 {
	margin:17px!important
}
.u-padding-35,.u-p-35 {
	padding:17px!important
}
.u-m-l-35 {
	margin-left:17px!important
}
.u-p-l-35 {
	padding-left:17px!important
}
.u-margin-left-35 {
	margin-left:17px!important
}
.u-padding-left-35 {
	padding-left:17px!important
}
.u-m-t-35 {
	margin-top:17px!important
}
.u-p-t-35 {
	padding-top:17px!important
}
.u-margin-top-35 {
	margin-top:17px!important
}
.u-padding-top-35 {
	padding-top:17px!important
}
.u-m-r-35 {
	margin-right:17px!important
}
.u-p-r-35 {
	padding-right:17px!important
}
.u-margin-right-35 {
	margin-right:17px!important
}
.u-padding-right-35 {
	padding-right:17px!important
}
.u-m-b-35 {
	margin-bottom:17px!important
}
.u-p-b-35 {
	padding-bottom:17px!important
}
.u-margin-bottom-35 {
	margin-bottom:17px!important
}
.u-padding-bottom-35 {
	padding-bottom:17px!important
}
.u-margin-36,.u-m-36 {
	margin:18px!important
}
.u-padding-36,.u-p-36 {
	padding:18px!important
}
.u-m-l-36 {
	margin-left:18px!important
}
.u-p-l-36 {
	padding-left:18px!important
}
.u-margin-left-36 {
	margin-left:18px!important
}
.u-padding-left-36 {
	padding-left:18px!important
}
.u-m-t-36 {
	margin-top:18px!important
}
.u-p-t-36 {
	padding-top:18px!important
}
.u-margin-top-36 {
	margin-top:18px!important
}
.u-padding-top-36 {
	padding-top:18px!important
}
.u-m-r-36 {
	margin-right:18px!important
}
.u-p-r-36 {
	padding-right:18px!important
}
.u-margin-right-36 {
	margin-right:18px!important
}
.u-padding-right-36 {
	padding-right:18px!important
}
.u-m-b-36 {
	margin-bottom:18px!important
}
.u-p-b-36 {
	padding-bottom:18px!important
}
.u-margin-bottom-36 {
	margin-bottom:18px!important
}
.u-padding-bottom-36 {
	padding-bottom:18px!important
}
.u-margin-38,.u-m-38 {
	margin:19px!important
}
.u-padding-38,.u-p-38 {
	padding:19px!important
}
.u-m-l-38 {
	margin-left:19px!important
}
.u-p-l-38 {
	padding-left:19px!important
}
.u-margin-left-38 {
	margin-left:19px!important
}
.u-padding-left-38 {
	padding-left:19px!important
}
.u-m-t-38 {
	margin-top:19px!important
}
.u-p-t-38 {
	padding-top:19px!important
}
.u-margin-top-38 {
	margin-top:19px!important
}
.u-padding-top-38 {
	padding-top:19px!important
}
.u-m-r-38 {
	margin-right:19px!important
}
.u-p-r-38 {
	padding-right:19px!important
}
.u-margin-right-38 {
	margin-right:19px!important
}
.u-padding-right-38 {
	padding-right:19px!important
}
.u-m-b-38 {
	margin-bottom:19px!important
}
.u-p-b-38 {
	padding-bottom:19px!important
}
.u-margin-bottom-38 {
	margin-bottom:19px!important
}
.u-padding-bottom-38 {
	padding-bottom:19px!important
}
.u-margin-40,.u-m-40 {
	margin:20px!important
}
.u-padding-40,.u-p-40 {
	padding:20px!important
}
.u-m-l-40 {
	margin-left:20px!important
}
.u-p-l-40 {
	padding-left:20px!important
}
.u-margin-left-40 {
	margin-left:20px!important
}
.u-padding-left-40 {
	padding-left:20px!important
}
.u-m-t-40 {
	margin-top:20px!important
}
.u-p-t-40 {
	padding-top:20px!important
}
.u-margin-top-40 {
	margin-top:20px!important
}
.u-padding-top-40 {
	padding-top:20px!important
}
.u-m-r-40 {
	margin-right:20px!important
}
.u-p-r-40 {
	padding-right:20px!important
}
.u-margin-right-40 {
	margin-right:20px!important
}
.u-padding-right-40 {
	padding-right:20px!important
}
.u-m-b-40 {
	margin-bottom:20px!important
}
.u-p-b-40 {
	padding-bottom:20px!important
}
.u-margin-bottom-40 {
	margin-bottom:20px!important
}
.u-padding-bottom-40 {
	padding-bottom:20px!important
}
.u-margin-42,.u-m-42 {
	margin:21px!important
}
.u-padding-42,.u-p-42 {
	padding:21px!important
}
.u-m-l-42 {
	margin-left:21px!important
}
.u-p-l-42 {
	padding-left:21px!important
}
.u-margin-left-42 {
	margin-left:21px!important
}
.u-padding-left-42 {
	padding-left:21px!important
}
.u-m-t-42 {
	margin-top:21px!important
}
.u-p-t-42 {
	padding-top:21px!important
}
.u-margin-top-42 {
	margin-top:21px!important
}
.u-padding-top-42 {
	padding-top:21px!important
}
.u-m-r-42 {
	margin-right:21px!important
}
.u-p-r-42 {
	padding-right:21px!important
}
.u-margin-right-42 {
	margin-right:21px!important
}
.u-padding-right-42 {
	padding-right:21px!important
}
.u-m-b-42 {
	margin-bottom:21px!important
}
.u-p-b-42 {
	padding-bottom:21px!important
}
.u-margin-bottom-42 {
	margin-bottom:21px!important
}
.u-padding-bottom-42 {
	padding-bottom:21px!important
}
.u-margin-44,.u-m-44 {
	margin:22px!important
}
.u-padding-44,.u-p-44 {
	padding:22px!important
}
.u-m-l-44 {
	margin-left:22px!important
}
.u-p-l-44 {
	padding-left:22px!important
}
.u-margin-left-44 {
	margin-left:22px!important
}
.u-padding-left-44 {
	padding-left:22px!important
}
.u-m-t-44 {
	margin-top:22px!important
}
.u-p-t-44 {
	padding-top:22px!important
}
.u-margin-top-44 {
	margin-top:22px!important
}
.u-padding-top-44 {
	padding-top:22px!important
}
.u-m-r-44 {
	margin-right:22px!important
}
.u-p-r-44 {
	padding-right:22px!important
}
.u-margin-right-44 {
	margin-right:22px!important
}
.u-padding-right-44 {
	padding-right:22px!important
}
.u-m-b-44 {
	margin-bottom:22px!important
}
.u-p-b-44 {
	padding-bottom:22px!important
}
.u-margin-bottom-44 {
	margin-bottom:22px!important
}
.u-padding-bottom-44 {
	padding-bottom:22px!important
}
.u-margin-45,.u-m-45 {
	margin:22px!important
}
.u-padding-45,.u-p-45 {
	padding:22px!important
}
.u-m-l-45 {
	margin-left:22px!important
}
.u-p-l-45 {
	padding-left:22px!important
}
.u-margin-left-45 {
	margin-left:22px!important
}
.u-padding-left-45 {
	padding-left:22px!important
}
.u-m-t-45 {
	margin-top:22px!important
}
.u-p-t-45 {
	padding-top:22px!important
}
.u-margin-top-45 {
	margin-top:22px!important
}
.u-padding-top-45 {
	padding-top:22px!important
}
.u-m-r-45 {
	margin-right:22px!important
}
.u-p-r-45 {
	padding-right:22px!important
}
.u-margin-right-45 {
	margin-right:22px!important
}
.u-padding-right-45 {
	padding-right:22px!important
}
.u-m-b-45 {
	margin-bottom:22px!important
}
.u-p-b-45 {
	padding-bottom:22px!important
}
.u-margin-bottom-45 {
	margin-bottom:22px!important
}
.u-padding-bottom-45 {
	padding-bottom:22px!important
}
.u-margin-46,.u-m-46 {
	margin:23px!important
}
.u-padding-46,.u-p-46 {
	padding:23px!important
}
.u-m-l-46 {
	margin-left:23px!important
}
.u-p-l-46 {
	padding-left:23px!important
}
.u-margin-left-46 {
	margin-left:23px!important
}
.u-padding-left-46 {
	padding-left:23px!important
}
.u-m-t-46 {
	margin-top:23px!important
}
.u-p-t-46 {
	padding-top:23px!important
}
.u-margin-top-46 {
	margin-top:23px!important
}
.u-padding-top-46 {
	padding-top:23px!important
}
.u-m-r-46 {
	margin-right:23px!important
}
.u-p-r-46 {
	padding-right:23px!important
}
.u-margin-right-46 {
	margin-right:23px!important
}
.u-padding-right-46 {
	padding-right:23px!important
}
.u-m-b-46 {
	margin-bottom:23px!important
}
.u-p-b-46 {
	padding-bottom:23px!important
}
.u-margin-bottom-46 {
	margin-bottom:23px!important
}
.u-padding-bottom-46 {
	padding-bottom:23px!important
}
.u-margin-48,.u-m-48 {
	margin:24px!important
}
.u-padding-48,.u-p-48 {
	padding:24px!important
}
.u-m-l-48 {
	margin-left:24px!important
}
.u-p-l-48 {
	padding-left:24px!important
}
.u-margin-left-48 {
	margin-left:24px!important
}
.u-padding-left-48 {
	padding-left:24px!important
}
.u-m-t-48 {
	margin-top:24px!important
}
.u-p-t-48 {
	padding-top:24px!important
}
.u-margin-top-48 {
	margin-top:24px!important
}
.u-padding-top-48 {
	padding-top:24px!important
}
.u-m-r-48 {
	margin-right:24px!important
}
.u-p-r-48 {
	padding-right:24px!important
}
.u-margin-right-48 {
	margin-right:24px!important
}
.u-padding-right-48 {
	padding-right:24px!important
}
.u-m-b-48 {
	margin-bottom:24px!important
}
.u-p-b-48 {
	padding-bottom:24px!important
}
.u-margin-bottom-48 {
	margin-bottom:24px!important
}
.u-padding-bottom-48 {
	padding-bottom:24px!important
}
.u-margin-50,.u-m-50 {
	margin:25px!important
}
.u-padding-50,.u-p-50 {
	padding:25px!important
}
.u-m-l-50 {
	margin-left:25px!important
}
.u-p-l-50 {
	padding-left:25px!important
}
.u-margin-left-50 {
	margin-left:25px!important
}
.u-padding-left-50 {
	padding-left:25px!important
}
.u-m-t-50 {
	margin-top:25px!important
}
.u-p-t-50 {
	padding-top:25px!important
}
.u-margin-top-50 {
	margin-top:25px!important
}
.u-padding-top-50 {
	padding-top:25px!important
}
.u-m-r-50 {
	margin-right:25px!important
}
.u-p-r-50 {
	padding-right:25px!important
}
.u-margin-right-50 {
	margin-right:25px!important
}
.u-padding-right-50 {
	padding-right:25px!important
}
.u-m-b-50 {
	margin-bottom:25px!important
}
.u-p-b-50 {
	padding-bottom:25px!important
}
.u-margin-bottom-50 {
	margin-bottom:25px!important
}
.u-padding-bottom-50 {
	padding-bottom:25px!important
}
.u-margin-52,.u-m-52 {
	margin:26px!important
}
.u-padding-52,.u-p-52 {
	padding:26px!important
}
.u-m-l-52 {
	margin-left:26px!important
}
.u-p-l-52 {
	padding-left:26px!important
}
.u-margin-left-52 {
	margin-left:26px!important
}
.u-padding-left-52 {
	padding-left:26px!important
}
.u-m-t-52 {
	margin-top:26px!important
}
.u-p-t-52 {
	padding-top:26px!important
}
.u-margin-top-52 {
	margin-top:26px!important
}
.u-padding-top-52 {
	padding-top:26px!important
}
.u-m-r-52 {
	margin-right:26px!important
}
.u-p-r-52 {
	padding-right:26px!important
}
.u-margin-right-52 {
	margin-right:26px!important
}
.u-padding-right-52 {
	padding-right:26px!important
}
.u-m-b-52 {
	margin-bottom:26px!important
}
.u-p-b-52 {
	padding-bottom:26px!important
}
.u-margin-bottom-52 {
	margin-bottom:26px!important
}
.u-padding-bottom-52 {
	padding-bottom:26px!important
}
.u-margin-54,.u-m-54 {
	margin:27px!important
}
.u-padding-54,.u-p-54 {
	padding:27px!important
}
.u-m-l-54 {
	margin-left:27px!important
}
.u-p-l-54 {
	padding-left:27px!important
}
.u-margin-left-54 {
	margin-left:27px!important
}
.u-padding-left-54 {
	padding-left:27px!important
}
.u-m-t-54 {
	margin-top:27px!important
}
.u-p-t-54 {
	padding-top:27px!important
}
.u-margin-top-54 {
	margin-top:27px!important
}
.u-padding-top-54 {
	padding-top:27px!important
}
.u-m-r-54 {
	margin-right:27px!important
}
.u-p-r-54 {
	padding-right:27px!important
}
.u-margin-right-54 {
	margin-right:27px!important
}
.u-padding-right-54 {
	padding-right:27px!important
}
.u-m-b-54 {
	margin-bottom:27px!important
}
.u-p-b-54 {
	padding-bottom:27px!important
}
.u-margin-bottom-54 {
	margin-bottom:27px!important
}
.u-padding-bottom-54 {
	padding-bottom:27px!important
}
.u-margin-55,.u-m-55 {
	margin:27px!important
}
.u-padding-55,.u-p-55 {
	padding:27px!important
}
.u-m-l-55 {
	margin-left:27px!important
}
.u-p-l-55 {
	padding-left:27px!important
}
.u-margin-left-55 {
	margin-left:27px!important
}
.u-padding-left-55 {
	padding-left:27px!important
}
.u-m-t-55 {
	margin-top:27px!important
}
.u-p-t-55 {
	padding-top:27px!important
}
.u-margin-top-55 {
	margin-top:27px!important
}
.u-padding-top-55 {
	padding-top:27px!important
}
.u-m-r-55 {
	margin-right:27px!important
}
.u-p-r-55 {
	padding-right:27px!important
}
.u-margin-right-55 {
	margin-right:27px!important
}
.u-padding-right-55 {
	padding-right:27px!important
}
.u-m-b-55 {
	margin-bottom:27px!important
}
.u-p-b-55 {
	padding-bottom:27px!important
}
.u-margin-bottom-55 {
	margin-bottom:27px!important
}
.u-padding-bottom-55 {
	padding-bottom:27px!important
}
.u-margin-56,.u-m-56 {
	margin:28px!important
}
.u-padding-56,.u-p-56 {
	padding:28px!important
}
.u-m-l-56 {
	margin-left:28px!important
}
.u-p-l-56 {
	padding-left:28px!important
}
.u-margin-left-56 {
	margin-left:28px!important
}
.u-padding-left-56 {
	padding-left:28px!important
}
.u-m-t-56 {
	margin-top:28px!important
}
.u-p-t-56 {
	padding-top:28px!important
}
.u-margin-top-56 {
	margin-top:28px!important
}
.u-padding-top-56 {
	padding-top:28px!important
}
.u-m-r-56 {
	margin-right:28px!important
}
.u-p-r-56 {
	padding-right:28px!important
}
.u-margin-right-56 {
	margin-right:28px!important
}
.u-padding-right-56 {
	padding-right:28px!important
}
.u-m-b-56 {
	margin-bottom:28px!important
}
.u-p-b-56 {
	padding-bottom:28px!important
}
.u-margin-bottom-56 {
	margin-bottom:28px!important
}
.u-padding-bottom-56 {
	padding-bottom:28px!important
}
.u-margin-58,.u-m-58 {
	margin:29px!important
}
.u-padding-58,.u-p-58 {
	padding:29px!important
}
.u-m-l-58 {
	margin-left:29px!important
}
.u-p-l-58 {
	padding-left:29px!important
}
.u-margin-left-58 {
	margin-left:29px!important
}
.u-padding-left-58 {
	padding-left:29px!important
}
.u-m-t-58 {
	margin-top:29px!important
}
.u-p-t-58 {
	padding-top:29px!important
}
.u-margin-top-58 {
	margin-top:29px!important
}
.u-padding-top-58 {
	padding-top:29px!important
}
.u-m-r-58 {
	margin-right:29px!important
}
.u-p-r-58 {
	padding-right:29px!important
}
.u-margin-right-58 {
	margin-right:29px!important
}
.u-padding-right-58 {
	padding-right:29px!important
}
.u-m-b-58 {
	margin-bottom:29px!important
}
.u-p-b-58 {
	padding-bottom:29px!important
}
.u-margin-bottom-58 {
	margin-bottom:29px!important
}
.u-padding-bottom-58 {
	padding-bottom:29px!important
}
.u-margin-60,.u-m-60 {
	margin:30px!important
}
.u-padding-60,.u-p-60 {
	padding:30px!important
}
.u-m-l-60 {
	margin-left:30px!important
}
.u-p-l-60 {
	padding-left:30px!important
}
.u-margin-left-60 {
	margin-left:30px!important
}
.u-padding-left-60 {
	padding-left:30px!important
}
.u-m-t-60 {
	margin-top:30px!important
}
.u-p-t-60 {
	padding-top:30px!important
}
.u-margin-top-60 {
	margin-top:30px!important
}
.u-padding-top-60 {
	padding-top:30px!important
}
.u-m-r-60 {
	margin-right:30px!important
}
.u-p-r-60 {
	padding-right:30px!important
}
.u-margin-right-60 {
	margin-right:30px!important
}
.u-padding-right-60 {
	padding-right:30px!important
}
.u-m-b-60 {
	margin-bottom:30px!important
}
.u-p-b-60 {
	padding-bottom:30px!important
}
.u-margin-bottom-60 {
	margin-bottom:30px!important
}
.u-padding-bottom-60 {
	padding-bottom:30px!important
}
.u-margin-62,.u-m-62 {
	margin:31px!important
}
.u-padding-62,.u-p-62 {
	padding:31px!important
}
.u-m-l-62 {
	margin-left:31px!important
}
.u-p-l-62 {
	padding-left:31px!important
}
.u-margin-left-62 {
	margin-left:31px!important
}
.u-padding-left-62 {
	padding-left:31px!important
}
.u-m-t-62 {
	margin-top:31px!important
}
.u-p-t-62 {
	padding-top:31px!important
}
.u-margin-top-62 {
	margin-top:31px!important
}
.u-padding-top-62 {
	padding-top:31px!important
}
.u-m-r-62 {
	margin-right:31px!important
}
.u-p-r-62 {
	padding-right:31px!important
}
.u-margin-right-62 {
	margin-right:31px!important
}
.u-padding-right-62 {
	padding-right:31px!important
}
.u-m-b-62 {
	margin-bottom:31px!important
}
.u-p-b-62 {
	padding-bottom:31px!important
}
.u-margin-bottom-62 {
	margin-bottom:31px!important
}
.u-padding-bottom-62 {
	padding-bottom:31px!important
}
.u-margin-64,.u-m-64 {
	margin:32px!important
}
.u-padding-64,.u-p-64 {
	padding:32px!important
}
.u-m-l-64 {
	margin-left:32px!important
}
.u-p-l-64 {
	padding-left:32px!important
}
.u-margin-left-64 {
	margin-left:32px!important
}
.u-padding-left-64 {
	padding-left:32px!important
}
.u-m-t-64 {
	margin-top:32px!important
}
.u-p-t-64 {
	padding-top:32px!important
}
.u-margin-top-64 {
	margin-top:32px!important
}
.u-padding-top-64 {
	padding-top:32px!important
}
.u-m-r-64 {
	margin-right:32px!important
}
.u-p-r-64 {
	padding-right:32px!important
}
.u-margin-right-64 {
	margin-right:32px!important
}
.u-padding-right-64 {
	padding-right:32px!important
}
.u-m-b-64 {
	margin-bottom:32px!important
}
.u-p-b-64 {
	padding-bottom:32px!important
}
.u-margin-bottom-64 {
	margin-bottom:32px!important
}
.u-padding-bottom-64 {
	padding-bottom:32px!important
}
.u-margin-65,.u-m-65 {
	margin:32px!important
}
.u-padding-65,.u-p-65 {
	padding:32px!important
}
.u-m-l-65 {
	margin-left:32px!important
}
.u-p-l-65 {
	padding-left:32px!important
}
.u-margin-left-65 {
	margin-left:32px!important
}
.u-padding-left-65 {
	padding-left:32px!important
}
.u-m-t-65 {
	margin-top:32px!important
}
.u-p-t-65 {
	padding-top:32px!important
}
.u-margin-top-65 {
	margin-top:32px!important
}
.u-padding-top-65 {
	padding-top:32px!important
}
.u-m-r-65 {
	margin-right:32px!important
}
.u-p-r-65 {
	padding-right:32px!important
}
.u-margin-right-65 {
	margin-right:32px!important
}
.u-padding-right-65 {
	padding-right:32px!important
}
.u-m-b-65 {
	margin-bottom:32px!important
}
.u-p-b-65 {
	padding-bottom:32px!important
}
.u-margin-bottom-65 {
	margin-bottom:32px!important
}
.u-padding-bottom-65 {
	padding-bottom:32px!important
}
.u-margin-66,.u-m-66 {
	margin:33px!important
}
.u-padding-66,.u-p-66 {
	padding:33px!important
}
.u-m-l-66 {
	margin-left:33px!important
}
.u-p-l-66 {
	padding-left:33px!important
}
.u-margin-left-66 {
	margin-left:33px!important
}
.u-padding-left-66 {
	padding-left:33px!important
}
.u-m-t-66 {
	margin-top:33px!important
}
.u-p-t-66 {
	padding-top:33px!important
}
.u-margin-top-66 {
	margin-top:33px!important
}
.u-padding-top-66 {
	padding-top:33px!important
}
.u-m-r-66 {
	margin-right:33px!important
}
.u-p-r-66 {
	padding-right:33px!important
}
.u-margin-right-66 {
	margin-right:33px!important
}
.u-padding-right-66 {
	padding-right:33px!important
}
.u-m-b-66 {
	margin-bottom:33px!important
}
.u-p-b-66 {
	padding-bottom:33px!important
}
.u-margin-bottom-66 {
	margin-bottom:33px!important
}
.u-padding-bottom-66 {
	padding-bottom:33px!important
}
.u-margin-68,.u-m-68 {
	margin:34px!important
}
.u-padding-68,.u-p-68 {
	padding:34px!important
}
.u-m-l-68 {
	margin-left:34px!important
}
.u-p-l-68 {
	padding-left:34px!important
}
.u-margin-left-68 {
	margin-left:34px!important
}
.u-padding-left-68 {
	padding-left:34px!important
}
.u-m-t-68 {
	margin-top:34px!important
}
.u-p-t-68 {
	padding-top:34px!important
}
.u-margin-top-68 {
	margin-top:34px!important
}
.u-padding-top-68 {
	padding-top:34px!important
}
.u-m-r-68 {
	margin-right:34px!important
}
.u-p-r-68 {
	padding-right:34px!important
}
.u-margin-right-68 {
	margin-right:34px!important
}
.u-padding-right-68 {
	padding-right:34px!important
}
.u-m-b-68 {
	margin-bottom:34px!important
}
.u-p-b-68 {
	padding-bottom:34px!important
}
.u-margin-bottom-68 {
	margin-bottom:34px!important
}
.u-padding-bottom-68 {
	padding-bottom:34px!important
}
.u-margin-70,.u-m-70 {
	margin:35px!important
}
.u-padding-70,.u-p-70 {
	padding:35px!important
}
.u-m-l-70 {
	margin-left:35px!important
}
.u-p-l-70 {
	padding-left:35px!important
}
.u-margin-left-70 {
	margin-left:35px!important
}
.u-padding-left-70 {
	padding-left:35px!important
}
.u-m-t-70 {
	margin-top:35px!important
}
.u-p-t-70 {
	padding-top:35px!important
}
.u-margin-top-70 {
	margin-top:35px!important
}
.u-padding-top-70 {
	padding-top:35px!important
}
.u-m-r-70 {
	margin-right:35px!important
}
.u-p-r-70 {
	padding-right:35px!important
}
.u-margin-right-70 {
	margin-right:35px!important
}
.u-padding-right-70 {
	padding-right:35px!important
}
.u-m-b-70 {
	margin-bottom:35px!important
}
.u-p-b-70 {
	padding-bottom:35px!important
}
.u-margin-bottom-70 {
	margin-bottom:35px!important
}
.u-padding-bottom-70 {
	padding-bottom:35px!important
}
.u-margin-72,.u-m-72 {
	margin:36px!important
}
.u-padding-72,.u-p-72 {
	padding:36px!important
}
.u-m-l-72 {
	margin-left:36px!important
}
.u-p-l-72 {
	padding-left:36px!important
}
.u-margin-left-72 {
	margin-left:36px!important
}
.u-padding-left-72 {
	padding-left:36px!important
}
.u-m-t-72 {
	margin-top:36px!important
}
.u-p-t-72 {
	padding-top:36px!important
}
.u-margin-top-72 {
	margin-top:36px!important
}
.u-padding-top-72 {
	padding-top:36px!important
}
.u-m-r-72 {
	margin-right:36px!important
}
.u-p-r-72 {
	padding-right:36px!important
}
.u-margin-right-72 {
	margin-right:36px!important
}
.u-padding-right-72 {
	padding-right:36px!important
}
.u-m-b-72 {
	margin-bottom:36px!important
}
.u-p-b-72 {
	padding-bottom:36px!important
}
.u-margin-bottom-72 {
	margin-bottom:36px!important
}
.u-padding-bottom-72 {
	padding-bottom:36px!important
}
.u-margin-74,.u-m-74 {
	margin:37px!important
}
.u-padding-74,.u-p-74 {
	padding:37px!important
}
.u-m-l-74 {
	margin-left:37px!important
}
.u-p-l-74 {
	padding-left:37px!important
}
.u-margin-left-74 {
	margin-left:37px!important
}
.u-padding-left-74 {
	padding-left:37px!important
}
.u-m-t-74 {
	margin-top:37px!important
}
.u-p-t-74 {
	padding-top:37px!important
}
.u-margin-top-74 {
	margin-top:37px!important
}
.u-padding-top-74 {
	padding-top:37px!important
}
.u-m-r-74 {
	margin-right:37px!important
}
.u-p-r-74 {
	padding-right:37px!important
}
.u-margin-right-74 {
	margin-right:37px!important
}
.u-padding-right-74 {
	padding-right:37px!important
}
.u-m-b-74 {
	margin-bottom:37px!important
}
.u-p-b-74 {
	padding-bottom:37px!important
}
.u-margin-bottom-74 {
	margin-bottom:37px!important
}
.u-padding-bottom-74 {
	padding-bottom:37px!important
}
.u-margin-75,.u-m-75 {
	margin:37px!important
}
.u-padding-75,.u-p-75 {
	padding:37px!important
}
.u-m-l-75 {
	margin-left:37px!important
}
.u-p-l-75 {
	padding-left:37px!important
}
.u-margin-left-75 {
	margin-left:37px!important
}
.u-padding-left-75 {
	padding-left:37px!important
}
.u-m-t-75 {
	margin-top:37px!important
}
.u-p-t-75 {
	padding-top:37px!important
}
.u-margin-top-75 {
	margin-top:37px!important
}
.u-padding-top-75 {
	padding-top:37px!important
}
.u-m-r-75 {
	margin-right:37px!important
}
.u-p-r-75 {
	padding-right:37px!important
}
.u-margin-right-75 {
	margin-right:37px!important
}
.u-padding-right-75 {
	padding-right:37px!important
}
.u-m-b-75 {
	margin-bottom:37px!important
}
.u-p-b-75 {
	padding-bottom:37px!important
}
.u-margin-bottom-75 {
	margin-bottom:37px!important
}
.u-padding-bottom-75 {
	padding-bottom:37px!important
}
.u-margin-76,.u-m-76 {
	margin:38px!important
}
.u-padding-76,.u-p-76 {
	padding:38px!important
}
.u-m-l-76 {
	margin-left:38px!important
}
.u-p-l-76 {
	padding-left:38px!important
}
.u-margin-left-76 {
	margin-left:38px!important
}
.u-padding-left-76 {
	padding-left:38px!important
}
.u-m-t-76 {
	margin-top:38px!important
}
.u-p-t-76 {
	padding-top:38px!important
}
.u-margin-top-76 {
	margin-top:38px!important
}
.u-padding-top-76 {
	padding-top:38px!important
}
.u-m-r-76 {
	margin-right:38px!important
}
.u-p-r-76 {
	padding-right:38px!important
}
.u-margin-right-76 {
	margin-right:38px!important
}
.u-padding-right-76 {
	padding-right:38px!important
}
.u-m-b-76 {
	margin-bottom:38px!important
}
.u-p-b-76 {
	padding-bottom:38px!important
}
.u-margin-bottom-76 {
	margin-bottom:38px!important
}
.u-padding-bottom-76 {
	padding-bottom:38px!important
}
.u-margin-78,.u-m-78 {
	margin:39px!important
}
.u-padding-78,.u-p-78 {
	padding:39px!important
}
.u-m-l-78 {
	margin-left:39px!important
}
.u-p-l-78 {
	padding-left:39px!important
}
.u-margin-left-78 {
	margin-left:39px!important
}
.u-padding-left-78 {
	padding-left:39px!important
}
.u-m-t-78 {
	margin-top:39px!important
}
.u-p-t-78 {
	padding-top:39px!important
}
.u-margin-top-78 {
	margin-top:39px!important
}
.u-padding-top-78 {
	padding-top:39px!important
}
.u-m-r-78 {
	margin-right:39px!important
}
.u-p-r-78 {
	padding-right:39px!important
}
.u-margin-right-78 {
	margin-right:39px!important
}
.u-padding-right-78 {
	padding-right:39px!important
}
.u-m-b-78 {
	margin-bottom:39px!important
}
.u-p-b-78 {
	padding-bottom:39px!important
}
.u-margin-bottom-78 {
	margin-bottom:39px!important
}
.u-padding-bottom-78 {
	padding-bottom:39px!important
}
.u-margin-80,.u-m-80 {
	margin:40px!important
}
.u-padding-80,.u-p-80 {
	padding:40px!important
}
.u-m-l-80 {
	margin-left:40px!important
}
.u-p-l-80 {
	padding-left:40px!important
}
.u-margin-left-80 {
	margin-left:40px!important
}
.u-padding-left-80 {
	padding-left:40px!important
}
.u-m-t-80 {
	margin-top:40px!important
}
.u-p-t-80 {
	padding-top:40px!important
}
.u-margin-top-80 {
	margin-top:40px!important
}
.u-padding-top-80 {
	padding-top:40px!important
}
.u-m-r-80 {
	margin-right:40px!important
}
.u-p-r-80 {
	padding-right:40px!important
}
.u-margin-right-80 {
	margin-right:40px!important
}
.u-padding-right-80 {
	padding-right:40px!important
}
.u-m-b-80 {
	margin-bottom:40px!important
}
.u-p-b-80 {
	padding-bottom:40px!important
}
.u-margin-bottom-80 {
	margin-bottom:40px!important
}
.u-padding-bottom-80 {
	padding-bottom:40px!important
}
.u-reset-nvue {
	flex-direction:row;
	align-items:center
}
.u-type-primary-light {
	color:#ecf5ff
}
.u-type-warning-light {
	color:#fdf6ec
}
.u-type-success-light {
	color:#dbf1e1
}
.u-type-error-light {
	color:#fef0f0
}
.u-type-info-light {
	color:#f4f4f5
}
.u-type-primary-light-bg {
	background-color:#ecf5ff
}
.u-type-warning-light-bg {
	background-color:#fdf6ec
}
.u-type-success-light-bg {
	background-color:#dbf1e1
}
.u-type-error-light-bg {
	background-color:#fef0f0
}
.u-type-info-light-bg {
	background-color:#f4f4f5
}
.u-type-primary-dark {
	color:#2b85e4
}
.u-type-warning-dark {
	color:#f29100
}
.u-type-success-dark {
	color:#18b566
}
.u-type-error-dark {
	color:#dd6161
}
.u-type-info-dark {
	color:#82848a
}
.u-type-primary-dark-bg {
	background-color:#2b85e4
}
.u-type-warning-dark-bg {
	background-color:#f29100
}
.u-type-success-dark-bg {
	background-color:#18b566
}
.u-type-error-dark-bg {
	background-color:#dd6161
}
.u-type-info-dark-bg {
	background-color:#82848a
}
.u-type-primary-disabled {
	color:#a0cfff
}
.u-type-warning-disabled {
	color:#fcbd71
}
.u-type-success-disabled {
	color:#71d5a1
}
.u-type-error-disabled {
	color:#fab6b6
}
.u-type-info-disabled {
	color:#c8c9cc
}
.u-type-primary {
	color:#2979ff
}
.u-type-warning {
	color:#f90
}
.u-type-success {
	color:#19be6b
}
.u-type-error {
	color:#fa3534
}
.u-type-info {
	color:#909399
}
.u-type-primary-bg {
	background-color:#2979ff
}
.u-type-warning-bg {
	background-color:#f90
}
.u-type-success-bg {
	background-color:#19be6b
}
.u-type-error-bg {
	background-color:#fa3534
}
.u-type-info-bg {
	background-color:#909399
}
.u-main-color {
	color:#303133
}
.u-content-color {
	color:#505256
}
.u-tips-color {
	color:#909399
}
.u-light-color {
	color:#c0c4cc
}
uni-page-body {
	color:#303133;
	font-size:14px
}
/* start--去除webkit的默认样式--start */.u-fix-ios-appearance {
	-webkit-appearance:none
}
/* end--去除webkit的默认样式--end */ /* start--icon图标外层套一个view，让其达到更好的垂直居中的效果--start
			*/.u-icon-wrap {
	display:flex;
	align-items:center
}
/* end-icon图标外层套一个view，让其达到更好的垂直居中的效果--end
			*/ /* start--iPhoneX底部安全区定义--start */ /* end-iPhoneX底部安全区定义--end */ /*
			start--各种hover点击反馈相关的类名-start */.u-hover-class {
	opacity:.6
}
.u-cell-hover {
	background-color:#f7f8f9!important
}
/* end--各种hover点击反馈相关的类名--end */ /* start--文本行数限制--start */.u-line-1 {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.u-line-2 {
	-webkit-line-clamp:2
}
.u-line-3 {
	-webkit-line-clamp:3
}
.u-line-4 {
	-webkit-line-clamp:4
}
.u-line-5 {
	-webkit-line-clamp:5
}
.u-line-2,.u-line-3,.u-line-4,.u-line-5 {
	overflow:hidden;
	word-break:break-all;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical
}
/* end--文本行数限制--end */ /* start--Retina 屏幕下的 1px 边框--start */.u-border,.u-border-bottom,.u-border-left,.u-border-right,.u-border-top,.u-border-top-bottom {
	position:relative
}
.u-border-bottom:after,.u-border-left:after,.u-border-right:after,.u-border-top-bottom:after,.u-border-top:after,.u-border:after {
	content:" ";
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	box-sizing:border-box;
	-webkit-transform-origin:0
			0;
	transform-origin:0 0;
	width:199.8%;
	height:199.7%;
	-webkit-transform:scale(.5);
	transform:scale(.5);
	border:0
			solid #e4e7ed;
	z-index:2
}
.u-border-top:after {
	border-top-width:1px
}
.u-border-left:after {
	border-left-width:1px
}
.u-border-right:after {
	border-right-width:1px
}
.u-border-bottom:after {
	border-bottom-width:1px
}
.u-border-top-bottom:after {
	border-width:1px
			0
}
.u-border:after {
	border-width:1px
}
/* end--Retina 屏幕下的 1px 边框--end */
			/* start--clearfix--start */.u-clearfix:after,.clearfix:after {
	content:"";
	display:table;
	clear:both
}
/* end--clearfix--end */ /* start--高斯模糊tabbar底部处理--start */.u-blur-effect-inset {
	width:375px;
	height:var(--window-bottom);
	background-color:#fff
}
/* end--高斯模糊tabbar底部处理--end */ /* start--提升H5端uni.toast()的层级，避免被uView的modal等遮盖--start
			*/uni-toast {
	z-index:10090
}
uni-toast .uni-toast {
	z-index:10090
}
/* end--提升H5端uni.toast()的层级，避免被uView的modal等遮盖--end
			*/ /* start--去除button的所有默认样式--start */.u-reset-button {
	padding:0;
	font-size:inherit;
	line-height:inherit;
	background-color:initial;
	color:inherit
}
.u-reset-button::after {
	border:none
}
/* end--去除button的所有默认样式--end */ /* H5的时候，隐藏滚动条 */::-webkit-scrollbar {
	display:none;
	width:0!important;
	height:0!important;
	-webkit-appearance:none;
	background:transparent
}
/*! * Copyright (c) 2013-Now http://yunta.com All rights reserved. */.u-btn--info {
	color:#fff;
	border-color:#01abb4;
	background-color:#01abb4
}
.u-btn--purple {
	color:#fff;
	border-color:#5d5fe7;
	background-color:#5d5fe7
}
.u-cell-box
			.u-cell {
	font-size:15px
}
.u-cell-box .u-cell_title {
	font-size:15px
}
.u-cell-box
			.u-cell__left-icon-wrap {
	margin-right:9px
}
.search {
	padding:10px 10px 0;
	background:#f8f8f8;
	height:52px
}
.scroll-list {
	height:calc(100vh
			- var(--window-top) - var(--window-bottom) - 52px);
	width:100%
}
.scroll-list
			.loadmore {
	padding:15px
}
.box {
	padding-bottom:5px
}
.box .item {
	margin:0 10px
			10px;
	padding:4px 10px;
	border-radius:10px;
	box-sizing:border-box;
	background-color:#fff;
	font-size:14px
}
.box
			.item .title {
	display:flex;
	justify-content:space-between;
	background-color:#fff;
	padding-left:7px;
	align-items:center
}
.box
			.item .title .text {
	margin:0 10px;
	font-size:17px;
	font-weight:700
}
.list .u-cell-item-box
			.u-swipe-content {
	width:375px
}
.list .u-cell-item-box .u-cell_title {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	min-width:327px
}
.list
			.u-cell-item-box .u-border-bottom:after {
	border-bottom-width:0
}
.form {
	display:flex;
	flex-direction:column;
	padding:10px
			15px
}
.form .u-cell-item-box {
	border-radius:10px
}
.form-footer {
	display:flex;
	margin:5px;
	padding-bottom:15px
}
.form-footer
			.btn {
	flex:1;
	margin:10px;
	margin-bottom:5px
}
@font-face {
	font-family:FuturaBT-Bold;
	src:url(/static/fonts/FuturaBT-Bold.77c39d7d.ttf)
			format("truetype")
}
@font-face {
	font-family:FuturaBT-Book;
	src:url(/static/fonts/FuturaBT-Book.ead5c28b.ttf)
			format("truetype")
}
@font-face {
	font-family:FuturaBT-Medium;
	src:url(/static/fonts/FuturaBT-Medium.6bdad217.ttf)
			format("truetype")
}
.uni-app--showtabbar uni-page-wrapper {
	overflow-y:auto
}
uni-page-head {
	display:none
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	display:none!important
}
.wrap {
	padding-top:35px
}
.placeholder_class {
	font-family:Montserrat-Light;
	font-size:15px;
	color:#95979c
}
.page-head {
	min-height:50px;
	padding:20px
			14px 0 14px;
	font-family:Arial-BoldMT;
	color:#111;
	font-size:16px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:-webkit-sticky;
	position:sticky;
	top:0;
	z-index:99999
}
.page-head
			> uni-view:nth-child(1) {
	width:70%;
	white-space:nowrap;
	padding:10px 0;
	display:flex;
	align-items:center
}
.page-head
			> uni-view:nth-child(1) uni-image {
	width:30px;
	height:30px;
	margin-right:10px
}
.page-head
			> uni-view:nth-child(2) uni-image {
	vertical-align:middle;
	width:5px;
	height:8px
}
uni-tabbar.uni-tabbar-bottom
			.uni-tabbar {
	padding-bottom:15px!important
}
.tab-to {
	background:#fff;
	border-radius:22px;
	display:flex;
	padding:4px;
	text-align:center;
	margin-bottom:30px
}
.tab-to
			> uni-view {
	flex:1;
	height:36px;
	line-height:36px;
	border-radius:18px;
	font-family:FuturaBT-Medium;
	color:#202734;
	font-size:14px
}
.tab-to
			.active {
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#fff;
	background:#202734
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.uni-popup[data-v-3193bb52] {
	position:fixed;
	z-index:99
}
.uni-popup.top[data-v-3193bb52],.uni-popup.left[data-v-3193bb52],.uni-popup.right[data-v-3193bb52] {
	top:var(--window-top)
}
.uni-popup
			.uni-popup__wrapper[data-v-3193bb52] {
	display:block;
	position:relative /*
			iphonex 等安全区设置，底部安全区适配 */
}
.uni-popup .uni-popup__wrapper.left[data-v-3193bb52],.uni-popup .uni-popup__wrapper.right[data-v-3193bb52] {
	padding-top:var(--window-top);
	flex:1
}
.fixforpc-z-index[data-v-3193bb52] {
	z-index:999
}
.fixforpc-top[data-v-3193bb52] {
	top:0
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.my-loading-pop[data-v-66c0bdf0] {
	margin:40vh
			auto 0 auto;
	width:75px;
	height:75px
}
.my-loading-pop uni-image[data-v-66c0bdf0] {
	width:100%;
	height:100%
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.tabbar[data-v-7f9428d2] {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:72px;
	z-index:20;
	background:#fff;
	box-shadow:0
			-1px 6px 0 rgba(0,7,20,.06)
}
.tabbar .navigator[data-v-7f9428d2] {
	display:flex;
	justify-content:space-between;
	width:98%;
	margin:0
			auto;
	padding:15px 0 0 0
}
.tabbar .navigator .navigator-item[data-v-7f9428d2] {
	display:flex;
	align-items:center;
	justify-content:center;
	height:34px;
	flex:1
}
.tabbar
			.navigator .navigator-item uni-text[data-v-7f9428d2] {
	font-family:FuturaBT-Bold;
	font-weight:600;
	color:#fff;
	font-size:14px;
	margin-right:6px
}
.tabbar
			.navigator .navigator-item .icon[data-v-7f9428d2] {
	width:32px;
	height:32px
}
.tabbar
			.navigator .navigator-item-active[data-v-7f9428d2] {
	background:#3cc800;
	border-radius:9px
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.home-23-11-air-travel[data-v-4e05b8e2] {
	background:url(/static/yunta/image/home/banner.png)
			no-repeat;
	background-size:375px 270px
}
.home-23-11-air-travel .home-23-11-air-travel-title[data-v-4e05b8e2] {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0
			14px;
	margin-top:10px;
	margin-bottom:40px
}
.home-23-11-air-travel .home-23-11-air-travel-title
			> uni-view[data-v-4e05b8e2]:nth-child(1) {
	flex:1;
	text-align:right;
	padding-right:59px;
	font-family:ArialMT;
	font-size:14px;
	color:#fff
}
.home-23-11-air-travel
			.home-23-11-air-travel-title > uni-view[data-v-4e05b8e2]:nth-child(2) {
	width:35px;
	height:35px;
	border-radius:9px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative
}
.home-23-11-air-travel
			.home-23-11-air-travel-title > uni-view:nth-child(2) uni-image[data-v-4e05b8e2] {
	width:17px;
	height:19px
}
.home-23-11-air-travel
			.home-23-11-air-travel-title > uni-view:nth-child(2) > uni-view[data-v-4e05b8e2] {
	top:7px;
	right:5px;
	position:absolute;
	width:5px;
	height:5px;
	background:#96ff00;
	border-radius:50%
}
.home-23-11-air-travel
			.home-23-11-air-travel-content[data-v-4e05b8e2] {
	padding:75px 0;
	position:relative
}
.home-23-11-air-travel
			.home-23-11-air-travel-card[data-v-4e05b8e2] {
	margin-top:20px;
	display:flex;
	background:#fff;
	justify-content:space-between;
	align-items:center;
	padding:15px
			14px
}
.home-23-11-air-travel .home-23-11-air-travel-card > uni-view[data-v-4e05b8e2]:nth-child(1) {
	display:flex
}
.home-23-11-air-travel
			.home-23-11-air-travel-card > uni-view:nth-child(1) > uni-view[data-v-4e05b8e2]:nth-child(1) {
	width:37px;
	height:37px;
	background:#f7efeb;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:11px
}
.home-23-11-air-travel
			.home-23-11-air-travel-card > uni-view:nth-child(1) > uni-view:nth-child(1)
			uni-image[data-v-4e05b8e2] {
	width:20px;
	height:17px
}
.home-23-11-air-travel
			.home-23-11-air-travel-card > uni-view:nth-child(1) > uni-view:nth-child(2)
			> uni-view[data-v-4e05b8e2]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:12px
}
.home-23-11-air-travel
			.home-23-11-air-travel-card > uni-view:nth-child(1) > uni-view:nth-child(2)
			> uni-view[data-v-4e05b8e2]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#fb7b44;
	font-size:15px;
	font-weight:700;
	margin-top:9px
}
.home-23-11-air-travel
			.home-23-11-air-travel-card > uni-view[data-v-4e05b8e2]:nth-child(2) {
	height:29px;
	line-height:29px;
	background:#fb7b44;
	border-radius:8px;
	padding:0
			12px;
	font-family:FuturaBT-Bold;
	color:#fff;
	font-size:12px
}
.home-23-11-air-travel
			.home-23-11-air-travel-message[data-v-4e05b8e2] {
	height:45px;
	background:#fff;
	display:flex;
	align-items:center;
	padding-left:11px;
	position:relative;
	z-index:2;
	margin-bottom:25px;
	margin-top:20px
}
.home-23-11-air-travel
			.home-23-11-air-travel-message > uni-view[data-v-4e05b8e2]:nth-child(1) {
	border-right:1px
			#f1f1f0 solid;
	flex:1;
	display:flex;
	align-items:center;
	font-size:0;
	font-family:ArialMT;
	color:#666;
	font-size:12px
}
.home-23-11-air-travel
			.home-23-11-air-travel-message > uni-view:nth-child(1) > uni-view[data-v-4e05b8e2]:nth-child(1) {
	width:72px;
	height:22px;
	margin-right:8px;
	font-size:0;
	display:flex
}
.home-23-11-air-travel
			.home-23-11-air-travel-message > uni-view:nth-child(1) > uni-view:nth-child(1)
			uni-image[data-v-4e05b8e2] {
	width:100%;
	height:100%
}
.home-23-11-air-travel
			.home-23-11-air-travel-message > uni-view:nth-child(1) > uni-view[data-v-4e05b8e2]:nth-child(2) {
	flex:1;
	border-left:1px
			solid rgba(17,17,17,.1)
}
.home-23-11-air-travel .home-23-11-air-travel-message
			> uni-view:nth-child(1) > uni-view:nth-child(2) uni-swiper[data-v-4e05b8e2] {
	height:25px;
	line-height:25px;
	padding-left:9px
}
.home-23-11-air-travel
			.home-23-11-air-travel-message > uni-view:nth-child(1) > uni-view:nth-child(2)
			.text-sty > uni-text[data-v-4e05b8e2]:nth-child(1) {
	color:#2a3160;
	margin:0
			5px
}
.home-23-11-air-travel .home-23-11-air-travel-message > uni-view:nth-child(1)
			> uni-view:nth-child(2) .text-sty > uni-text[data-v-4e05b8e2]:nth-child(2) {
	color:#3cc800;
	margin:0
			5px
}
.home-23-11-air-travel .home-23-11-air-travel-user-list[data-v-4e05b8e2] {
	padding:0
			14px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:15px
}
.home-23-11-air-travel
			.home-23-11-air-travel-user-list > uni-view[data-v-4e05b8e2] {
	text-align:center;
	height:87px;
	padding-top:11px;
	width:79px;
	height:87px;
	background:#fff;
	border-radius:9px
}
.home-23-11-air-travel
			.home-23-11-air-travel-user-list > uni-view > uni-view[data-v-4e05b8e2]:nth-child(1) {
	display:flex;
	align-items:center;
	justify-content:center
}
.home-23-11-air-travel
			.home-23-11-air-travel-user-list > uni-view > uni-view:nth-child(1) uni-image[data-v-4e05b8e2] {
	width:35px;
	height:35px
}
.home-23-11-air-travel
			.home-23-11-air-travel-user-list > uni-view > uni-view[data-v-4e05b8e2]:nth-child(2) {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:15px;
	margin-top:12px
}
.home-23-11-air-travel
			.home-23-11-air-travel-cotactUs[data-v-4e05b8e2] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:40px;
	padding:0
			14px
}
.home-23-11-air-travel .home-23-11-air-travel-cotactUs > uni-view[data-v-4e05b8e2] {
	width:167px;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-radius:20px;
	background:#a3e79c;
	padding:0
			13px 0 15px;
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:16px;
	font-weight:700
}
.home-23-11-air-travel
			.home-23-11-air-travel-cotactUs > uni-view .left-img[data-v-4e05b8e2] {
	width:25px;
	height:25px
}
.home-23-11-air-travel
			.home-23-11-air-travel-cotactUs > uni-view .right-img[data-v-4e05b8e2] {
	width:6px;
	height:10px
}
.home-23-11-air-travel
			.home-23-11-air-travel-cotactUs > uni-view[data-v-4e05b8e2]:nth-child(2) {
	background:#9ce4f0
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list[data-v-4e05b8e2] {
	padding:0 14px
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box[data-v-4e05b8e2] {
	margin-bottom:20px;
	width:346px;
	height:203px;
	background:#d1dcf7
			url(/static/yunta/image/home/cloud.png) no-repeat;
	background-size:100%
			100%;
	border-radius:8px;
	padding:8px 18px 18px 18px;
	position:relative
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view[data-v-4e05b8e2]:nth-child(1) {
	position:absolute;
	z-index:2;
	top:11px;
	left:11px;
	height:30px;
	line-height:30px;
	background:#202734;
	border-radius:8px;
	font-family:FuturaBT-Bold;
	color:#fff;
	font-size:15px;
	font-weight:700;
	padding:0
			9px
}
.home-23-11-air-travel .home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view[data-v-4e05b8e2]:nth-child(2) {
	width:70%;
	margin:0 auto;
	height:93px
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view:nth-child(2) uni-image[data-v-4e05b8e2] {
	width:100%;
	height:100%
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view[data-v-4e05b8e2]:nth-child(3) {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:13px;
	border-bottom:1px
			solid #f0f1f8
}
.home-23-11-air-travel .home-23-11-air-travel-product-list
			.home-23-11-air-travel-product-box > uni-view:nth-child(3) > uni-view[data-v-4e05b8e2]:nth-child(1) {
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:17px;
	font-weight:700
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view:nth-child(3) > uni-view[data-v-4e05b8e2]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:14px;
	font-weight:700
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view:nth-child(3) > uni-view:nth-child(2) uni-text[data-v-4e05b8e2] {
	color:#fb7b44;
	font-size:16px
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view[data-v-4e05b8e2]:nth-child(4) {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:11px
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view:nth-child(4) > uni-view[data-v-4e05b8e2]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:12px
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view:nth-child(4) > uni-view:nth-child(1) uni-text[data-v-4e05b8e2] {
	font-family:FuturaBT-Bold;
	font-weight:600;
	color:#fb7b44;
	font-size:13px
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view:nth-child(4) > uni-view:nth-child(1) > uni-view[data-v-4e05b8e2]:nth-child(1) {
	margin-bottom:10px
}
.home-23-11-air-travel
			.home-23-11-air-travel-product-list .home-23-11-air-travel-product-box
			> uni-view:nth-child(4) > uni-view[data-v-4e05b8e2]:nth-child(2) {
	height:32px;
	line-height:32px;
	background:#3cc800;
	border-radius:8px;
	padding:0
			18px;
	font-family:FuturaBT-Bold;
	color:#fff;
	font-size:15px;
	font-weight:700
}
body.pages-sys-home-index
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-home-index {
	background:#e2f2ff
}
.my-announcement-pop[data-v-4e05b8e2] {
	margin:0
			auto;
	margin-top:120px;
	background:#34b872;
	width:310px;
	border-radius:16px;
	padding:20px
			15px 20px 15px;
	position:relative
}
.my-announcement-pop > uni-view[data-v-4e05b8e2]:nth-child(1) {
	height:50px;
	margin:0
			auto;
	font-family:FuturaBT-Bold;
	color:#fff;
	font-size:24px;
	font-weight:600;
	text-align:center
}
.my-announcement-pop
			> uni-view[data-v-4e05b8e2]:nth-child(2) {
	position:relative;
	z-index:2;
	height:224px;
	background:#fff;
	border-radius:16px
			16px 0 0;
	font-family:FuturaBT-Medium;
	font-size:15px;
	color:#111;
	height:250px;
	overflow-y:auto;
	padding:20px
			13px
}
.my-announcement-pop > uni-view[data-v-4e05b8e2]:nth-child(3) {
	width:194px;
	height:36px;
	line-height:36px;
	background:#ffe91d;
	border-radius:10px;
	margin:0
			auto;
	font-family:FuturaBT-Bold;
	color:#0e61d9;
	font-size:16px;
	margin-top:20px;
	text-align:center
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.mine-23-11-air-travel[data-v-1fbabc2c] {
	padding:0px
			0 80px 0
}
.mine-23-11-air-travel .header[data-v-1fbabc2c] {
	padding:50px 14px
			20px 14px;
	background:#94e86f
}
.mine-23-11-air-travel .header .userinfo[data-v-1fbabc2c] {
	display:flex;
	align-items:center;
	justify-content:space-between
}
.mine-23-11-air-travel
			.header .userinfo > uni-view[data-v-1fbabc2c]:nth-child(1) {
	display:flex;
	align-items:center
}
.mine-23-11-air-travel
			.header .userinfo > uni-view:nth-child(1) > uni-view[data-v-1fbabc2c]:nth-child(1) {
	margin-right:11px
}
.mine-23-11-air-travel
			.header .userinfo > uni-view:nth-child(1) > uni-view:nth-child(1) uni-image[data-v-1fbabc2c] {
	width:40px;
	height:40px;
	border-radius:50%
}
.mine-23-11-air-travel
			.header .userinfo > uni-view:nth-child(1) > uni-view[data-v-1fbabc2c]:nth-child(2) {
	color:#111
}
.mine-23-11-air-travel
			.header .userinfo > uni-view:nth-child(1) > uni-view:nth-child(2) > uni-view[data-v-1fbabc2c]:nth-child(1) {
	font-family:FuturaBT-Bold;
	font-size:18px;
	font-weight:600
}
.mine-23-11-air-travel
			.header .userinfo > uni-view:nth-child(1) > uni-view:nth-child(2) > uni-view[data-v-1fbabc2c]:nth-child(2) {
	font-family:FuturaBT-Medium;
	font-size:14px;
	margin-top:7px
}
.mine-23-11-air-travel
			.header .userinfo > uni-view[data-v-1fbabc2c]:nth-child(2) {
	width:35px;
	height:35px;
	border-radius:9px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center
}
.mine-23-11-air-travel
			.header .userinfo > uni-view:nth-child(2) uni-image[data-v-1fbabc2c] {
	width:19px;
	height:19px
}
.mine-23-11-air-travel
			.header .userinfo > uni-view:nth-child(2) uni-view[data-v-1fbabc2c] {
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fe4a10;
	position:absolute;
	top:7px;
	right:5px
}
.mine-23-11-air-travel
			.header .my-Balance[data-v-1fbabc2c] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:39px
}
.mine-23-11-air-travel
			.header .my-Balance > uni-view:nth-child(1) > uni-view[data-v-1fbabc2c]:nth-child(1),.mine-23-11-air-travel .header .my-Balance > uni-view:nth-child(3) > uni-view[data-v-1fbabc2c]:nth-child(1) {
	font-family:FuturaBT-Bold;
	color:#fce000;
	font-size:18px;
	font-weight:700;
	text-shadow:-1px
			1px 0 #111,1px 1px 0 #111,1px -1px 0 #111,-1px -1px 0 #111
}
.mine-23-11-air-travel
			.header .my-Balance > uni-view:nth-child(1) > uni-view[data-v-1fbabc2c]:nth-child(2),.mine-23-11-air-travel .header .my-Balance > uni-view:nth-child(3) > uni-view[data-v-1fbabc2c]:nth-child(2) {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:15px;
	margin-top:10px
}
.mine-23-11-air-travel
			.header .my-Balance > uni-view:nth-child(2) uni-image[data-v-1fbabc2c] {
	width:96px;
	height:15px
}
.mine-23-11-air-travel
			.header .my-account[data-v-1fbabc2c] {
	display:flex;
	justify-content:space-around;
	align-items:center;
	text-align:center;
	margin-top:20px;
	padding-top:18px;
	border-top:1px
			solid hsla(0,0%,100%,.1)
}
.mine-23-11-air-travel .header .my-account > uni-view[data-v-1fbabc2c] {
	font-family:FuturaBT-Bold;
	font-size:14px;
	color:#111
}
.mine-23-11-air-travel
			.header .my-account > uni-view > uni-view[data-v-1fbabc2c]:nth-child(1) {
	margin:0
			auto;
	width:52px;
	height:52px;
	background:#fff;
	border-radius:50%;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	justify-content:center
}
.mine-23-11-air-travel
			.header .my-account > uni-view > uni-view:nth-child(1) uni-image[data-v-1fbabc2c] {
	width:29px;
	height:29px
}
.mine-23-11-air-travel
			.user-23-11-air-travel-tab[data-v-1fbabc2c] {
	width:346px;
	padding:35px 23px;
	background:url(/static/yunta/mine/cu-b.png)
			no-repeat;
	background-size:100% 100%;
	margin:20px auto
}
.mine-23-11-air-travel
			.user-23-11-air-travel-tab > uni-view[data-v-1fbabc2c]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#fce000;
	font-size:12px
}
.mine-23-11-air-travel
			.user-23-11-air-travel-tab > uni-view[data-v-1fbabc2c]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#fff;
	font-size:18px;
	font-weight:700;
	margin-top:13px
}
.mine-23-11-air-travel
			.user-23-11-air-travel-tab > uni-view[data-v-1fbabc2c]:nth-child(3) {
	margin-top:15px
}
.mine-23-11-air-travel
			.user-23-11-air-travel-tab > uni-view:nth-child(3) uni-image[data-v-1fbabc2c] {
	width:14px;
	height:11px
}
.mine-23-11-air-travel
			.mine-23-11-air-travel-cell[data-v-1fbabc2c] {
	width:346px;
	margin:0 auto;
	background:#fff;
	border-radius:16px;
	padding:25px
			0 0 0
}
.mine-23-11-air-travel .mine-23-11-air-travel-cell > uni-view[data-v-1fbabc2c]:nth-child(1) {
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap
}
.mine-23-11-air-travel
			.mine-23-11-air-travel-cell > uni-view:nth-child(1) .cell-box[data-v-1fbabc2c] {
	width:30%;
	text-align:center;
	margin-bottom:29px
}
.mine-23-11-air-travel
			.mine-23-11-air-travel-cell > uni-view:nth-child(1) .cell-box uni-image[data-v-1fbabc2c] {
	width:23px;
	height:23px;
	margin-bottom:14px
}
.mine-23-11-air-travel
			.mine-23-11-air-travel-cell > uni-view:nth-child(1) .cell-box > uni-view[data-v-1fbabc2c] {
	font-family:FuturaBT-Medium;
	font-size:15px;
	color:#111
}
body.pages-sys-user-index
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-user-index {
	background:#e2f2ff
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.my-recharge-23-11-air-travel[data-v-77bb9674] {
	background:#fff
			url(/static/yunta/mine/h-bg.png) no-repeat;
	background-size:375px 192px
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-card[data-v-77bb9674] {
	width:315px;
	height:45px;
	margin:45px
			auto 0 auto;
	padding:0 14px;
	color:#fff;
	background:#94e86f;
	border-radius:10px
			10px 0 0;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-card > uni-view[data-v-77bb9674]:nth-child(1) {
	font-family:FuturaBT-Medium;
	font-size:15px;
	color:#111
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-card > uni-view[data-v-77bb9674]:nth-child(2) {
	font-family:FuturaBT-Bold;
	font-size:16px;
	color:#fce000;
	font-weight:900;
	text-shadow:-1px
			1px 0 #111,1px 1px 0 #111,1px -1px 0 #111,-1px -1px 0 #111
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-tab[data-v-77bb9674] {
	width:346px;
	margin:20px
			auto
}
.my-recharge-23-11-air-travel .recharge-23-11-air-travel-tab .tab-to[data-v-77bb9674] {
	background:#edf2f6
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-tab .tab-to > uni-view[data-v-77bb9674] {
	color:#66707a;
	display:flex;
	align-items:center;
	justify-content:center
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-tab .tab-to > uni-view uni-image[data-v-77bb9674] {
	width:20px;
	height:20px;
	margin-right:8px
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-tab .tab-to .active[data-v-77bb9674] {
	background:#fff;
	color:#111
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box[data-v-77bb9674] {
	background:#fff;
	border-radius:30px
			30px 0 0;
	margin-top:20px;
	padding:0px 14px 35px 14px
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view[data-v-77bb9674]:nth-child(1) {
	width:346px;
	min-height:82px;
	border-radius:16px
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view:nth-child(1) > uni-view[data-v-77bb9674]:nth-child(1) {
	font-family:FuturaBT-Medium;
	font-size:16px;
	color:#111;
	font-weight:700
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view:nth-child(1) > uni-view[data-v-77bb9674]:nth-child(2) {
	background:#edf2f6;
	border-radius:10px;
	height:46px;
	line-height:46px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-size:18px;
	border-radius:6px;
	padding:0
			10px;
	font-family:FuturaBT-Bold;
	font-weight:800;
	color:#111
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view:nth-child(1) > uni-view:nth-child(2)
			uni-input[data-v-77bb9674] {
	flex:1;
	margin-left:10px
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view[data-v-77bb9674]:nth-child(2) {
	display:flex;
	justify-content:space-between;
	align-items:center;
	text-align:center;
	flex-wrap:wrap;
	margin-top:20px
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view:nth-child(2) > uni-view[data-v-77bb9674] {
	min-width:30%;
	position:relative;
	height:36px;
	line-height:36px;
	background:#f6f8fc;
	border-radius:10px;
	margin-bottom:10px;
	font-family:FuturaBT-Medium;
	font-size:17px;
	color:#111
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view:nth-child(2) .recharge-box-active[data-v-77bb9674] {
	background:#2d2d2e;
	color:#fff
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view[data-v-77bb9674]:nth-child(3) {
	margin-top:25px;
	text-align:center
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view:nth-child(3) > uni-view[data-v-77bb9674] {
	width:346px;
	height:45px;
	line-height:45px;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#fff;
	font-size:17px;
	font-weight:900
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-box > uni-view:nth-child(3) > uni-view[data-v-77bb9674]:nth-child(n+1) {
	margin-top:10px
}
.my-recharge-23-11-air-travel
			.recharge-23-11-air-travel-bottom[data-v-77bb9674] {
	width:346px;
	margin:0
			auto;
	padding-bottom:20px
}
.my-recharge-23-11-air-travel .recharge-23-11-air-travel-bottom
			> uni-view[data-v-77bb9674]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#565a75;
	font-size:14px;
	line-height:140%;
	margin-top:14px
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.my-withdraw-23-11-air-travel[data-v-f997539c] {
	background:#fff
			url(/static/yunta/mine/h-bg.png) no-repeat;
	background-size:375px 192px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-card[data-v-f997539c] {
	width:315px;
	height:45px;
	margin:45px
			auto 0 auto;
	padding:0 14px;
	color:#fff;
	background:#94e86f;
	border-radius:10px
			10px 0 0;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-card > uni-view[data-v-f997539c]:nth-child(1) {
	font-family:FuturaBT-Medium;
	font-size:15px;
	color:#111
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-card > uni-view[data-v-f997539c]:nth-child(2) {
	font-family:FuturaBT-Bold;
	font-size:16px;
	color:#fce000;
	font-weight:900;
	text-shadow:-1px
			1px 0 #111,1px 1px 0 #111,1px -1px 0 #111,-1px -1px 0 #111
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-tab[data-v-f997539c] {
	width:346px;
	margin:20px
			auto
}
.my-withdraw-23-11-air-travel .withdraw-23-11-air-travel-tab .tab-to[data-v-f997539c] {
	background:#edf2f6
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-tab .tab-to > uni-view[data-v-f997539c] {
	color:#66707a;
	display:flex;
	align-items:center;
	justify-content:center
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-tab .tab-to > uni-view uni-image[data-v-f997539c] {
	width:20px;
	height:20px;
	margin-right:8px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-tab .tab-to .active[data-v-f997539c] {
	background:#fff;
	color:#111
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-box[data-v-f997539c] {
	background:#fff;
	border-radius:30px
			30px 0 0;
	margin-top:20px;
	padding:0px 14px 35px 14px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-box > uni-view[data-v-f997539c]:nth-child(1) {
	width:346px;
	min-height:82px;
	border-radius:16px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-box > uni-view:nth-child(1) > uni-view[data-v-f997539c]:nth-child(1) {
	font-family:FuturaBT-Medium;
	font-size:16px;
	color:#111;
	font-weight:700
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-box > uni-view:nth-child(1) > uni-view[data-v-f997539c]:nth-child(2) {
	background:#edf2f6;
	border-radius:10px;
	height:46px;
	line-height:46px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-size:18px;
	border-radius:6px;
	padding:0
			10px;
	font-family:FuturaBT-Bold;
	font-weight:800;
	color:#111
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-box > uni-view:nth-child(1) > uni-view:nth-child(2)
			uni-input[data-v-f997539c] {
	flex:1;
	margin-left:10px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-box > uni-view[data-v-f997539c]:nth-child(2) {
	margin-top:30px;
	width:346px;
	height:45px;
	line-height:45px;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#fff;
	font-size:17px;
	font-weight:900;
	text-align:center
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-upload[data-v-f997539c] {
	width:346px;
	margin:0
			auto;
	margin-top:28px
}
.my-withdraw-23-11-air-travel .withdraw-23-11-air-travel-upload
			.withdraw-23-11-air-travel-upload-title[data-v-f997539c] {
	font-family:FuturaBT-Medium;
	font-size:15px;
	font-weight:500;
	color:#111;
	margin-bottom:14px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-upload .withdraw-23-11-air-travel-upload-imgList[data-v-f997539c] {
	display:flex;
	flex-wrap:wrap
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-upload .withdraw-23-11-air-travel-upload-imgList
			.withdraw-23-11-air-travel-upload-imgbox[data-v-f997539c] {
	position:relative;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border:1px
			dotted #7f6dee;
	margin:0 10px 10px 0
}
.my-withdraw-23-11-air-travel .withdraw-23-11-air-travel-upload
			.withdraw-23-11-air-travel-upload-imgList .withdraw-23-11-air-travel-upload-imgbox
			> uni-view[data-v-f997539c] {
	position:absolute;
	width:15px;
	height:15px;
	right:-7px;
	top:-5px;
	border-radius:50%;
	background:#7f6dee;
	z-index:10
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-upload .withdraw-23-11-air-travel-upload-imgList
			.withdraw-23-11-air-travel-upload-imgbox > uni-image[data-v-f997539c] {
	width:50px;
	height:50px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-upload .withdraw-23-11-air-travel-upload-imgList
			.withdraw-23-11-air-travel-upload-imgbox .upload-img-plus[data-v-f997539c] {
	width:15px;
	height:15px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-upload .withdraw-23-11-air-travel-upload-btn[data-v-f997539c] {
	display:inline-block;
	height:35px;
	line-height:35px;
	border-radius:6px;
	background:#7f6dee;
	font-family:FuturaBT-Medium;
	font-size:14px;
	font-weight:800;
	padding:0
			10px;
	color:#fff
}
.my-withdraw-23-11-air-travel .withdraw-23-11-air-travel-details[data-v-f997539c] {
	width:35px;
	height:35px;
	border:1px
			solid hsla(0,0%,100%,.2);
	border-radius:9px;
	display:flex;
	align-items:center;
	justify-content:center
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-details uni-image[data-v-f997539c] {
	width:16px;
	height:18px
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-bottom[data-v-f997539c] {
	width:346px;
	margin:0
			auto;
	padding-bottom:20px;
	border-top:1px dotted #ccd4d8
}
.my-withdraw-23-11-air-travel
			.withdraw-23-11-air-travel-bottom > uni-view[data-v-f997539c]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#565a75;
	font-size:14px;
	line-height:140%;
	margin-top:14px
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */@media screen and (max-width:500px) {
	.hide-on-phone[data-v-daed2cc6] {
	display:none
}
}.uni-stat__select[data-v-daed2cc6] {
	display:flex;
	align-items:center;
	cursor:pointer;
	width:100%;
	flex:1;
	box-sizing:border-box
}
.uni-stat-box[data-v-daed2cc6] {
	width:100%;
	flex:1
}
.uni-stat__actived[data-v-daed2cc6] {
	width:100%;
	flex:1
}
.uni-label-text[data-v-daed2cc6] {
	font-size:16px;
	font-weight:700;
	color:#6a6a6a;
	margin:auto
			0;
	margin-right:5px
}
.uni-select[data-v-daed2cc6] {
	font-size:16px;
	border:1px
			solid #e5e5e5;
	box-sizing:border-box;
	border-radius:4px;
	padding:0 5px;
	padding-left:10px;
	position:relative;
	display:flex;
	-webkit-user-select:none;
	user-select:none;
	flex-direction:row;
	align-items:center;
	border-bottom:solid
			1px #e5e5e5;
	width:100%;
	flex:1;
	height:35px
}
.uni-select--disabled[data-v-daed2cc6] {
	background-color:#f5f7fa;
	cursor:not-allowed
}
.uni-select__label[data-v-daed2cc6] {
	font-size:16px;
	height:35px;
	padding-right:10px;
	color:#909399
}
.uni-select__input-box[data-v-daed2cc6] {
	height:35px;
	position:relative;
	display:flex;
	flex:1;
	flex-direction:row;
	align-items:center
}
.uni-select__input[data-v-daed2cc6] {
	flex:1;
	font-size:16px;
	height:22px;
	line-height:22px
}
.uni-select__input-plac[data-v-daed2cc6] {
	font-size:16px;
	color:#909399
}
.uni-select__selector[data-v-daed2cc6] {
	box-sizing:border-box;
	position:absolute;
	top:calc(100%
			+ 12px);
	left:0;
	width:100%;
	background-color:#fff;
	border:1px solid #ebeef5;
	border-radius:6px;
	box-shadow:0
			2px 12px 0 rgba(0,0,0,.1);
	z-index:3;
	padding:4px 0
}
.uni-select__selector-scroll[data-v-daed2cc6] {
	max-height:200px;
	box-sizing:border-box
}
@media
			(min-width:768px) {
	.uni-select__selector-scroll[data-v-daed2cc6] {
	max-height:600px
}
}.uni-select__selector-empty[data-v-daed2cc6],.uni-select__selector-item[data-v-daed2cc6] {
	display:flex;
	cursor:pointer;
	line-height:35px;
	font-size:16px;
	text-align:center;
	/* border-bottom:solid 1px $uni-border-3;
	*/padding:0 10px
}
.uni-select__selector-item[data-v-daed2cc6]:hover {
	background-color:#f9f9f9
}
.uni-select__selector-empty[data-v-daed2cc6]:last-child,.uni-select__selector-item[data-v-daed2cc6]:last-child {
	border-bottom:none
}
.uni-select__selector__disabled[data-v-daed2cc6] {
	opacity:.4;
	cursor:default
}
/* picker 弹出层通用的指示小三角 */.uni-popper__arrow[data-v-daed2cc6],.uni-popper__arrow[data-v-daed2cc6]::after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:6px
}
.uni-popper__arrow[data-v-daed2cc6] {
	-webkit-filter:drop-shadow(0
			2px 12px rgba(0,0,0,.03));
	filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));
	top:-6px;
	left:10%;
	margin-right:3px;
	border-top-width:0;
	border-bottom-color:#ebeef5
}
.uni-popper__arrow[data-v-daed2cc6]::after {
	content:"
			";
	top:1px;
	margin-left:-6px;
	border-top-width:0;
	border-bottom-color:#fff
}
.uni-select__input-text[data-v-daed2cc6] {
	width:100%;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden
}
.uni-select__input-placeholder[data-v-daed2cc6] {
	color:#6a6a6a;
	font-size:12px
}
.uni-select--mask[data-v-daed2cc6] {
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:2
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.my-bank-account-23-11-air-travel
			.bank-account-box[data-v-4cc8ade8] {
	padding:23px 0
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view[data-v-4cc8ade8]:nth-child(1) {
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-family:FuturaBT-Book;
	font-size:16px;
	color:#111;
	font-style:italic
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(1) > uni-view[data-v-4cc8ade8]:nth-child(1) {
	width:130px
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(1) uni-image[data-v-4cc8ade8] {
	width:143px;
	height:143px
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view[data-v-4cc8ade8]:nth-child(2),.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view[data-v-4cc8ade8]:nth-child(3),.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view[data-v-4cc8ade8]:nth-child(4) {
	margin:0 auto;
	width:346px;
	min-height:82px;
	border-radius:16px;
	padding:18px
			14px
}
.my-bank-account-23-11-air-travel .bank-account-box > uni-view:nth-child(2)
			> uni-view[data-v-4cc8ade8]:nth-child(1),.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(3) > uni-view[data-v-4cc8ade8]:nth-child(1),.my-bank-account-23-11-air-travel .bank-account-box > uni-view:nth-child(4)
			> uni-view[data-v-4cc8ade8]:nth-child(1) {
	font-family:FuturaBT-Medium;
	font-size:16px;
	color:#111
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(2) > uni-view[data-v-4cc8ade8]:nth-child(2),.my-bank-account-23-11-air-travel .bank-account-box > uni-view:nth-child(3)
			> uni-view[data-v-4cc8ade8]:nth-child(2),.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(4) > uni-view[data-v-4cc8ade8]:nth-child(2) {
	background:#edf2f6;
	border-radius:10px;
	height:46px;
	line-height:46px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-size:18px;
	border-radius:6px;
	padding:0
			10px;
	font-family:FuturaBT-Bold;
	font-weight:800;
	color:#111
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(2) > uni-view:nth-child(2) uni-input[data-v-4cc8ade8],.my-bank-account-23-11-air-travel .bank-account-box > uni-view:nth-child(3)
			> uni-view:nth-child(2) uni-input[data-v-4cc8ade8],.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(4) > uni-view:nth-child(2) uni-input[data-v-4cc8ade8] {
	flex:1;
	margin-left:10px
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view:nth-child(4) > uni-view:nth-child(2) > uni-view[data-v-4cc8ade8] {
	border:none
}
.my-bank-account-23-11-air-travel
			.bank-account-box > uni-view[data-v-4cc8ade8]:nth-child(5) {
	width:346px;
	height:45px;
	line-height:45px;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#fff;
	font-size:17px;
	font-weight:900;
	text-align:center;
	margin:45px
			auto 0 auto
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
.zp-container[data-v-eab68e2e] {
	display:flex;
	align-items:center;
	justify-content:center
}
.zp-container-fixed[data-v-eab68e2e] {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.zp-main[data-v-eab68e2e] {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:25px 0px
}
.zp-main-image[data-v-eab68e2e] {
	width:100px;
	height:100px
}
.zp-main-title[data-v-eab68e2e] {
	font-size:15px;
	color:#aaa;
	text-align:center;
	margin-top:5px
}
.zp-main-error-btn[data-v-eab68e2e] {
	font-size:15px;
	padding:4px
			12px;
	border:solid 1px #ddd;
	border-radius:3px;
	color:#aaa;
	margin-top:25px
}
/* [z-paging]公用的静态css资源 */.zp-line-loading-image[data-v-5f852a6a] {
	margin-right:4px;
	width:14px;
	height:14px;
	-webkit-animation:loading-flower-data-v-5f852a6a 1s steps(12) infinite;
	animation:loading-flower-data-v-5f852a6a
			1s steps(12) infinite;
	color:#666
}
.zp-loading-image-ios[data-v-5f852a6a] {
	width:20px;
	height:20px
}
.zp-loading-image-android[data-v-5f852a6a] {
	width:16px;
	height:16px
}
@-webkit-keyframes loading-flower-data-v-5f852a6a {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}@keyframes
			loading-flower-data-v-5f852a6a {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}.zp-r-container[data-v-5f852a6a] {
	display:flex;
	height:100%;
	flex-direction:row;
	justify-content:center;
	align-items:center
}
.zp-r-container-padding[data-v-5f852a6a] {
	}.zp-r-left[data-v-5f852a6a] {
	display:flex;
	flex-direction:row;
	align-items:center;
	overflow:hidden;
}
.zp-r-left-image[data-v-5f852a6a] {
	transition-duration:.2s;
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
	color:#666
}
.zp-r-left-image-pre-size[data-v-5f852a6a] {
	width:15px;
	height:15px;
	overflow:hidden
}
.zp-r-arrow-top[data-v-5f852a6a] {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
.zp-r-arrow-down[data-v-5f852a6a] {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.zp-r-right[data-v-5f852a6a] {
	font-size:15px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.zp-r-right-text[data-v-5f852a6a] {
	}.zp-r-right-time-text[data-v-5f852a6a] {
	margin-top:5px;
	font-size:12px
}
/* [z-paging]公用的静态css资源 */.zp-line-loading-image[data-v-e8e89632] {
	margin-right:4px;
	width:14px;
	height:14px;
	-webkit-animation:loading-flower-data-v-e8e89632 1s steps(12) infinite;
	animation:loading-flower-data-v-e8e89632
			1s steps(12) infinite;
	color:#666
}
.zp-loading-image-ios[data-v-e8e89632] {
	width:20px;
	height:20px
}
.zp-loading-image-android[data-v-e8e89632] {
	width:16px;
	height:16px
}
@-webkit-keyframes loading-flower-data-v-e8e89632 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}@keyframes
			loading-flower-data-v-e8e89632 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}.zp-l-container[data-v-e8e89632] {
	height:40px;
	font-size:15px;
	clear:both;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center
}
.zp-l-line-loading-custom-image[data-v-e8e89632] {
	color:#a4a4a4;
	margin-right:4px;
	width:14px;
	height:14px
}
.zp-l-line-loading-custom-image-animated[data-v-e8e89632] {
	-webkit-animation:loading-circle-data-v-e8e89632 1s linear infinite;
	animation:loading-circle-data-v-e8e89632
			1s linear infinite
}
.zp-l-circle-loading-view[data-v-e8e89632] {
	margin-right:4px;
	width:11px;
	height:11px;
	border:1px
			solid #ddd;
	border-radius:50%;
	-webkit-animation:loading-circle-data-v-e8e89632
			1s linear infinite;
	animation:loading-circle-data-v-e8e89632 1s linear infinite;
}
.zp-l-text[data-v-e8e89632] {
	}.zp-l-line[data-v-e8e89632] {
	height:1px;
	width:50px;
	margin:0px
			5px
}
@-webkit-keyframes loading-circle-data-v-e8e89632 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}@keyframes
			loading-circle-data-v-e8e89632 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}/* [z-paging]公共css*/.z-paging-content[data-v-032d05b5] {
	position:relative;
	display:flex;
	width:100%;
	height:100%;
	overflow:hidden;
	flex-direction:column
}
.z-paging-content-fixed[data-v-032d05b5],.zp-loading-fixed[data-v-032d05b5] {
	position:fixed;
	height:auto;
	width:auto;
	top:0;
	left:0;
	bottom:0;
	right:0
}
.zp-page-top[data-v-032d05b5],.zp-page-bottom[data-v-032d05b5] {
	width:auto;
	position:fixed;
	left:0;
	right:0;
	z-index:999
}
.zp-page-left[data-v-032d05b5],.zp-page-right[data-v-032d05b5] {
	height:100%
}
.zp-scroll-view-super[data-v-032d05b5] {
	flex:1;
	position:relative
}
.zp-view-super[data-v-032d05b5] {
	display:flex;
	flex-direction:row
}
.zp-custom-refresher-container[data-v-032d05b5] {
	overflow:hidden
}
.zp-scroll-view-container[data-v-032d05b5],.zp-scroll-view[data-v-032d05b5] {
	position:relative;
	height:100%;
	width:100%
}
.zp-absoulte[data-v-032d05b5] {
	position:absolute;
	top:0;
	width:auto
}
.zp-right[data-v-032d05b5] {
	right:0
}
.zp-scroll-view-absolute[data-v-032d05b5] {
	position:absolute;
	top:0;
	left:0
}
.zp-scroll-view-hide-scrollbar[data-v-032d05b5]::-webkit-scrollbar {
	display:none;
	-webkit-appearance:none;
	width:0!important;
	height:0!important;
	background:transparent
}
.zp-paging-touch-view[data-v-032d05b5] {
	width:100%;
	height:100%;
	position:relative
}
.zp-fixed-bac-view[data-v-032d05b5] {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:200px
}
.zp-paging-main[data-v-032d05b5] {
	height:100%;
	display:flex;
	flex-direction:column
}
.zp-paging-container[data-v-032d05b5] {
	flex:1;
	position:relative;
	display:flex;
	flex-direction:column
}
.zp-chat-record-loading-container[data-v-032d05b5] {
	display:flex;
	width:100%;
	align-items:center;
	justify-content:center;
	height:30px;
	font-size:13px
}
.zp-chat-record-loading-custom-image[data-v-032d05b5] {
	width:17px;
	height:17px;
	-webkit-animation:loading-flower-data-v-032d05b5 1s linear infinite;
	animation:loading-flower-data-v-032d05b5
			1s linear infinite
}
.zp-custom-refresher-container[data-v-032d05b5] {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center
}
.zp-back-to-top[data-v-032d05b5] {
	width:38px;
	height:38px;
	z-index:999;
	position:absolute;
	bottom:0px;
	right:12px;
	transition-duration:.3s;
	transition-property:opacity
}
.zp-back-to-top-show[data-v-032d05b5] {
	opacity:1
}
.zp-back-to-top-hide[data-v-032d05b5] {
	opacity:0
}
.zp-back-to-top-img[data-v-032d05b5] {
	width:100%;
	height:100%;
	z-index:999
}
.zp-empty-view[data-v-032d05b5] {
	flex:1
}
.zp-empty-view-center[data-v-032d05b5] {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.zp-loading-fixed[data-v-032d05b5] {
	z-index:9999
}
.zp-safe-area-inset-bottom[data-v-032d05b5] {
	position:absolute;
	height:env(safe-area-inset-bottom)
}
.zp-n-refresh-container[data-v-032d05b5] {
	display:flex;
	justify-content:center;
	width:375px
}
.zp-n-list-container[data-v-032d05b5] {
	display:flex;
	flex-direction:row;
	flex:1
}
/* [z-paging]公用的静态css资源 */.zp-line-loading-image[data-v-032d05b5] {
	margin-right:4px;
	width:14px;
	height:14px;
	-webkit-animation:loading-flower-data-v-032d05b5 1s steps(12) infinite;
	animation:loading-flower-data-v-032d05b5
			1s steps(12) infinite;
	color:#666
}
.zp-loading-image-ios[data-v-032d05b5] {
	width:20px;
	height:20px
}
.zp-loading-image-android[data-v-032d05b5] {
	width:16px;
	height:16px
}
@-webkit-keyframes loading-flower-data-v-032d05b5 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}@keyframes
			loading-flower-data-v-032d05b5 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */body.pages-sys-charging-bill
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-charging-bill {
	background:#e2f2ff
}
.my-bill[data-v-26c60c4e] {
	padding:0px
			0 20px 0
}
.my-bill .z-paging-content-fixed[data-v-26c60c4e] {
	top:60px!important
}
.my-bill
			.my-bill-box[data-v-26c60c4e] {
	padding:14px;
	margin:0 auto;
	margin-bottom:15px;
	width:346px;
	min-height:82px;
	background:#fff;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.my-bill
			.my-bill-box > uni-view[data-v-26c60c4e]:nth-child(1) {
	display:flex;
	align-items:center
}
.my-bill
			.my-bill-box > uni-view:nth-child(1) > uni-view[data-v-26c60c4e]:nth-child(1) {
	width:54px;
	height:54px;
	background:#e6e8eb;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:14px
}
.my-bill
			.my-bill-box > uni-view:nth-child(1) > uni-view:nth-child(1) uni-image[data-v-26c60c4e] {
	width:25px;
	height:25px
}
.my-bill
			.my-bill-box > uni-view:nth-child(1) > uni-view:nth-child(2) > uni-view[data-v-26c60c4e]:nth-child(1) {
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:17px;
	font-weight:700
}
.my-bill
			.my-bill-box > uni-view:nth-child(1) > uni-view:nth-child(2) > uni-view[data-v-26c60c4e]:nth-child(2) {
	font-family:FuturaBT-Medium;
	color:#999;
	font-size:15px;
	margin-top:10px
}
.my-bill
			.my-bill-box > uni-view:nth-child(2) > uni-view[data-v-26c60c4e]:nth-child(1) {
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:16px;
	font-weight:700;
	text-align:right
}
.my-bill
			.my-bill-box > uni-view:nth-child(2) > uni-view[data-v-26c60c4e]:nth-child(2) {
	font-family:FuturaBT-Medium;
	color:#5d5d5d;
	font-size:15px;
	margin-top:10px
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */body.pages-sys-user-makeMoney
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-user-makeMoney {
	background:#e2f2ff
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */body.pages-sys-user-about
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-user-about {
	background:#e2f2ff
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */body.pages-sys-user-pwd
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-user-pwd {
	background:#e2f2ff
}
.my-pwd
			.my-pwd-box[data-v-7fd3880a] {
	padding:20px 14px
}
.my-pwd .my-pwd-box > uni-view[data-v-7fd3880a]:nth-child(1),.my-pwd .my-pwd-box > uni-view[data-v-7fd3880a]:nth-child(2),.my-pwd .my-pwd-box
			> uni-view[data-v-7fd3880a]:nth-child(3) {
	margin:0 auto;
	width:346px;
	min-height:82px;
	border-radius:16px;
	padding:18px
			14px
}
.my-pwd .my-pwd-box > uni-view:nth-child(1) > uni-view[data-v-7fd3880a]:nth-child(1),.my-pwd .my-pwd-box > uni-view:nth-child(2) > uni-view[data-v-7fd3880a]:nth-child(1),.my-pwd .my-pwd-box > uni-view:nth-child(3) > uni-view[data-v-7fd3880a]:nth-child(1) {
	font-family:FuturaBT-Medium;
	font-size:16px;
	color:#111
}
.my-pwd
			.my-pwd-box > uni-view:nth-child(1) > uni-view[data-v-7fd3880a]:nth-child(2),.my-pwd .my-pwd-box > uni-view:nth-child(2) > uni-view[data-v-7fd3880a]:nth-child(2),.my-pwd .my-pwd-box > uni-view:nth-child(3) > uni-view[data-v-7fd3880a]:nth-child(2) {
	background:#edf2f6;
	border-radius:10px;
	height:46px;
	line-height:46px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-size:18px;
	border-radius:6px;
	padding:0
			10px;
	font-family:FuturaBT-Bold;
	font-weight:800;
	color:#111
}
.my-pwd .my-pwd-box
			> uni-view:nth-child(1) > uni-view:nth-child(2) uni-input[data-v-7fd3880a],.my-pwd .my-pwd-box > uni-view:nth-child(2) > uni-view:nth-child(2) uni-input[data-v-7fd3880a],.my-pwd .my-pwd-box > uni-view:nth-child(3) > uni-view:nth-child(2) uni-input[data-v-7fd3880a] {
	flex:1;
	margin-left:10px
}
.my-pwd
			.my-pwd-box > uni-view[data-v-7fd3880a]:nth-child(4) {
	width:346px;
	height:45px;
	line-height:45px;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#fff;
	font-size:17px;
	font-weight:900;
	text-align:center;
	margin:45px
			auto 0 auto
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */body.pages-sys-user-gift
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-user-gift {
	background:#e2f2ff
}
.my-gift
			.my-gift-box[data-v-08b0560a] {
	padding:20px 14px
}
.my-gift .my-gift-box >
			uni-view[data-v-08b0560a]:nth-child(1) {
	margin:0 auto;
	width:346px;
	min-height:82px;
	border-radius:16px;
	padding:18px
			14px
}
.my-gift .my-gift-box > uni-view:nth-child(1) > uni-view[data-v-08b0560a]:nth-child(1) {
	font-family:FuturaBT-Medium;
	font-size:16px;
	color:#111
}
.my-gift
			.my-gift-box > uni-view:nth-child(1) > uni-view[data-v-08b0560a]:nth-child(2) {
	background:#edf2f6;
	border-radius:10px;
	height:46px;
	line-height:46px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-size:18px;
	border-radius:6px;
	padding:0
			10px;
	font-family:FuturaBT-Bold;
	font-weight:800;
	color:#111
}
.my-gift .my-gift-box
			> uni-view:nth-child(1) > uni-view:nth-child(2) uni-input[data-v-08b0560a] {
	flex:1;
	margin-left:10px
}
.my-gift
			.my-gift-box > uni-view[data-v-08b0560a]:nth-child(2) {
	width:346px;
	height:45px;
	line-height:45px;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#fff;
	font-size:17px;
	font-weight:900;
	text-align:center;
	margin:45px
			auto 0 auto
}
.my-gift .my-gift-box > uni-view[data-v-08b0560a]:nth-child(3) {
	margin-top:30px;
	font-family:Montserrat-Light;
	font-size:15px;
	color:#111
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.income-23-11-air-travel[data-v-02790ca4] {
	min-height:750px;
	padding-bottom:80px
}
.income-23-11-air-travel
			.my-invite-code[data-v-02790ca4] {
	min-height:310px;
	font-size:0;
	padding:65px
			14px 0 14px;
	position:relative
}
.income-23-11-air-travel .my-invite-code
			> uni-view[data-v-02790ca4]:nth-child(1) {
	font-family:FuturaBT-Bold;
	width:240px;
	color:#111;
	line-height:140%;
	font-size:24px;
	font-weight:600;
	width:240px;
	position:relative;
	z-index:3
}
.income-23-11-air-travel
			.my-invite-code > uni-view[data-v-02790ca4]:nth-child(2) {
	position:absolute;
	z-index:2;
	top:85px;
	right:104px
}
.income-23-11-air-travel
			.my-invite-code > uni-view:nth-child(2) uni-image[data-v-02790ca4] {
	width:166px;
	height:122px
}
.income-23-11-air-travel
			.my-invite-code .code-box[data-v-02790ca4] {
	position:relative;
	z-index:1;
	width:346px;
	min-height:149px;
	background:#fff;
	border-radius:16px;
	margin:0
			auto;
	margin-top:75px;
	position:relative;
	padding:25px 0
}
.income-23-11-air-travel
			.my-invite-code .code-box > uni-view[data-v-02790ca4]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:16px;
	padding:0
			18px
}
.income-23-11-air-travel .my-invite-code .code-box > uni-view[data-v-02790ca4]:nth-child(2) {
	margin-top:15px;
	padding:0
			18px 20px 18px;
	border-bottom:1px dotted #ccd4d8
}
.income-23-11-air-travel
			.my-invite-code .code-box > uni-view:nth-child(2) > uni-view[data-v-02790ca4]:nth-child(1) {
	width:100%;
	height:100px;
	background:url(/static/yunta/image/income/c-b.png)
			no-repeat;
	background-size:100% 100%;
	display:flex;
	align-items:center;
	justify-content:center
}
.income-23-11-air-travel
			.my-invite-code .code-box > uni-view:nth-child(2) > uni-view:nth-child(1)
			> uni-view[data-v-02790ca4] {
	width:260px;
	height:60px;
	line-height:60px;
	background:#fff;
	border-radius:10px;
	text-align:center;
	font-family:FuturaBT-Bold;
	color:#fb7b44;
	font-size:30px;
	font-weight:600
}
.income-23-11-air-travel
			.my-invite-code .code-box > uni-view:nth-child(2) > uni-view[data-v-02790ca4]:nth-child(2) {
	margin-top:15px;
	text-align:center;
	width:100%;
	height:45px;
	line-height:45px;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-size:17px;
	color:#fff;
	font-weight:700
}
.income-23-11-air-travel
			.my-invite-code .code-box > uni-view[data-v-02790ca4]:nth-child(3) {
	padding:0
			18px;
	margin-top:20px;
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:16px
}
.income-23-11-air-travel
			.my-invite-code .code-box > uni-view[data-v-02790ca4]:nth-child(4) {
	margin:0
			auto;
	width:310px;
	height:45px;
	background:#edf2f6;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0
			6px 0 16px;
	margin-top:15px
}
.income-23-11-air-travel .my-invite-code .code-box
			> uni-view:nth-child(4) > uni-view[data-v-02790ca4]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#fb7b44;
	font-size:15px
}
.income-23-11-air-travel
			.my-invite-code .code-box > uni-view:nth-child(4) > uni-view[data-v-02790ca4]:nth-child(2) {
	height:32px;
	line-height:32px;
	background:#3cc800;
	border-radius:10px;
	padding:0
			11px;
	font-family:FuturaBT-Bold;
	color:#fff;
	font-size:16px;
	font-weight:700
}
.income-23-11-air-travel
			.team-level-sub-box[data-v-02790ca4] {
	width:346px;
	height:61px;
	margin:0 auto;
	display:flex;
	text-align:center;
	justify-content:space-around;
	align-items:center;
	background:#3cc800;
	border-radius:0
			0 10px 10px;
	padding:0 15px
}
.income-23-11-air-travel .team-level-sub-box
			> uni-view[data-v-02790ca4]:nth-child(1) {
	width:69px;
	font-family:FuturaBT-Medium;
	color:#fff;
	font-size:13px
}
.income-23-11-air-travel
			.team-level-sub-box > uni-view[data-v-02790ca4]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#fce000;
	font-size:16px;
	font-weight:600;
	text-shadow:-1px
			1px 0 #111,1px 1px 0 #111,1px -1px 0 #111,-1px -1px 0 #111
}
.income-23-11-air-travel
			.team-level-sub-box > uni-view[data-v-02790ca4]:nth-child(3) {
	height:33px;
	line-height:33px;
	background:#fce000;
	border-radius:10px;
	padding:0
			12px;
	font-family:FuturaBT-Bold;
	font-size:16px;
	color:#0e61d9;
	font-weight:700
}
.income-23-11-air-travel
			.team-level-list[data-v-02790ca4] {
	margin:40px auto 0px auto
}
.income-23-11-air-travel
			.team-level-list .team-level-box[data-v-02790ca4] {
	min-height:104px;
	background:linear-gradient(90deg,#3cc800,#fff
			87%);
	padding:18px 14px;
	position:relative
}
.income-23-11-air-travel .team-level-list
			.team-level-box > uni-view[data-v-02790ca4]:nth-child(1) {
	position:absolute;
	top:30px;
	right:18px
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view:nth-child(1) > uni-text[data-v-02790ca4] {
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:20px;
	font-weight:600
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view:nth-child(1) > uni-view[data-v-02790ca4] {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:14px;
	margin-top:15px
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view:nth-child(1) > uni-view uni-text[data-v-02790ca4] {
	font-family:FuturaBT-Bold;
	color:#fb7b44;
	font-weight:600;
	margin-left:5px
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view[data-v-02790ca4]:nth-child(2),.income-23-11-air-travel .team-level-list .team-level-box > uni-view[data-v-02790ca4]:nth-child(3) {
	font-family:FuturaBT-Medium;
	color:#fff;
	font-size:12px
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view:nth-child(2) uni-text[data-v-02790ca4],.income-23-11-air-travel .team-level-list .team-level-box > uni-view:nth-child(3)
			uni-text[data-v-02790ca4] {
	font-family:FuturaBT-Bold;
	margin-left:2px;
	font-weight:600;
	color:#fff;
	text-shadow:-1px
			1px 0 #111,1px 1px 0 #111,1px -1px 0 #111,-1px -1px 0 #111
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view[data-v-02790ca4]:nth-child(2) {
	margin-bottom:15px
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view:nth-child(3) > uni-view[data-v-02790ca4]:nth-child(1) {
	margin-bottom:15px
}
.income-23-11-air-travel
			.team-level-list .team-level-box > uni-view[data-v-02790ca4]:nth-child(4) {
	width:45px;
	height:38px;
	position:absolute;
	top:-23px;
	right:23px;
	background:url(/static/yunta/image/income/t1.png)
			no-repeat;
	background-size:100% 100%
}
.income-23-11-air-travel .team-level-list
			.team-level-box > uni-view[data-v-02790ca4]:nth-child(5) {
	width:63px;
	height:22px;
	position:absolute;
	top:-8px;
	right:123px;
	background:url(/static/yunta/image/income/t2.png)
			no-repeat;
	background-size:100% 100%
}
.income-23-11-air-travel .team-level-list
			> uni-view[data-v-02790ca4]:nth-child(2) {
	background:linear-gradient(90deg,#0e61d9,#fff
			87%)
}
.income-23-11-air-travel .team-level-list > uni-view[data-v-02790ca4]:nth-child(3) {
	background:linear-gradient(90deg,#f8db01,#fff
			87%)
}
.income-23-11-air-travel .team-level-list > uni-view:nth-child(3)
			> uni-view[data-v-02790ca4]:nth-child(2),.income-23-11-air-travel .team-level-list
			> uni-view:nth-child(3) > uni-view[data-v-02790ca4]:nth-child(3) {
	color:#2b72b9
}
.income-23-11-air-travel
			.invite-friends[data-v-02790ca4] {
	width:100%;
	height:329px;
	margin-bottom:20px;
	position:relative;
	background:url(/static/yunta/image/income/in-b.png)
			no-repeat;
	background-size:100% 100%;
	padding:52px 34px 0 34px
}
.income-23-11-air-travel
			.invite-friends > uni-view[data-v-02790ca4]:nth-child(1) {
	line-height:140%;
	font-family:FuturaBT-Book;
	color:#fff;
	font-size:17px;
	position:relative;
	z-index:2
}
.income-23-11-air-travel
			.invite-friends > uni-view:nth-child(1) uni-image[data-v-02790ca4] {
	width:36px;
	height:44px;
	vertical-align:middle;
	margin-left:7px
}
.income-23-11-air-travel
			.invite-friends > uni-view[data-v-02790ca4]:nth-child(2) {
	margin-top:15px;
	position:relative;
	z-index:2;
	display:flex;
	text-align:center;
	justify-content:center;
	align-items:center;
	height:158px;
	background:hsla(0,0%,100%,.3);
	box-shadow:0
			6px 12px 0 rgba(0,25,70,.1);
	border-radius:6px 25px 25px 25px
}
.income-23-11-air-travel
			.invite-friends > uni-view:nth-child(2) > uni-view[data-v-02790ca4] {
	width:150px;
	height:100px;
	background:linear-gradient(0deg,#e8f1f8,#fefefe);
	border-radius:50px
			4px 4px 45px;
	text-align:center;
	padding-top:26px
}
.income-23-11-air-travel
			.invite-friends > uni-view:nth-child(2) > uni-view > uni-view[data-v-02790ca4]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#525658;
	font-size:13px
}
.income-23-11-air-travel
			.invite-friends > uni-view:nth-child(2) > uni-view > uni-view[data-v-02790ca4]:nth-child(2) {
	margin-top:12px;
	height:26px;
	line-height:26px;
	background:linear-gradient(90deg,#94fea2,#b7fcfd);
	border-radius:4px;
	display:inline-block;
	font-family:FuturaBT-Bold;
	margin-top:5px;
	font-weight:600;
	color:#111;
	padding:0
			7px
}
.income-23-11-air-travel .invite-friends > uni-view:nth-child(2) >
			uni-view > uni-view:nth-child(2) uni-text[data-v-02790ca4] {
	color:#3cc800
}
.income-23-11-air-travel
			.invite-friends > uni-view:nth-child(2) > uni-view[data-v-02790ca4]:nth-child(2) {
	width:115px;
	border-radius:5px
			5px 35px 5px
}
.income-23-11-air-travel .invite-friends > uni-view:nth-child(2)
			> uni-view:nth-child(2) > uni-view[data-v-02790ca4]:nth-child(2) {
	background:#fff
}
.income-23-11-air-travel
			.invite-top-up-card[data-v-02790ca4] {
	margin:25px auto;
	width:346px;
	padding:15px
			7px;
	display:flex;
	background:#f0f1f2;
	border-radius:10px
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view[data-v-02790ca4]:nth-child(1) {
	font-size:0;
	margin-right:16px;
	flex-shrink:0
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(1) uni-image[data-v-02790ca4] {
	width:56px;
	height:49px
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view[data-v-02790ca4]:nth-child(2) {
	flex:1
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(2) > uni-view[data-v-02790ca4]:nth-child(1) {
	font-family:ArialMT;
	color:#111;
	font-size:14px
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(2) > uni-view:nth-child(1) > uni-text[data-v-02790ca4]:nth-child(1) {
	color:#fe4309;
	margin:0
			5px;
	font-family:Arial-BoldMT;
	font-weight:600;
	font-size:16px
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(2) > uni-view:nth-child(1) > uni-text[data-v-02790ca4]:nth-child(2) {
	color:#fa6008;
	margin:0
			5px;
	font-family:Arial-BoldMT;
	font-weight:600;
	font-size:16px
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(2) > uni-view[data-v-02790ca4]:nth-child(2) {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:10px
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(2) > uni-view:nth-child(2) > uni-view[data-v-02790ca4]:nth-child(1) {
	font-family:Arial-BoldMT;
	font-size:15px;
	color:#111
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(2) > uni-view:nth-child(2) > uni-view:nth-child(1)
			uni-text[data-v-02790ca4] {
	color:#fe4309;
	margin-left:10px
}
.income-23-11-air-travel
			.invite-top-up-card > uni-view:nth-child(2) > uni-view:nth-child(2) > uni-view:nth-child(2)
			> uni-view[data-v-02790ca4] {
	height:27px;
	line-height:27px;
	padding:0 15px;
	font-family:Arial-BoldMT;
	color:#fff;
	font-size:14px;
	font-weight:600;
	border-radius:6px
}
.income-23-11-air-travel
			.create-team[data-v-02790ca4] {
	width:340px;
	margin:40px auto 20px auto
}
.income-23-11-air-travel
			.create-team > uni-view[data-v-02790ca4]:nth-child(1) {
	font-family:FuturaBT-Bold;
	color:#565a75;
	font-size:18px;
	font-weight:700;
	text-align:center
}
.income-23-11-air-travel
			.create-team > uni-view[data-v-02790ca4]:nth-child(2) {
	font-family:FuturaBT-Medium;
	color:#565a75;
	font-size:14px;
	line-height:140%;
	margin-top:13px
}
body.pages-sys-income-index
			uni-page-body {
	background:#e2f2ff url(/static/yunta/image/income/h-b.png)
			no-repeat;
	background-size:375px 192px
}
body.pages-sys-income-index {
	background:#e2f2ff
			url(/static/yunta/image/income/h-b.png) no-repeat;
	background-size:375px
			192px
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.device-23-11-air-travel[data-v-26039130] {
	position:relative;
	padding-bottom:50px;
	background:#e2f2ff
			url(/static/yunta/image/device/bg.png) no-repeat;
	background-size:375px
			224px
}
.device-23-11-air-travel .device-23-11-air-travel-card[data-v-26039130] {
	position:relative;
	padding-left:30px;
	padding-top:30px
}
.device-23-11-air-travel
			.device-23-11-air-travel-card > uni-view:nth-child(1) > uni-view[data-v-26039130]:nth-child(1),.device-23-11-air-travel .device-23-11-air-travel-card > uni-view:nth-child(2)
			> uni-view[data-v-26039130]:nth-child(1) {
	font-family:FuturaBT-Bold;
	font-weight:600;
	font-size:16px;
	color:#fff;
	margin-bottom:11px
}
.device-23-11-air-travel
			.device-23-11-air-travel-card > uni-view:nth-child(1) > uni-view[data-v-26039130]:nth-child(2),.device-23-11-air-travel .device-23-11-air-travel-card > uni-view:nth-child(2)
			> uni-view[data-v-26039130]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#a3e79c;
	font-size:14px;
	zoom:.9;
	font-weight:700;
	margin-bottom:26px
}
.device-23-11-air-travel
			.device-23-11-air-travel-card > uni-view[data-v-26039130]:nth-child(3) {
	position:absolute;
	right:58px;
	top:100px;
	height:30px;
	line-height:30px;
	background:#f8db01;
	border-radius:15px;
	display:flex;
	align-items:center;
	padding:0
			10px;
	color:#2b72b9;
	font-family:FuturaBT-Bold;
	font-size:14px;
	font-weight:700
}
.device-23-11-air-travel
			.device-23-11-air-travel-card > uni-view:nth-child(3) uni-view[data-v-26039130] {
	zoom:.9
}
.device-23-11-air-travel
			.device-23-11-air-travel-card > uni-view:nth-child(3) uni-image[data-v-26039130] {
	width:17px;
	height:16px;
	margin-right:6px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list[data-v-26039130] {
	position:relative;
	min-height:300px;
	z-index:2;
	background:#e2f2ff;
	border-radius:34px
			34px 0 0;
	padding:0 14px 20px 14px
}
.device-23-11-air-travel .device-23-11-air-travel-product-list
			.tab-to[data-v-26039130] {
	margin:0 auto 25px auto;
	width:315px;
	height:45px;
	background:#fff;
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:16px;
	font-weight:700;
	padding:0!important;
	border-radius:0
			0 10px 10px
}
.device-23-11-air-travel .device-23-11-air-travel-product-list
			.tab-to > uni-view[data-v-26039130] {
	border-radius:0 0 10px 10px;
	height:100%;
	line-height:45px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .tab-to .active[data-v-26039130] {
	background:#3cc800;
	color:#fff
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box[data-v-26039130] {
	margin-bottom:20px;
	width:346px;
	height:203px;
	background:#d1dcf7
			url(/static/yunta/image/home/cloud.png) no-repeat;
	background-size:100%
			100%;
	border-radius:8px;
	padding:8px 18px 18px 18px;
	position:relative
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view[data-v-26039130]:nth-child(1) {
	width:70%;
	margin:0 auto;
	height:93px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view:nth-child(1) uni-image[data-v-26039130] {
	width:100%;
	height:100%
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view[data-v-26039130]:nth-child(2) {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:13px;
	border-bottom:1px
			solid #f0f1f8
}
.device-23-11-air-travel .device-23-11-air-travel-product-list
			.device-23-11-air-travel-product-box > uni-view:nth-child(2) > uni-view[data-v-26039130]:nth-child(1) {
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:17px;
	font-weight:700
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view:nth-child(2) > uni-view[data-v-26039130]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#111;
	font-size:14px;
	font-weight:700
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view:nth-child(2) > uni-view:nth-child(2) uni-text[data-v-26039130] {
	color:#fb7b44;
	font-size:13px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view[data-v-26039130]:nth-child(3) {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:11px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view:nth-child(3) > uni-view[data-v-26039130]:nth-child(1) {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:12px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view:nth-child(3) > uni-view:nth-child(1) uni-text[data-v-26039130] {
	font-family:FuturaBT-Bold;
	font-weight:600;
	color:#fb7b44;
	font-size:13px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view:nth-child(3) > uni-view:nth-child(1) > uni-view[data-v-26039130]:nth-child(1) {
	margin-bottom:10px
}
.device-23-11-air-travel
			.device-23-11-air-travel-product-list .device-23-11-air-travel-product-box
			> uni-view:nth-child(3) > uni-view[data-v-26039130]:nth-child(2) {
	height:32px;
	line-height:32px;
	font-family:FuturaBT-Bold;
	color:#3cc800;
	font-size:15px;
	font-weight:700
}
body.pages-sys-device-index
			uni-page-body {
	background:#e2f2ff
}
body.pages-sys-device-index {
	background:#e2f2ff
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.login-23-11-air-travel[data-v-768b061c] {
	position:relative
}
.login-23-11-air-travel
			.login-23-11-air-travel-header[data-v-768b061c] {
	background:url(/static/yunta/login/h-bg.png)
			100% 0 no-repeat;
	background-size:273px 273px;
	padding:44px 0
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view[data-v-768b061c]:nth-child(1) {
	text-align:right;
	margin-top:15px;
	font-size:0
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view:nth-child(1) uni-image[data-v-768b061c] {
	width:349px;
	height:116px
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view[data-v-768b061c]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#000;
	font-size:24px;
	font-weight:900;
	padding-left:22px
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view[data-v-768b061c]:nth-child(3) {
	margin-top:10px;
	font-family:FuturaBT-Book;
	color:#000;
	font-size:15px;
	padding-left:22px
}
.login-23-11-air-travel
			.login-23-11-air-travel-content[data-v-768b061c] {
	padding:0px 22px 40px
			22px
}
.login-23-11-air-travel .login-23-11-air-travel-input-title[data-v-768b061c] {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:16px;
	margin-bottom:15px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input[data-v-768b061c] {
	height:46px;
	background:#fff;
	border-radius:10px;
	display:flex;
	align-items:center;
	font-family:FuturaBT-Medium;
	color:#2a3160;
	font-size:17px;
	margin-bottom:18px;
	padding-left:12px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input uni-image[data-v-768b061c] {
	width:18px;
	height:18px;
	vertical-align:middle;
	margin-right:7px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input .select-phone[data-v-768b061c] {
	padding-right:13px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input uni-input[data-v-768b061c] {
	flex:1;
	padding-left:18px;
	font-size:16px;
	height:49px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input .code-img[data-v-768b061c] {
	margin-right:10px;
	width:65px;
	height:35px
}
.login-23-11-air-travel
			.login-23-11-air-travel-btn[data-v-768b061c] {
	height:45px;
	line-height:45px;
	text-align:center;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-size:17px;
	font-weight:700;
	color:#fff;
	margin-top:30px
}
.login-23-11-air-travel
			.login-23-11-air-travel-line[data-v-768b061c] {
	margin-top:58px;
	display:flex;
	align-items:center
}
.login-23-11-air-travel
			.login-23-11-air-travel-line > uni-view[data-v-768b061c] {
	flex:1;
	height:1px;
	background:#ccd4d8
}
.login-23-11-air-travel
			.login-23-11-air-travel-line > uni-text[data-v-768b061c] {
	font-family:FuturaBT-Book;
	color:#9099a2;
	font-size:17px;
	padding:0
			9px
}
.login-23-11-air-travel .login-23-11-air-travel-btn-small[data-v-768b061c] {
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#202734;
	font-size:17px;
	height:45px;
	border:1px
			solid #202734;
	border-radius:10px;
	margin-top:22px
}
.login-23-11-air-travel
			.login-23-11-air-travel-btn-small > uni-view[data-v-768b061c]:nth-child(1) {
	font-size:0;
	margin-right:12px
}
.login-23-11-air-travel
			.login-23-11-air-travel-btn-small > uni-view:nth-child(1) uni-image[data-v-768b061c] {
	width:25px;
	height:24px
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement[data-v-768b061c] {
	border-radius:12px;
	font-family:FranklinGothic-Medium;
	margin:21px
			0;
	display:flex;
	align-items:center;
	color:#333
}
.login-23-11-air-travel .login-23-11-air-travel-agreement
			uni-text[data-v-768b061c] {
	color:#0046fb;
	margin-left:2px;
	text-decoration:underline
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement .u-checkbox[data-v-768b061c] {
	width:25px
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement[data-v-768b061c] .u-checkbox__icon-wrap--checked {
	background:url(/static/yunta/login/cb.png)
			no-repeat;
	background-size:100% 100%;
	border-color:transparent
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement[data-v-768b061c] .u-checkbox__icon-wrap--checked
			.uicon-checkbox-mark::before {
	display:none
}
body.pages-sys-login-index uni-page-body {
	background:#edf2f6
}
body.pages-sys-login-index {
	background:#edf2f6
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
@charset "UTF-8";
	/** * Copyright (c) 2013-Now http://yunta.com All rights
			reserved. * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
			* uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 */.login-23-11-air-travel[data-v-6849e814] {
	position:relative
}
.login-23-11-air-travel
			.login-23-11-air-travel-header[data-v-6849e814] {
	background:url(/static/yunta/login/h-bg.png)
			100% 0 no-repeat;
	background-size:273px 273px;
	padding:44px 0
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view[data-v-6849e814]:nth-child(1) {
	text-align:right;
	margin-top:15px;
	font-size:0
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view:nth-child(1) uni-image[data-v-6849e814] {
	width:349px;
	height:116px
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view[data-v-6849e814]:nth-child(2) {
	font-family:FuturaBT-Bold;
	color:#000;
	font-size:24px;
	font-weight:900;
	padding-left:22px
}
.login-23-11-air-travel
			.login-23-11-air-travel-header > uni-view[data-v-6849e814]:nth-child(3) {
	margin-top:10px;
	font-family:FuturaBT-Book;
	color:#000;
	font-size:15px;
	padding-left:22px
}
.login-23-11-air-travel
			.login-23-11-air-travel-content[data-v-6849e814] {
	padding:0px 22px 40px
			22px
}
.login-23-11-air-travel .login-23-11-air-travel-input-title[data-v-6849e814] {
	font-family:FuturaBT-Medium;
	color:#111;
	font-size:16px;
	margin-bottom:15px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input[data-v-6849e814] {
	height:46px;
	background:#fff;
	border-radius:10px;
	display:flex;
	align-items:center;
	font-family:FuturaBT-Medium;
	color:#2a3160;
	font-size:17px;
	margin-bottom:18px;
	padding-left:12px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input uni-image[data-v-6849e814] {
	width:18px;
	height:18px;
	vertical-align:middle;
	margin-right:7px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input .select-phone[data-v-6849e814] {
	padding-right:13px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input uni-input[data-v-6849e814] {
	flex:1;
	padding-left:18px;
	font-size:16px;
	height:49px
}
.login-23-11-air-travel
			.login-23-11-air-travel-input .code-img[data-v-6849e814] {
	margin-right:10px;
	width:65px;
	height:35px
}
.login-23-11-air-travel
			.login-23-11-air-travel-btn[data-v-6849e814] {
	height:45px;
	line-height:45px;
	text-align:center;
	background:#3cc800;
	border-radius:10px;
	font-family:FuturaBT-Bold;
	font-size:17px;
	font-weight:700;
	color:#fff;
	margin-top:30px
}
.login-23-11-air-travel
			.login-23-11-air-travel-line[data-v-6849e814] {
	margin-top:58px;
	display:flex;
	align-items:center
}
.login-23-11-air-travel
			.login-23-11-air-travel-line > uni-view[data-v-6849e814] {
	flex:1;
	height:1px;
	background:#ccd4d8
}
.login-23-11-air-travel
			.login-23-11-air-travel-line > uni-text[data-v-6849e814] {
	font-family:FuturaBT-Book;
	color:#9099a2;
	font-size:17px;
	padding:0
			9px
}
.login-23-11-air-travel .login-23-11-air-travel-btn-small[data-v-6849e814] {
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:FuturaBT-Bold;
	font-weight:700;
	color:#202734;
	font-size:17px;
	height:45px;
	border:1px
			solid #202734;
	border-radius:10px;
	margin-top:22px
}
.login-23-11-air-travel
			.login-23-11-air-travel-btn-small > uni-view[data-v-6849e814]:nth-child(1) {
	font-size:0;
	margin-right:12px
}
.login-23-11-air-travel
			.login-23-11-air-travel-btn-small > uni-view:nth-child(1) uni-image[data-v-6849e814] {
	width:25px;
	height:24px
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement[data-v-6849e814] {
	border-radius:12px;
	font-family:FranklinGothic-Medium;
	margin:21px
			0;
	display:flex;
	align-items:center;
	color:#333
}
.login-23-11-air-travel .login-23-11-air-travel-agreement
			uni-text[data-v-6849e814] {
	color:#0046fb;
	margin-left:2px;
	text-decoration:underline
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement .u-checkbox[data-v-6849e814] {
	width:25px
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement[data-v-6849e814] .u-checkbox__icon-wrap--checked {
	background:url(/static/yunta/login/cb.png)
			no-repeat;
	background-size:100% 100%;
	border-color:transparent
}
.login-23-11-air-travel
			.login-23-11-air-travel-agreement[data-v-6849e814] .u-checkbox__icon-wrap--checked
			.uicon-checkbox-mark::before {
	display:none
}
body.pages-sys-login-reg uni-page-body {
	background:#edf2f6
}
body.pages-sys-login-reg {
	background:#edf2f6
}
.uni-app--showtabbar uni-page-wrapper {
	display:block;
	height:calc(100%
			- 50px);
	height:calc(100% - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 50px - env(safe-area-inset-bottom));
}
.uni-app--showtabbar
			uni-page-wrapper::after {
	content:"";
	display:block;
	width:100%;
	height:50px;
	height:calc(50px + constant(safe-area-inset-bottom));
	height:calc(50px
			+ env(safe-area-inset-bottom));
}
.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]
			~ uni-page-wrapper {
	height:calc(100% - 44px - 50px);
	height:calc(100%
			- 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height:calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
