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: #edf0f4;
	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;
}
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;/*去除input默认样式*/
}
input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;/*去除input默认样式*/
}
.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;
}
.b-line {
	position: relative;
}
.b-line:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.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;
}
.mt-b5 {
margin-bottom: .75rem !important;
}
.flex-wrap {
	flex-wrap: wrap;
	justify-content: center;
}
.aui-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}
.aui-flex-box h1.aui-title {
	font-family: "微软雅黑" !important;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 1.1rem !important;
	font-weight: 600;
}
.aui-title .more{   position: absolute; right: .5rem; color: #999; font-size: .8rem;}
.aui-flex-box .aui-user-ul li {
	padding: 0;
	margin: 0
}
.aui-flex-box .aui-user-ul h3 {
font-size:1rem;
	font-weight: 500;
	color: #d6eff6;
margin:.1rem 0;
}
.aui-flex-box .aui-user-ul h3 span{ margin-right: 1rem;}
.aui-palace-text .aui-palace-grid-icon span.aui-text-m5 {
	margin-bottom: -12px;
	display: inline-block;
	overflow: hidden;
	margin-left: 20px
}
.aui-flex-box .aui-address {
	color: #d6eff6;
font-size:.7rem
}
.aui-address img {
	float: left;
margin-top:.26rem;
	margin-right: 3px;
}
.aui-flex-box .aui-spantx2 {
	margin-top: 0rem;
	color: #fff;
font-size:.7rem
}
/* 必要布局样式css */
.aui-flexView {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.aui-scrollView {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	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: #1c7bf3;
}
.aui-navBar-item {
	height: 44px;
	min-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0.9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	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;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/*头部*/
.aui-health-head { padding: .5rem;
	width: 100%;
	height: 10rem;
	background: url("../images/head_bg.png") no-repeat;
	background-size: 100% 100%;

}
.aui-user-ul h1{ color: #fff; font-size: 1.1rem;}
.aui-hnt-title {
	font-size: 1rem;
	color: #fff;
padding: .3rem 0;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px
}
.m-top{margin-top: -4rem !important; z-index: 1000;}
.aui-lc-int {
	width: 65%;
}
.aui-top-box {
	display: flex;
padding: .6rem 0;
margin:0 .5rem  !important;
	justify-content: space-between;
}
.pd5{padding: .5rem 0;}
.aui-inner-box { background-image: linear-gradient(to right, #f8f9fd 0%, #f4f6fd 100%); margin: 0 10px;
display: flex; border-radius: 5px;}
.aui-50{text-align: center; width: 50%; color: #637086;}
.aui-50 b{color: #001437;}
.br-l{border-right: 1px solid #e4e4ea;}
.aui-lc-img img {
	padding: 0;
	margin: 0;
	width: 100%;
}
.aui-member-head ul li {
	color: #fff
}
.aui-lc-table {
	width: 100%;
}
.aui-lc-table td {
padding: .3rem 0;
}
.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: 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: 95%;
	margin: 0 auto;
	box-shadow: 0 0 12px #dfe5f3;
}
/*颜色*/
.aui-text-default {
	color: #001437 !important;
}
.aui-text-white {
	color: #ffffff !important;
}
.aui-text-primary {
	color: #0d9dfd !important;
}
.aui-text-success {
	color: #43be69 !important;
}
.aui-text-info {
	color: #0591f4 !important;
}
.aui-text-warning {
	color: #ffc107 !important;
}
.aui-text-danger {
	color: #e51c23 !important;
}
.aui-text-pink {
	color: #e91e63 !important;
}
.aui-text-purple {
	color: #673ab7 !important;
}
.aui-text-indigo {
	color: #3f51b5 !important;
}
.aui-bg-default {
	background-color: #f5f5f5 !important;
}
.aui-bg-primary {
	background-color: #00bcd4 !important;
}
.aui-bg-success {
	background-color: #009688 !important;
}
.aui-bg-info {
	background-color: #0591f4 !important;
}
.aui-bg-warning {
	background-color: #f1c40f !important;
}
.aui-bg-danger {
	background-color: #e51c23 !important;
}
.aui-bg-pink {
	background-color: #e91e63 !important;
}
.aui-bg-purple {
	background-color: #673ab7 !important;
}
.aui-bg-indigo {
	background-color: #3f51b5 !important;
}
/**/
.aui-bar {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	min-height: 2.25rem;
	font-size: 0.9rem;
	text-align: center;
margin-bottom: .5rem;
	display: table;
}
.aui-bar-nav .aui-btn {
	position: relative;
	z-index: 20;
	height: 3rem;
	line-height: 3rem;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border-radius: 0.1rem;
	border-width: 0;
	background: transparent !important;
}
.aui-bar-nav {
	top: 0;
	line-height: 3rem;
}
.aui-bar-light {
	color: #0f0f0f;
	font-size: 1.2rem;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.aui-bar-nav .aui-pull-left {
	padding: 0 0.5rem;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.8rem;
	font-weight: 400;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.aui-bar-nav .aui-title {
	top: 0;
	min-height: 3rem;
	position: absolute;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	right: 5rem;
	left: 5rem;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 2;
}
.aui-health-box-top {
	margin-top: -1.6rem;
}
.aui-health-box-top2 {
	margin-top: -2.6rem;
}
.aui-palace {
	padding: 0.5rem 0;
	position: relative;
	overflow: hidden;
}
.aui-palace2 {
	padding: 0.5rem 0.8rem;
}
.aui-palace-grid {
	position: relative;
	float: left;
	padding: 1px;
	width: 33.333%;
	box-sizing: border-box;
	margin: 0;
margin-bottom: .5rem;
cursor: pointer;
}
.aui-hint-content{overflow: hidden;}
.aui-hint-content .aui-palace-grid {
	position: relative;
	float: left;
	padding:3px 1px;
	width: 25%;
	box-sizing: border-box;
	margin: 0; text-align: center;
margin-bottom: .5rem;
cursor: pointer;
}
.aui-palace-5 {
	position: relative;
	float: left;
 padding: .5rem;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	cursor: pointer;
}
.aui-icon .aui-palace-grid-icon {
	width: 4rem;
	height: 4rem;
	background: #d3e9ff;
	position: relative;
	line-height: 4rem;
	margin: 0 auto;
	border-radius: 2rem;
	margin: 0 auto;
	text-align: center;
 margin-bottom:.2rem
}
.aui-palace-two .aui-palace-grid {
	width: 33.33%;
	position: relative;
	float: left;
	box-sizing: border-box;
	margin: 0;
}
.mt-6 {
margin-top: .6rem;
}
.aui-health-user img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    border-radius: 100%;
}
.aui-health-user {
    width: 60px;
    height: 60px;
    margin-right: 0.8rem;
}
.aui-palace-grid-icon img {
	display: block;
	width: 40%;
	margin: 0 auto;
	border: none;
}
.aui-palace-grid-text {
	display: block;
	text-align: center;
	color: #333;
	font-size: 0.85rem;
	text-overflow: ellipsis;
	overflow: hidden;
}
.aui-palace-grid-text h1 {
	font-size: 1rem;
	font-weight: normal;
	color: #666666;
}
.aui-palace-grid-text h2 {
	font-size: 0.9rem;
	font-weight: normal;
	color: #212121;
}
.aui-palace-text .aui-palace-grid-icon {
	width: auto;
	text-align: center;
	height: auto;
}
.aui-palace-text .aui-palace-grid-text h2 {
	color: #777;
	font-size: 0.8rem;
}
.aui-palace-text .aui-palace-grid-icon span {
	color: #333;
	font-size: 1rem;
 padding-top:.5rem;
	font-weight: bold
}
.aui-btn {
	position: relative;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 400;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0 0.6rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
}
.aui-btn-block {
	display: block;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	margin-bottom: 0;
	font-size: 1rem;
}
.aui-btn-primary {
	color: #ffffff;
	background-image: linear-gradient(to right, #00b5ff 0%, #00a1ff 100%);
}
.ui-btn-outlined {
	color: #1d9bf5 !important;
	border: 1px solid #1d9bf5 !important;
	background: #f2f6fc;
}
select {
	border: none;
	outline: none;
	/*去掉默认的下拉三角*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*添加下拉三角图标*/
	background: url("../images/jt_icon.png") no-repeat right center transparent;
}
option {
	background: none;
	text-align: center;
	color: #000025 !important;
	border: none;
	outline: none;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.mt-r5 {
margin-right: .5rem;
}
.pt0 {
	padding: 0 1rem;
}
.aui-img img {
	width: 100%;
}
@font-face {
	font-family: "aui_iconfont";
	src: url('aui-iconfont.ttf') format('truetype');
}
.aui-iconfont {
	position: relative;
	font-family: "aui_iconfont" !important;
	font-size: 0.7rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.aui-icon-plus::before {
	content: "\e6e3";
}
.aui-bar-nav .aui-btn .aui-iconfont {
	font-size: 0.9rem;
	line-height: 1.25rem;
	padding: 0;
	margin: 0;
	color: #0f0f0f;
}
.aui-bar-nav .aui-iconfont {
	position: relative;
	z-index: 20;
	font-size: 0.9rem;
	color: #0f0f0f;
	font-weight: 400;
	line-height: 2.25rem;
}
.aui-icon-left:before {
	content: "\e6f4";
}
.sous-title {
	display: flex;
	color: #0f0f0f;
padding: .3rem .6rem;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}
.sous-title img {
margin-right: .5rem;
	width: 1.8rem;
}
/*对齐,显示，隐藏等*/
.aui-pull-right {
	float: right !important;
}
.aui-pull-left {
	float: left !important;
}
.aui-hide {
	display: none !important;
}
.aui-show {
	display: block !important;
}
.aui-invisible {
	visibility: hidden;
}
.aui-inline {
	display: inline-block;
	vertical-align: top;
}
.aui-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: 8;
	visibility: hidden;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
}
.aui-mask.aui-mask-in {
	visibility: visible;
	opacity: 1;
}
.aui-mask.aui-mask-out {
	opacity: 0;
}
img.aui-img-round {
	border-radius: 50%;
}
.margin-t10 {
	margin-top: 10px;
}

i.aui-collapse-arrow {
	border: solid #999;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
 	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }
  .aui-collapse-header.aui-active .aui-collapse-arrow {
	   position: relative;
   top: -3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.aui-collapse-item {
	background: #fff;
	border-radius: 6px;
	width: 95%;
	margin: 0 auto 10px;
	box-shadow: 0 5px 15px #dadada;
	
}
.aui-collapse-header {
	cursor: pointer
}
.aui-collapse-header h3.h3 {
	position: relative;
	color: #0f0f0f !important;
	font-size: 1rem;
	;
	font-weight: normal;
margin-bottom: .2rem;
}
.aui-collapse-header h3.h3::before {
	position: absolute;
	width: 2px;
	background: #031639;
	height: 15px;
	border-radius: 6px;
	left: -8px;
	top: 4px;
	content: '';
}
.aui-more {
	position: absolute;
right: .5rem;
	top: 10%
}
.aui-icon-down:before {
	content: "\e6f7";
}
.aui-collapse-item {
	overflow: hidden
}
.aui-collapse-content {
	display: none;
	padding: 0 10px 10px;
	color: #0f0f0f !important;
}
.aui-content-padded .aui-collapse .aui-collapse-content li {
	background: #f5f5f5!important;
	border-bottom: 1px dashed #ddd!important;
margin-bottom:.1rem
}
.aui-collapse-content .aui-list-item-text {
padding:0 .6rem
}
.aui-collapse-content .aui-list-item:last-child {
	border-bottom: 0;
}
.aui-content-padded .aui-collapse {
	background: #fff;
	padding: 0px!important
}
.aui-content-padded .aui-collapse .aui-list-item {
	list-style: none;
	margin: 0;
 padding: .3rem .6rem !important;
	color: #212121;
	font-size: 1rem!important;
	border-radius: 0!important;
	border-bottom: 1px solid #dddddd !important;
	position: relative;
	min-height: 2.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.aui-text {
padding: .2rem 0;
}
.text2 {
	color: #ff7f01;
}
.text3 {
	color: #20ac79;
}

.aui-xmrb-box{ background: url(../images/xmbg.png) no-repeat  #d4e6f7; background-size: 100%; width: 100%; height:100vh;}
.aui-btn-ck{ color: #fff;
	border-radius:20px;
	width: 70%;
	 background-image: linear-gradient(to right, #2377e0 0%, #56cef5 100%);
	margin: .6rem auto;
	font-size: 1rem;
	height: 2.6rem;
line-height: 2.6rem;
	box-shadow: 0 0 12px #dfe5f3;
 margin-top:5rem;}
	.text-center{ text-align: center;}	

.aui-xmrb-box{ padding-top: 75%;}
.aui-xmrb-box ul{ padding: 1rem;}
.aui-xmrb-box ul li{ background: rgba(255, 255, 255, 0.3); border-radius: 5px; color: #fff; margin: .6rem 0; height: 2.6rem;
	line-height: 2.6rem; display: flex; align-items: center; }
.aui-xmrb-box input{ border: none; background: none;color: #fff; width: 90%; text-align: center;}
.aui-xmrb-box img{width:20px;}

.aui-xmrb-box input::placeholder {
	color: #fff !important;
	text-align: center; 
}
.aui-xmrb-health{    padding: .5rem;
    width: 100%;padding-top: 1rem; 
    height: 9rem;
    background: url(../images/rbg.png) no-repeat;
	background-size: 100% 100%;}
.aui-xmrb-health h2{ background: url(../images/titlebg.png)  no-repeat top 30% center; background-size: 100%;  width: 80%; margin: 0 auto; text-align: center;  color: #fff; font-size: 1.2rem;}	
.time-text{color: #d6eff6; font-weight: normal; font-size: .9rem; margin-top: .3rem;}
.aui-xmrb-title h2 img{ width: 40px; margin-right: .5rem;}
.aui-xmrb-title h2{display: flex; align-items: center; margin: 0; font-size: 1rem; padding: .6rem;padding-bottom: .2rem; font-weight: normal; color: #142747;}
.aui-xmrb-title  p{ font-size: .8rem; color:#637087; background: #f3f7fc; margin: 0; padding: .5rem 1rem ;   padding-right: 0;  border-radius: 0 0 .6rem  .6rem;}
.xhrb_echarts{width: 100%; height: 39vh;}
.aui-30 {
    text-align: center;
    width: 33.333%;
	color: #637086;
	font-size: .92rem;
}
.ybox{text-align: center; margin: .5rem 0 0 0;}
.ybox img{width:5rem;}

.yboxtable{ width: 100%;   background: #f8f9fd;
    overflow: hidden; font-size: .9rem;
    border: 1px solid #f4f3f4;border-collapse:1;}
.yboxtable td{text-align: center;font-size: .9rem; padding: .1rem; color: #323232;}
.yboxtable th{ color:#626f86; font-weight: normal !important; border-bottom: 1px solid #f1f2f5; padding: .2rem 0; }
.num_lable {
	background: linear-gradient(to right, #efa014 , #f6b541) !important;
    width: 16px;
	height: 16px;
	font-size: .6rem  !important; 
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
}
.aui-btn-black{ color: #fff;
	border-radius: 20px;
	width: 100%;
	 background-image: linear-gradient(to right, #49bdf3 0%, #0498fe 100%);
	margin: .3rem auto;
	font-size: .9rem;  height: 1.6rem; line-height: 1.6rem;
	box-shadow: 0 0 12px #dfe5f3;}
.height19{height:23vh !important;
}
.height22{height:23vh !important;
}
@media screen and (min-height: 735px) {
	.yboxtable td{ padding: .3rem .2rem;}
	.height19{height:26vh !important;}
	.height22{height:29vh !important;
	}.aui-btn-black{  height: 2.2em; line-height: 2.2rem;margin-top: .5rem;}
}
@media screen and (min-height:810px) {
	.yboxtable td{ padding: .5rem .2rem;}
	.height19{height:26vh !important;}
	.height22{height:29vh !important;
	}.aui-btn-black{  height: 2.2em; line-height: 2.2rem; margin-top: .5rem;}
}