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-flex-box h2::before {
	width: .22rem;
	height: 1rem;
	top: 0.8rem;
	position: absolute;
	content: "";
	background: #2d81f4;
	border-radius: 20px;
	left: .6rem;
}
.border-bottom {
	border-bottom: 1px solid #f1f1f1;
}
.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; 
	padding: .53rem;
}
.aui-health-box-top {
	margin-top: -4rem;
}

/*待办页面*/
.aui-margin-b-15 {
	margin-top: 15px
}

.aui-label {
	display: inline-block;
	padding: 0.4em 0.35em;
	font-size: 0.9rem !important;
	line-height: 1;
	color: #777;
	background-color: #dddddd;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.25em;
	position: relative;
}
.aui-label-primary {
	color: #ffffff !important;
	background-color: #00bcd4;
}
.aui-label-success {
	color: #ffffff!important;
	font-size: 0.9rem !important;
	background-color: #31bf79;
}
.aui-label-info {
	color: #ffffff !important;
	background-color: #218afd;
}
.aui-label-p {
	color: #ffffff !important;
	background-color: #ff86b6;
}
.aui-label-y {
	color: #ffffff;
	background-color: #fa9f77;
}
.aui-label-warning {
	color: #ffffff !important;
	background-color: #ea8340;
}
.aui-label-gray {
	color: #ffffff;
	background-color: #999;
}
.aui-label-danger {
	color: #ffffff;
	background-color: #f25067;
}
/*基本容器*/
.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 .8rem;  position: relative;  width: 100%; color: #fff; margin: .6rem auto; 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: 100%; margin-right: 10px; }
.aui-smlist li .aui-col-xs-11 P { margin: 0; font-size: .8rem; color:rgba(255, 255, 255, .6);}

.aui-smlist li .aui-row {display: flex; align-items: center;height: 10vh;}
h3.aui-xl-title {
    background: url(../images/xltitle.png) no-repeat center center;
    background-size: 100%;
    width: 100%;
    margin: .5rem auto;
    text-align: center;
    color: #212121;
    font-size: 1rem;
   
}
.mt-5{margin-top: .5rem;}
.aui-table { width: 100%;
    color: #747a80; font-size:12px;
  border-collapse: collapse;
}
.aui-table tbody tr:nth-of-type(2n+1) {
    background-color: #fdfdfd;
}
.aui-table tbody tr td:nth-child(1) {
 text-align: center; 
}
.aui-table td:first-child{width: 5rem;}
.trbg{background:url(../images/titlebg1.png); background-size: 100% 100%; }

.aui-table th{ color: #fff; font-weight:normal; text-align:center;height: 3.65vh;padding:.5rem; border: 1px solid #5b94f7;}
.aui-table td{ padding:.5rem; font-size: .9rem; border: 1px solid #f9f9f9;  height: 3.65vh;}
.aui-table td input{ padding: 5px; border: 1px solid #ddd; width: 100%; text-align: center; }
.trbg2{background: #ebf2fe; }
.trbg2 td{padding: .3rem;}
.aui-btn-primary {
    color: #ffffff; width: 96%; margin: 0 auto; border-radius: 5px; border: none; padding: .5rem;
    background-image: linear-gradient(to right, #00b5ff 0%, #00a1ff 100%) !important;
}
.aui-btnbox {
    margin: 0.5em 0;
    display: flex;
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    background: #fff;
}
.aui-palace-two .aui-palace-grid {
    width: 50%;
    position: relative;
    float: left;
    padding: 1px;
    box-sizing: border-box;
    margin: 5px 0;
}
.aui-palace-two  .aui-palace-grid-icon {
    width: 3rem;
    height: 3rem;
    background: #f8f6f8;
    line-height: 3rem;
    margin: 0 auto;
    border-radius: 1.6rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .2rem;
}
.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.aui-palace-grid-text h2 { text-align: center;
    font-size: 0.9rem;
    font-weight: normal;
    color: #555;
}
.foot-text{text-align: center; margin: .5rem 0; color: #e0846f; font-size: .9rem;}


.aui-health-toptj {
    width: 100%;
    height: 9rem;
    background: url(../images/headtj.png) bottom center;
    background-size: 100% 100%;
}
.aui-health-tophj {
    width: 100%;
    height: 9rem;
    background: url(../images/headhj.png) bottom center;
    background-size: 100% 100%;
}
.aui-health-topsjj {
    width: 100%;
    height: 9rem;
    background: url(../images/headsjj.png) bottom center;
    background-size: 100% 100%;
}
.aui-health-topsp {
    width: 100%;
    height: 9rem;
    background: url(../images/headsp.png) bottom center;
    background-size: 100% 100%;
}
.aui-health-topsmz {
    width: 100%;
    height: 9rem;
    background: url(../images/headsmz.png) bottom center;
    background-size: 100% 100%;
}
.aui-user-ul h1{color: #fff; font-size: 1.2rem; }

.aui-smlist2{width: 96%; margin: .8rem auto;}
.aui-smlist2 li{padding:0 .8rem;  position: relative;  width: 100%; color: #333; margin: .6rem auto; border-radius: 10px; }

.aui-smlist2 li img{ width: 3rem; margin-right: 10px; }
.aui-smlist2 li .aui-col-xs-11 P { margin: 0; font-size: .8rem; color:rgba(255, 255, 255, .6);}

.aui-smlist2 li .aui-col-xs-11 {display: flex; align-items: center;height: 10vh;}

.aui-smlist2 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 #999;
	border-top: none;
	border-right: none;
	z-index: 2;
	-webkit-border-radius: 0;
	border-radius: 0;
    transform: rotate(-135deg);
 
}
.jcbg{background:#f4f8fe; border: 1px solid #7cb6ff;  color: #333;}
