body, html {
  height:100%;
  -webkit-tap-highlight-color: transparent;
}
body{
	background:#fff;font-family:Helvetica;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-text-size-adjust: 100% !important;
}
.page_bd{
	max-width:640px;
	margin: 0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	height:100%;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.header{
	position:fixed;
	z-index:50;
	top:0;
	background:#fff;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	1padding:0 10px;
	1border-bottom:1px solid #e7e7e7;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.header:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #c0bfc4;
	color: #c0bfc4;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.header_hd{
	float:left;
	height:100%;
	margin-left:10px;
	padding:0 10px;
	color:#E70012;
	position:relative;
	z-index:53;
}
.header_bd{
	position:absolute;
	z-index:50;
	width:100%;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	color:#333;
	font-weight:bold;
	padding:0 30px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.header_ft{
	float:right;
	margin-right:10px;
	position:relative;
	z-index:53;
	color:#008BE6;
}
.backArrow{
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-top:12px;
	border-left:2px solid #333;
	border-bottom:2px solid #333;
	-webkit-transform: scale(0.75, 0.75) rotate(45deg);
	transform: scale(0.75, 0.75) rotate(45deg);
}
.footer{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:50;
	background:#f7f7fa;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.footer:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #c0bfc4;
	color: #c0bfc4;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.footer__item {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.weui-tabbar{
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{
    color: #008BE6;
}
.weui-navbar__item.weui-bar__item--on {
	color: #fff;
	background-color: #E70012;
}
.weui-navbar__item{
	padding:8px 0;
	background:#fff;
}
@supports(-webkit-touch-callout:none) {
	.weui-form-preview__label{
		text-align: left;
		text-align-last: unset;
	}

	.weui-form-preview__label1111:after {
		content: '';
		width:100%;
		display: none;
	}
}