.vux-modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%
}

.vux-modal-open-for-container {
	overflow: hidden!important
}
 

.vux-cell-box {
	position: relative
}

.vux-cell-box:not(:first-child):before {
	content: " ";
	position: absolute;
	top: 0;
	width: 100%;
	height: .02667rem;
	border-top: .02667rem solid #d9d9d9;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: .4rem
}

.vux-popup-picker-header {
	height: 1.17333rem;
	color: #04be02;
	background-color: #fbf9fe;
	font-size: 16px;
	position: relative
}

.vux-popup-picker-header:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: .02667rem;
	border-bottom: .02667rem solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.vux-popup-picker-header-menu {
	text-align: left;
	padding-left: .4rem;
	line-height: 1.17333rem
}

.vux-popup-picker-header-menu-right {
	text-align: right;
	padding-right: .4rem
}

.vux-popup-picker-select {
	width: 100%;
	position: relative
}

.vux-popup-picker-select-box.weui-cell__bd:after {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: .16rem;
	width: .16rem;
	border-width: .05333rem .05333rem 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	position: relative;
	top: -.05333rem;
	position: absolute;
	top: 50%;
	right: .4rem;
	margin-top: -.08rem
}

.vux-popup-picker-cancel {
	color: #828282
}

.vux-popup-picker-placeholder {
	color: #999
}

.scroller-component {
	display: block;
	position: relative;
	height: 238px;
	overflow: hidden;
	width: 100%
}

.scroller-content {
	z-index: 1
}

.scroller-content,.scroller-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.scroller-mask {
	height: 100%;
	margin: 0 auto;
	z-index: 3;
	transform: translateZ(0);
	background-image: linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),linear-gradient(0deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));
	background-position: top,bottom;
	background-size: 100% 102px;
	background-repeat: no-repeat
}

.scroller-item {
	text-align: center;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	color: #000
}

