html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Helvetica", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
a, label, button, input, select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	border: 0;
}
body {
	background: #f8f8f8;
	color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #039be5; font-size:.9rem
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.aui-flex {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	position: relative;
}
.aui-flex-box {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}
.aui-flex-box .aui-spantx {
	color: #fff;
font-size:.9rem
}
.aui-flex-box .aui-spantx2 {
	margin-top: 0.1rem;
	color: #fff;
font-size:.7rem
}
/* 必要布局样式css */
.aui-flexView {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.aui-scrollView {
	width: 100%;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.aui-navBar {
	height: 44px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1002;
	background: #039be5;
	font-size: 1.2rem;
	font-weight: bold
}
.aui-navBar-item {
	height: 44px;
	min-width: 25%;
	flex: 0 0 25%;
	padding: 0 0.9rem;
	display: flex;
	align-items: center;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	color: #808080;
	position: relative;
}
.aui-navBar-item:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: -25%;
	font-size: 0.9rem;
	font-weight: bold;
}
.aui-navBar-item:last-child {
	-webkit-box-ordinal-group: 4;
	order: 3;
	justify-content: flex-end;
}
.aui-center {
	-webkit-box-ordinal-group: 3;
	order: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 50%;
	margin-left: 25%;
}
.aui-center-title {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	color: #fff;
}
.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}
.aui-member-head {
	background-repeat: no-repeat;
}
.aui-member-head .aui-health-user img {
	width: 100%;
	height: auto;
	display: block;
	border: 2px solid #fff;
	border-radius: 100%;
}
.aui-member-head ul li {
	color: #fff
}
.aui-health-head {
	background-repeat: no-repeat;
}
.aui-health-user {
	width: 60px;
	height: 60px;
	margin-right: 0.8rem;
}
.aui-health-user img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	border-radius: 100%;
}
.aui-flex-box h2 {
	color: #333333;
	font-size: 1rem;
	font-weight: normal;
}
.aui-arrow {
	text-align: right;
	color: #999999;
	padding-right: 12px;
	position: relative;
	font-size: 0.8rem;
}
.aui-arrow:after {
	content: " ";
	display: inline-block;
 height: .6rem;
 width:  .6rem;
	border-width: 2px 2px 0 0;
	border-color: #999999;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px;
	border-radius: 1px;
}
.aui-health-box {
	background: #fff;
	border-radius: 6px;
	width: 93%;
	margin: 0 auto 15px;
	box-shadow: 0 5px 15px #dadada;
}
.aui-health-box-top {
	margin-top: -2rem;
}
.aui-health-box-top {
	margin-top: -2rem;
}
.aui-palace {
	padding: 0.5rem 0;
	position: relative;
	overflow: hidden;
}
.aui-footer {
	width: 100%;
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	padding: 7px 5px 7px 5px;
	background: #ffffff;
	box-shadow: 0 -1px 9px #e8e8e8;
}
.aui-footer:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #e4e4e4;
	transform: scaleY(0.5);
	transform-origin: 0 100%;
}
.aui-tabBar-item {
	flex: 1;
	display: flex;
	-webkit-box-orient: vertical;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #979797;
}
.aui-tabBar-item-text {
	display: inline-block;
	font-size: 0.65rem;
	color: #3b4048;
	padding-top: 2px;
}
.aui-tabBar-item-active .aui-tabBar-item-text {
	color: #0f6ff4;
}
.aui-footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 49;
}
/*待办页面*/
.aui-margin-b-15 {
	margin-top: 15px
}
/* 必要布局样式css */
.aui-flexView {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.aui-health-head .aui-flex {
	display: flex;
	align-items: center;
	padding: 1.5rem;
	position: relative;
}
.aui-flex-box {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}
.aui-flex-box h3 {
	color: #1a1a1a;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}
/*基本容器*/
.aui-content {
	padding: 1rem;
	color: #333;
	font-size: 1rem;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	word-break: break-all;
	background: #fff;
}
.aui-formbox{width:96%; background:#fff;border-radius:5px; margin:8px auto ;box-shadow: 0 5px 15px #dadada;}
.aui-formbox table{ border-collapse:collapse;  width:100%;overflow: hidden;}
.aui-formbox table tr{line-height:3.0rem; border-bottom:1px dashed #e7eaec;  }
.aui-formbox table tr td{ padding:5px .5rem}
.aui-formbox table tr td:nth-child(1) { border-radius:5px 0 0  0}
.aui-formbox table tr:nth-last-child(1) { border-radius:5px 0 0  0; border-bottom:none}
.bgcolor1{ color:#495057; background:#e9ecef; border-bottom:1px dashed #fff;padding:5px .3rem !important}
.aui-formbox input{ width:100%; border:none}
.subNav{ background:url(../images/icon_s.png); width:24px; height:24px; background-size:100%; float:right;border-radius:5px }
.icon2{ background:#ddd; width:12px; height:12px; }
.currentDd{color:#277fc2; border:none;}
.currentDt{ background:url(../images/icon_z.png); background-size:100%; }
.navContent{display: none;border-top:solid 1px #e7eaec; margin-top:30px !important; }
.aui-formbox .navContent tr{line-height:normal !important}
.navContent li a{display:block;heighr:28px;text-align:center;font-size:14px;line-height:28px;color:#333}
.navContent li a:hover{color:#fff;background-color:#277fc2}
.aui-formbox table tbody{ width:100%}
.line-height{line-height:22px}
.br1{border-right:1px dashed #e7eaec;}
.aui-formbox table.navContent tr td:nth-child(1){ color:#333}