html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "微软雅黑", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: #eef3fa;
	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: #666;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.r-line {
	position: relative;
}
.r-line:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	border-right: 1px solid #D9D9D9;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.aui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	position: relative;
}
.aui-flex-xm {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-start
}
.width90 {
	width: 90%
}
.xm-text-sh {
	width: 4.2rem;
	color: #aacffd;
	display: inline-block
}
.font18 {
	font-size: 1.8rem;
}
.aui-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 1rem;
	color: #333;
}
.aui-flex-box h1.aui-title {
	font-family: "微软雅黑" !important;
	color: #ffffff;
	font-size: 1.1rem !important;
	text-align: left;
}

.aui-dizhi i {
	position: relative;
top:.1rem
}
.aui-palace-grid2-icon {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: inherit;
}
.aui-flex-box .aui-spantx {
	color: #fff;
margin-top:.1rem;
font-size:.96rem
}
.height3 {
	height: 12rem;
	width: 100%
}
.aui-flex-box .aui-spantx2 {
	margin-top: 0.1rem;
	color: #fff;
font-size:.7rem
}
/* 必要布局样式css */

.aui-center-title {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 1.08rem;
	color: #fff;
}
.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}
.aui-health-head {
	width: 100%;
	height:12rem;
	background: url("../images/headbg.png")    ;
	background-size:100% 100%;
}


.aui-icon-jt{ float: left; color: #fff;}
.aui-icon-jt a{color: #fff;}
.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;
	padding-left: .6rem;
}
.aui-arrow {
	text-align: right;
	color: #999999;
	padding-right: 12px;
	position: relative;
	font-size: 0.8rem;
}
.aui-more {
	text-align: right;
	color: #666;
	padding-right: 12px;
	position: relative;
	font-size: 0.9rem;
}
.aui-arrow:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #999999;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	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: 96%;
	margin: 0 auto 10px;
	box-shadow: 0 5px 15px #dadada;
	overflow: hidden; 
}
.aui-health-box-top {
	margin-top: -4rem;
}

/*待办页面*/
.aui-margin-b-15 {
	margin-top: 15px
}

/*基本容器*/
.aui-content {
	padding: 0 1rem;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	word-break: break-all;
	background: url(../images/bg-r.png) no-repeat top right;
	background-size: 70%
}
.aui-content-padded {
	margin: 0.75rem;
	position: relative;
	word-break: break-all;
	-webkit-overflow-scrolling: touch;
}
/*栅格类*/
.aui-row {
	overflow: hidden;
	margin: 0;
}
.aui-row-padded {
	margin-left: -0.125rem;
	margin-right: -0.125rem;
}
.aui-row-padded [class*=aui-col-xs-] {
	padding: 0.125rem;
}
.aui-col-xs-1, .aui-col-xs-2, .aui-col-xs-3, .aui-col-xs-4, .aui-col-xs-5, .aui-col-xs-6, .aui-col-xs-7, .aui-col-xs-8, .aui-col-xs-9, .aui-col-xs-10, .aui-col-xs-11, .aui-col-5, .aui-col-xs-20 {
	position: relative;
	float: left;
}
.aui-col-xs-12 {
	width: 100%;
	position: relative;
}
.aui-col-xs-11 {
	width: 91.66666667%;
}
.aui-col-xs-10 {
	width: 83.33333333%;
}
.aui-col-xs-9 {
	width: 75%;
}
.aui-col-xs-8 {
	width: 66.66666667%;
}
.aui-col-xs-7 {
	width: 58.33333333%;
}
.aui-col-xs-6 {
	width: 50%;
}
.aui-col-xs-5 {
	width: 41.66666667%;
}
.aui-col-xs-4 {
	width: 33.33333333%;
}
.aui-col-xs-3 {
	width: 25%;
}
.aui-col-xs-2 {
	width: 16.66666667%;
}
.aui-col-xs-1 {
	width: 8.33333333%;
}
.aui-col-5 {
	width: 20%;
}
.aui-col-xs-20 {
	width: 20.833%;
}
.aui-smlist{width: 96%; margin: .8rem auto;}
.aui-smlist li{padding:0 .5rem; height: 9vh; position: relative;  width: 100%; color: #fff; margin: .6rem auto; line-height: 9vh; border-radius: 10px; }
.top_bg1{  background: url(../images/top_bg1.png);   background-size: 100% 100%;}
.top_bg2{  background: url(../images/top_bg3.png);   background-size: 100% 100%;}
.top_bg3{  background: url(../images/top_bg4.png);   background-size: 100% 100%;}
.top_bg4{  background: url(../images/top_bg2.png);   background-size: 100% 100%;}
.top_bg5{  background: url(../images/top_bg5.png);   background-size: 100% 100%;}
.aui-smlist li img{ width: 2.2rem; margin-right: .4rem;}
.aui-smlist li .aui-col-xs-11 {display: flex; align-items: center;}

.aui-smlist li:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    margin-top: -0.2rem;
    background: transparent;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(
-135deg
);
    transform: rotate(-135deg);
}
.aui-flex-box h2 {
    color: #333333;
    font-size: 1rem;  position: relative;
    font-weight: normal; padding: 10px;
    padding-left: 1rem;border-bottom: 1px solid #f1f1f1;
}
.aui-flex-box h2::before {
    width: .22rem;
    height: 1rem;
    top: 0.8rem;
    position: absolute;
    content: "";
    background: #2d81f4;
    border-radius: 20px;
    left: .6rem;
}