.scroller-indicator {
	width: 100%;
	height: 34px;
	position: absolute;
	left: 0;
	top: 102px;
	z-index: 3;
	background-image: linear-gradient(180deg,#d0d0d0,#d0d0d0,transparent,transparent),linear-gradient(0deg,#d0d0d0,#d0d0d0,transparent,transparent);
	background-position: top,bottom;
	background-size: 100% 1px;
	background-repeat: no-repeat
}

.scroller-item {
	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis
}

.vux-flexbox {
	width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vux-flexbox .vux-flexbox-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	min-width: .53333rem;
	width: 0
}

.vux-flexbox .vux-flexbox-item:first-child {
	margin-left: 0!important;
	margin-top: 0!important
}

.vux-flex-row {
	box-direction: row;
	box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row
}

.vux-flex-col,.vux-flex-row {
	-webkit-box-direction: normal
}

.vux-flex-col {
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column
}

.vux-flex-col>.vux-flexbox-item {
	width: 100%
}

.vux-tap-active {
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.vux-tap-active:active {
	background-color: #ececec
}

.weui-cells {
	margin-top: 1.17647059em;
	background-color: #fff;
	line-height: 1.41176471;
	font-size: 17px;
	overflow: hidden;
	position: relative
}

.weui-cells:before {
	top: 0;
	border-top: .02667rem solid #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-cells:after,.weui-cells:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: .02667rem;
	color: #d9d9d9
}

.weui-cells:after {
	bottom: 0;
	border-bottom: .02667rem solid #d9d9d9;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-cells__title {
	margin-top: .77em;
	margin-bottom: .3em;
	padding-left: .4rem;
	padding-right: .4rem;
	color: #999;
	font-size: 14px
}

.weui-cells__title+.weui-cells {
	margin-top: 0
}

.weui-cells__tips {
	margin-top: .3em;
	color: #999;
	padding-left: .4rem;
	padding-right: .4rem;
	font-size: 14px
}

.weui-cell {
	padding: .26667rem .4rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.weui-cell:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: .02667rem;
	border-top: .02667rem solid #d9d9d9;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: .4rem
}

.weui-cell:first-child:before {
	display: none
}

.weui-cell_primary {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.weui-cell__bd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.weui-cell__ft {
	text-align: right;
	color: #999
}

.vux-cell-justify {
	height: 1.41176471em
}

.vux-cell-justify.vux-cell-justify:after {
	content: ".";
	display: inline-block;
	width: 100%;
	overflow: hidden;
	height: 0
}

.weui-loading {
	width: .53333rem;
	height: .53333rem;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: weuiLoading 1s steps(12) infinite;
	animation: weuiLoading 1s steps(12) infinite;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat;
	background-size: 100%
}

.weui-loading.weui-loading_transparent {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPgo=")
}

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

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

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

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

.vux-cell-primary {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.vux-label {
	word-wrap: break-word;
	word-break: break-all
}

.vux-label,.weui-cell__ft .weui-loading {
	display: inline-block
}

.weui-cell__ft.vux-cell-align-left {
	text-align: left
}

.weui-cell.vux-cell-no-border-intent:before {
	left: 0
}

.weui-cell_access .weui-cell__ft.vux-cell-arrow-down:after {
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0) rotate(90deg);
	transform: matrix(.71,.71,-.71,.71,0,0) rotate(90deg)
}

.weui-cell_access .weui-cell__ft.vux-cell-arrow-up:after {
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0) rotate(-90deg);
	transform: matrix(.71,.71,-.71,.71,0,0) rotate(-90deg)
}

.vux-cell-arrow-transition:after {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.vux-cell-disabled .vux-label {
	color: #b2b2b2
}

.vux-cell-disabled.weui-cell_access .weui-cell__ft:after {
	border-color: #e2e2e2
}

.vux-label-desc {
	font-size: 14px;
	color: #666
}

.vux-popup-dialog {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #eee;
	z-index: 501;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	max-height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.vux-popup-dialog.vux-popup-left {
	width: auto;
	height: 100%;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
}

.vux-popup-dialog.vux-popup-right {
	width: auto;
	height: 100%;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto
}

.vux-popup-dialog.vux-popup-top {
	width: 100%;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
}

.vux-popup-mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	tap-highlight-color: transparent;
	z-index: -1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}

.vux-popup-mask.vux-popup-show {
	opacity: 1
}
  

#index[data-v-2aa1ee85] {
	padding: 0;
	position: relative
}

#index .topHint[data-v-2aa1ee85] {
	width: 10rem;
	height: auto;
	padding: 0 .94667rem;
	margin: .53333rem 0;
	text-align: center
}

#index .topHint .engText[data-v-2aa1ee85] {
	font-size: 12px;
	color: #666
}

#index .topHint .chnText[data-v-2aa1ee85] {
	font-size: 14px
}

#index .orangeNum[data-v-2aa1ee85] {
	color: #ff801a
}

#index .enTitleText[data-v-2aa1ee85] {
	font-size: 10px;
	color: #333
}

#index .sheetBox[data-v-2aa1ee85] {
	/*width: 10rem;*/
	height: auto;
	padding: 0 .42667rem;
	background: #fff
}

#index .sheetBox .inputBox[data-v-2aa1ee85] {
	border-bottom: .0267rem solid #eee;
	overflow: hidden;
	padding: .16667rem 0
}

#index .sheetBox .inputBox .titleName[data-v-2aa1ee85] {
	font-size: 14px;
	float: left
}

#index .sheetBox .inputBox .inputName[data-v-2aa1ee85] {
	float: right;
	text-align: right;
	min-height: .61333rem;
	width: 6.56rem;
	height: auto;
	background: #fff;
	font-size: 14px
}

#index .sheetBox .inputBox .inputName .icon-yousanjiao[data-v-2aa1ee85] {
	position: absolute;
	top: .06rem;
	right: 0;
	font-size: 14px
}

#index .sheetBox .radioBox[data-v-2aa1ee85] {
	border-bottom: .02667rem solid #eee;
	overflow: hidden;
	padding: .06667rem 0 ;
}

#index .sheetBox .radioBox .titleName[data-v-2aa1ee85] {
	font-size: 13px
}

#index .sheetBox .radioBox .inputRadio[data-v-2aa1ee85] {
	padding: .4rem .21333rem;
	font-size: 12px
}

#index .sheetBox .radioBox .inputRadio label[data-v-2aa1ee85] {
	margin: 0 .13333rem
}

#index .sheetBox .radioBox .inputRadio label input[data-v-2aa1ee85] {
	margin-right: .13333rem;
	width: .45333rem;
	height: .45333rem;
	position: relative;
	top: .05333rem;
}

#index .traveller[data-v-2aa1ee85] {
	/*width: 10rem;*/
	height: auto
}

#index .traveller .travellerTitle[data-v-2aa1ee85] {
	/*width: 10rem;*/
	height: auto;
	overflow: hidden;
	padding: .26667rem .42667rem
}

#index .traveller .travellerTitle .travellerNo[data-v-2aa1ee85] {
	float: left
}

#index .traveller .travellerTitle .travellerDel[data-v-2aa1ee85] {
	float: right;
	color: #71acfd
}

#index .addTraveller[data-v-2aa1ee85] {
	/*width: 10rem;*/
	height: auto;
	margin: .53333rem 0;
	padding: 0 .42667rem;
	background: #fff
}

#index .addTraveller .inputBox[data-v-2aa1ee85] {
	border-bottom: .02667rem solid #eee;
	overflow: hidden;
	padding: .16667rem 0
}

#index .addTraveller .inputBox .titleName[data-v-2aa1ee85] {
	font-size: 12px;
	float: left
}

#index .addTraveller .inputBox .inputName[data-v-2aa1ee85] {
	float: right;
	text-align: left;
	font-size: 14px;
	color: #71acfd
}

#index .information[data-v-2aa1ee85] {
	/*width: 10rem;*/
	height: auto;
	margin: .53333rem 0;
	padding: 0 .42667rem;
	background: #fff
}

#index .information .inputBox[data-v-2aa1ee85] {
	border-bottom: .02667rem solid #eee;
	overflow: hidden;
	padding: .16667rem 0
}

#index .information .inputBox .titleName[data-v-2aa1ee85] {
	font-size: 14px;
	float: left;
	width: .66667rem;
	height: auto
}

#index .information .inputBox .titleName label[data-v-2aa1ee85] {
	margin: 0 .13333rem
}

#index .information .inputBox .titleName label input[data-v-2aa1ee85] {
	margin-right: .08rem;
	width: .45333rem;
	height: .45333rem;
	position: relative;
	top: .13333rem
}

#index .information .inputBox .inputName[data-v-2aa1ee85] {
	width: 18.4rem;
	height: auto;
	float: right;
	text-align: left;
	font-size: 12px
}

#index .bottomHint[data-v-2aa1ee85] {
	/*width: 10rem;*/
	height: auto;
	padding: 0 .94667rem;
	margin: .53333rem 0;
	line-height: .45333rem;
	font-size: 8px;
	color: #999
}

#index .submit[data-v-2aa1ee85] {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9.14667rem;
	height: 1.2rem;
	font-size: 17px;
	color: #fff;
	background: #71acfd;
	border-radius: 1rem;
	font-weight: 500;
	margin: .53333rem 0
}

.pickertoolbartitle[data-v-2aa1ee85] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	line-height: 1.06667rem;
	font-size: 16px
}

.pickertoolbartitle .btncancel[data-v-2aa1ee85],.pickertoolbartitle .btnsure[data-v-2aa1ee85] {
	color: #71acfd
}
