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: #001437;
	letter-spacing: 1px;
	font-size: 1.2rem !important;
	font-weight: bold;

}

.aui-title .more{   position: absolute; right: .5rem; color: #999; font-size: .8rem;}
.aui-flex-box .aui-user-ul li { color: #fff;
	padding: 0;
	margin: 0
}
.aui-flex-box .aui-user-ul h3 {
font-size:1rem;
	font-weight: 500;
	color: #fff;
margin:.1rem 0;
}.aui-flex-box .aui-user-ul h3 a{color: #fff;}
.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-list-item-arrow{position: relative;  padding-right: 1.2rem; display:inline-block;}
.aui-card-list .aui-list-item-arrow{position:inherit;}
.aui-card-list .aui-collapse-title{ position: relative;}
.aui-card-list .aui-list-item-arrow:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 30%;
    right: 1rem;
    margin-top: -0.2rem;
    background: transparent;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
    border-radius: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);

}
.aui-collapse{ font-size: 1rem;}
.aui-collapse .aui-list-item-arrow:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0%;
    right: 1rem;
    margin-top: -0.2rem;
    background: transparent;
    border: 1px solid #333;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
    border-radius: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);

}
.aui-collapse-content{position: relative; z-index: 1000; background: #fff;}
  .aui-collapse-header.aui-active .aui-list-item-arrow:before {
	  
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
   }
.aui-user-ul .aui-list-item-arrow:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 0rem;
    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 .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/xjbg.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: -4.5rem !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-left: .5rem;padding-bottom: .5rem; }
.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; 
}
h2.h2{position: relative;
	color: #333333;
	font-size: 1rem; padding: .6rem;
	font-weight: normal; 
	padding-left: 1rem; background: #f3f7fc; border-bottom: 1px solid #f0f3fc; display: flex; justify-content: space-between;}
 h2.h2::before {
    width: .22rem;
    height: 1rem;
    top: 0.8rem;
    position: absolute;
    content: "";
    background: #0c9dfd;
    border-radius: 20px;
    left: .5rem;
}
.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;
	overflow: hidden;
	position: relative;
	z-index: 100;

}
.aui-label-top {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem !important;
    color: #d9c893;
    background:rgb(69,49,29,0.6);
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    right: -.5rem;
    top: 30%;
}
.aui-label-top img{ width: 18px; margin-right: .3rem;}
/*颜色*/
.aui-text-default {
	color: #001437 !important;
}
.aui-text-white {
	color: #ffffff !important;
}
.aui-text-primary {
	color: #00bcd4 !important;
}
.aui-text-success {
	color: #009688 !important;
}
.aui-text-info {
	color: #0090fd !important;
}
.aui-text-warning {
	color: #fb6531 !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-xl-content{overflow: hidden; background: #f8f9fd; border: 1px solid #f5f5f7; padding: .3rem 0; border-radius: 5px;}
.aui-xl-content .aui-palace-grid-icon  h3{ color: #222; margin-top: .3rem;}

h2.aui-xl-title {
    background: url(../images/xltitle.png) no-repeat center center;
    background-size: 100%;
    width: 80%;
    margin: 0 auto;
	margin-bottom: .5rem;
    text-align: center;
    color: #16a2fb;
    font-size: 1rem;
    font-weight: normal;}
.border-right{border-right: 1px solid #f5f5f7;}
.aui-xl-content .aui-palace-grid {
	position: relative;
	float: left;
	padding:3px 1px;
	width:33.333%;
	box-sizing: border-box; color: #666;
	margin: 0; text-align: center;
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 !important;
}
.aui-health-user img {
    width: 100%;
    height: auto; margin-top: 5px;
    display: block;
    border: none;
}
.aui-health-user {
    width: 50px;
    height: 50px;
    margin-right: 0.3rem;
}
.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: #666;
}
.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%) !important;
}
.aui-btn-warning {
	color: #ffffff;
	background:#f39800 !important;
}
.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-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-lc-box {
	display: flex;
	align-items: center;
margin-top: .5rem;
}
.aui-lc-box li {
font-size: .9rem;
	display: inline-block;
	width: 20%;
	text-align: center;
}
.aui-lc-box li img {
	width: 40px;
}
.aui-num-list {
	border: 1px solid #ddd;
padding: .2rem;
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	border-radius: 3px;
}
.aui-num-list span {
	background: #ddd;
padding: .1rem;
	display: block;
	border-radius: 3px;
}
.aui-lc-box .active .aui-num-list {
	border: 1px solid #00a1ff;
padding: .2rem;
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	border-radius: 3px;
}
.aui-lc-box .active .aui-num-list span {
	background-image: linear-gradient(to right, #00b5ff 0%, #00a1ff 100%);
 padding: .1rem;
	display: block;
	color: #fff;
	border-radius: 3px;
}
.aui-lc-box .active {
	color: #00a1ff;
}
.aui-ycl-text table{border:0px;
	border-collapse: collapse;}
.aui-ycl-text table td {
padding: .4rem .2rem;
}
.aui-ycl-text table td span {
	display: initial !important;
}
.aui-ycl-text table td span:last-child {
margin-right: .3rem;
	float: right;
}

.aui-ycl-text2 table{border:0px;
	border-collapse: collapse;}
.aui-ycl-text2 table td { text-align: center;
padding: .3rem 0;
}

.aui-ycl-text2 table td span {
	display: initial !important;
}
.aui-ycl-text2 table td span:last-child {
	float: right;
}
.aui-title {
padding: .5rem;
	color: #001437;
	font-size: 1rem;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.aui-title img {
	width: 1.3rem;
margin-right: .2rem;
margin-top: .1rem;
}
.baog_a {
	background: url('../images/baog_a.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.baog_a:hover{color: #009688;}
.baog_b {
	background: url('../images/baog_b.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.baog_c {
	background: url('../images/baog_c.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.baog_d {
	background: url('../images/baog_d.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.aui-content {
	overflow: hidden;
padding: .2rem .5rem;
}
.aui-shig-box .aui-palace-grid-icon {
	background: #f3f7fc;
padding: .3rem;
	border-radius: 5px;
margin: .3rem;
}
.aui-shig-box .aui-palace-grid-text h2 {
	font-size: 0.8rem;
	font-weight: normal;
margin-top: .3rem;
	color: #212121;
}
.aui-shig-box .aui-palace-grid-icon img {
	display: block;
	width: 90%;
	margin: 0 auto;
	border: none;
}
.wf-from-ul li {
	width: 100%;
	background: #fefdfe;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 3px;
	display: flex;
 padding: .6rem .5rem;
	justify-content: space-between;
 margin-bottom: .5rem;
}
.wf-from-ul li .aui-text-default {
	flex: 0 0 75%;
	text-align: right;
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aui-ycl-text {
	padding: 0 .8rem;
}
.aui-ycl-text2 {
	flex: 0 0 75%;
	max-width: 75%;
}
.aui-yzl-ul li .aui-text-default {
	display: inline-block;
}
.mt14 {
	margin-top: 14.8rem !important;
}
.mt10 {
	margin-top: 10.6rem !important;
}
.aui-yzl-ul li {
	display: flex;
}
.aui-yzl-ul li .aui-text-default {
font-size: .95rem;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aui-yzl-ul li p {
	display: flex;
}
.aui-ycl-img {
	position: relative;
	width: 4.8rem;
}

.aui-ycl-text2 table td .aui-text-default{ 	display: block;  flex: 0 0 100%; 
     max-width: 100%; 
     overflow:inherit; font-size: .9rem;
     text-overflow:inherit;  font-weight: bold;
	white-space: inherit;}
	.aui-ycl-text2 table td .aui-text-default .aui-text-danger{font-weight: bold;}
	.aui-ycl-text2 table td .aui-text-default .aui-text-info{font-weight: bold;}
	.aui-ycl-text2 table td .aui-text-default font{font-size: .8rem; font-weight: normal !important;}
.border-top{ border-top: 1px dashed #ebf3ff;}

.aui-smbg{
	background: url(../images/smbg.png);
	background-size: 100%  ;
}
.aui-spbg {
	background: url(../images/spbg.png);
	background-size: 100% 100% ;
}
.aui-tjbg{
	background: url(../images/tjbg.png);
	background-size: 100% 100% ;
}
.aui-ycbg {
	background: url(../images/ycbg.png);
	background-size: 100% 100% ;
}
.aui-sjjbg {
	background: url(../images/sjjbg.png);
	background-size: 100% 100% ;
}
.aui-ycl-img span {
	position: absolute;
bottom: .4rem; font-size: .85rem;
	color: #212121;
	width: 100%;
	display: block;
	text-align: center;
}
.aui-text-g{color: #667187; font-size: .9rem;}
.aui-yzl-ul li {
	border-bottom: 1px solid #e8eaf0;
padding: .6rem 0;
}
.border-r {
	border-right: 1px solid #f9f9f9;
}
.hnt-box {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #81c4f9;
	border-bottom: none;
	border-radius: 5px;
}
.no-hege {
	border: 1px solid #de9b9c !important;
	border-bottom: none!important;
}
.no-hege .box-footer {
	width: 100%;
	background: url(../images/card_foot_no.png);
	background-size: 100% 100%;
	height: 2.4rem;
	width: 100%;
	line-height: 2.4rem;
	color: #333;
padding: 0 .75rem;
}
.no-hege .hnt-box-title {
	background: url(../images/card_title_no.png);
	background-size: 100% 100%;
	height: 2.6rem;
	width: 100%;
	line-height: 2.6rem;
	color: #fff;
padding: 0 .75rem;
	position: relative;
	display: flex;
	align-items: center;
}
.hnt-box-title .more {
	position: absolute;
right: .5rem;
}
.box-footer {
	width: 100%;
	background: url(../images/card_foot.png);
	background-size: 100% 100%;
	height: 2.4rem;
	width: 100%;
	line-height: 2.4rem;
	color: #333;
padding: 0 .75rem;
}
.box-footer p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-footer p img {
	width: 1rem;
margin-right: .3rem;
}
.hnt-box-title img {
	width: 1rem;
margin-right: .3rem;
	position: relative;
top:.1rem
}
.hnt-box-body ul {
	background: #f3f7fc;
padding: .5rem 0;
	display: flex;
	justify-content: space-between;
}
.hnt-box-body ul li {
	display: inline-block;
	text-align: center;
	width: 33.333%;
padding: .5rem 0;
}
.hnt-box-body {
padding: .5rem;
}
.hnt-box-body ul li p {
padding: .2rem 0;
}
.hnt-box-body ul li p font {
font-size: .8rem;
}
.aui-card-top {
padding: .5rem .3rem;
	background: #f3f7fc;
font-size: .95rem; display: flex; justify-content: space-between;
margin: .5rem 0;
}
.aui-card-top font{ font-size: .8rem;  
	}

		
.hnt-box-title {
	background: url(../images/card_title.png);
	background-size: 100% 100%;
	height: 2.6rem;
	width: 100%;
	line-height: 2.6rem;
	color: #fff;
padding: 0 .75rem;
	position: relative;
	display: flex;
	align-items: center;
}

.aui-box-img{position: relative;width:6em; height: 6rem;}
.aui-box-img img{ width: 6rem; }
 .laber-num{position: absolute; right:1.5rem; top: .3rem;     display: inline-block;
    width: auto;
    text-align: center;
    min-width:1rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.6rem;
    color: #ffffff;
    background-color: #f44f2f;
    border-radius: 0.5rem;
 }
.aui-box-right{  position: absolute; right: 0; top: 0;}
.pt5{ padding-top: .2rem;}
.pt-r{ padding-left: .5rem;}
.footer {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
text-align: center;
padding: .5rem;
box-shadow:  0 0 12px #a1adc1;
background: #fff;
border-radius: 20px 20px 0 0;
font-size: .9rem;
}
.lable-time{ border: 1px solid #cde6fa;  border-radius: .3rem; padding: .5rem; display: block; color: #212121; text-align: center; }
.yunxu-table{ width: 100%;}
.yunxu-table td{ padding-top: .5rem;}
.boxbg{ background: #f3f7fc; margin: .5rem; border-radius: .5rem;}
.map-box{border: 1px solid #cde6fa; padding: 1px; }
.dw—lable span{ font-size: .9rem; margin: .3rem; font-weight: normal; padding: .2rem .8rem;  border-radius: 5px;  border: 1px solid rgba(51, 159, 251, 0.6); }
.dw—lable {display: flex; justify-content: center;}
.dw-bg1{background:#4b7ec0;}
.dw-bg2{background:#2685f7;}
.dw-bg3{background:#e3eefb; border:1px solid #bcd3fc !important}
.dw-bg4{background:#feefeb; border:1px solid #fecfc0 !important}
.m3-l{margin-left: .3rem;}
.yunxu-table button{ background: url(../images/btnbg.png);
	background-size: 100% 100%;
	height: 2.6rem; display: flex; justify-content: center; align-items: center;
	width: 100%; color:#fff; text-align: center; border: none;}
	.yunxu-table button img{ width: 1.2rem; margin-right: .2rem;}
	.map_vod{ width: 100%; height: 15rem;}
	.anchorBL{display: none;}

/*tab切换类*/
.aui-tab {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 12px #dfe5f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-self: center;
            align-self: center;
}
.aui-tab-item {
    width: 100%;
    height: 2.8rem;
    line-height: 2.8rem;
    position: relative;
    font-size: 1rem;
    text-align: center;
    color: #212121;
    margin-left: -1px;
    -webkit-box-flex: 1;
            box-flex: 1;
}
.aui-tab-item.aui-active {
    color: #17a1fd;
    border-bottom: 2px solid #17a1fd;
}.aui-pull-right {
	float: right !important;
}
.aui-pull-left {
	float: left !important;
}
.aui-hide {
	display: none !important;
}
.aui-show {
	display: block !important;
}


.aui-wy-item {
	margin: .8rem;
	display: block;
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 12px #dfe5f3;
  }

  .aui-wy-item h2 {
	border-bottom: 1px solid #e9e9e9; 
	padding: .6rem .75rem;
	margin: 0;
	font-weight: normal;
	font-size: 1rem;
	color: #414141;
  }

  .aui-wy-item h2 .more {
	   position: absolute; right: .5rem; top:.5rem;
	   font-size: .9rem; color: #1ca3fd !important;
  }
  .aui-wy-item h2 img{ width: 16px; margin-right: .3rem;}
  .aui-iconbox{display: flex; align-items: center;}
  .aui-wy-item h2 .more span {
	font-weight: normal;
  }


  .aui-wy-item .aui-text {
	padding: .75rem;
	display: flex;
	color: #666;
  }
  .imgbox{ width: 8rem; margin-right: .5rem;}
  .imgbox img{width: 100%;}
  .aui-list .aui-list-item {
	list-style: none;
	font-size: 1rem;
    margin: 0;
    padding: .5rem 0;
    padding-left: 0.5rem;
    color: #1c2e4d;
    border-bottom: 1px solid #f2f2f2;
    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;
}
button, .aui-btn {
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    margin: 0;
    background: #dddddd;
    background-color: rgb(221, 221, 221);
    padding: 0 0.6rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    border: none;
}
.aui-btn-gay {
    color: #444;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}
.aui-btn-info {
    color: #ffffff !important;
    background-color: #03a9f4 !important;
}
.aui-btn-info.aui-btn-outlined {
    color: #03a9f4 !important;
    border: 1px solid #03a9f4 !important;
    margin-right: .5rem;
}.aui-list .aui-list-item-input {
    width: 100%;
    padding: 0;
    padding-right: 0px;
    padding-right: 0;
    box-flex: 1;
    flex-shrink: 1;
    color: #333;
    text-align: right;
    font-size: .94rem;
}
.aui-btn-outlined {
    background: transparent !important;
    border: 1px solid #bdbdbd;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-left-5 {
    margin-left: .5rem;
}
.aui-center{ text-align: center;}
.aui-input1 {
    border: none;
    background: none;
    margin: 0 .2rem;
    padding: .3rem .5rem;
}
.aui-margin-t-10 {
    margin-top: 10px!important;
}
.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 1.08rem;
    color: #fff;
}
.width60 {
    width: 63%!important;
}
/*列表*/
.aui-gc-title{ background: url(../images/titlebg1.png); background-size: 100% 100%; padding: .5rem;  border-radius: 6px 6px 0 0; color: #fff; display: flex; justify-content: space-between;}
.aui-nbox .aui-gc-title2{ background: url(../images/titlebg2.png);background-size: 100% 100%;padding: .5rem;  border-radius: 6px 6px 0 0; color: #fff; display: flex; justify-content: space-between;}
.aui-nbox .aui-gc-title3{ background: url(../images/titlebg3.png);background-size: 100% 100%;padding: .5rem;  border-radius: 6px 6px 0 0; color: #fff; display: flex; justify-content: space-between;}


.aui-xl-bor{    background: #f8f9fd;
    border: 1px solid #f5f5f7;    display: flex;
    justify-content: space-between; margin: 0rem; padding: .5rem; width: 100%; border-radius: 5px;}
.aui-nbox {background: #fff;
    border-radius: 6px;
    width: 95%; font-size: .92rem;
    margin: 0 auto 10px;
	box-shadow: 0 5px 15px #dadada;}
	.aui-li-list li {
		font-size: .9rem;
		border-bottom: 1px solid #f1f1f1;
		padding:  .5rem;
		display: flex; justify-content: space-between;
	}	
	.jflex{ display: flex; align-items: center;}
	.aui-li-list li span{ color: #122545;}
.aui-textcolor{ color: #6c778c !important;   }
.width80{width: 70%; text-align: right;}
.aui-li-list li i{margin: 0 .3rem;}
.aui-gc-title img {
    width: 1.1rem;
    margin-right: .3rem;
    margin-top: .1rem;
}
.aui-gc-title2 img {
    width: 1.1rem;
    margin-right: .3rem;
    margin-top: .1rem;
}
.aui-gc-title3 img {
    width: 1.1rem;
    margin-right: .3rem;
    margin-top: .1rem;
}
/*我的信息*/
.aui-userbox{ background: url(../images/userbg.png) no-repeat; background-size: 100% 100%; height:7.6rem;  padding-top: 15%;	width:100%;
	}
.position {position: relative;}
.xm-liye-box li{ display:flex; position: relative; align-items: center; padding:  .5rem; border-bottom: 1px solid #f6f4f5; color: #00042a;}
.xm-liye-box li img{width:2.6rem;padding: .6rem }
.aui-userbox .aui-label3 {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem !important;
    color: #d9c893;
    background: #424a5d;
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    right: 1px;
    top: 26%;
}
.aui-userbox img { 
	width: 16px;
	margin-right: .3rem;
}

.aui-gcxm-box { 
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: rgb(0,0,0,0.1);
    color: #fff;
    font-size: .9rem;
    padding: 3px;
    border-image: linear-gradient(to right,#02b4ff, #3576f2) 20 20;
    border-radius: 0 0 6px 6px;
}
.user-text{padding: .2rem .3rem;}
.user-list{ display: flex; align-items: center; color: #fff; padding: 1rem;      background: #fff;
    border-radius: 6px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;}
.user-img { text-align: center; position: relative;z-index: 1000; top: -2rem;}
.user-img h3{font-size: 1rem; color: #333; margin-bottom: .2rem;}
.user-img img{ width: 4rem;border-radius: 50%;}
.gcusre .aui-palace-grid-icon img {
    display: block;
    width: 50%;
    margin: 0 auto;
    border: none;
}
.gcusre{margin-top: -3rem; overflow: initial; height: 14rem;}
.gcusre .aui-icon .kfbg6{background: linear-gradient(to bottom, #8991fc 0%, #4c58ea 100%) !important;}
.gcusre  .kfbg7 {
    background: linear-gradient(to bottom, #48dc9e 0%, #2cc779 100%) !important;
    color: #fff !important;
}
.gcusre .aui-palace-grid{width: 50%;}
.gcusre  .aui-icon .aui-palace-grid-icon {display: flex;
	align-items: center;}


/*待办工作*/
.aui-work{ background: url(../images/qy11.png) no-repeat bottom; background-size: 100%; height:5rem; 	width:100%;
	}
	.pt-2 {padding-top: 1rem;}
	.xm-list-box li{ display:flex; position: relative; align-items: center; padding: 0rem .5rem; border-bottom: 1px solid #f6f4f5; color: #00042a;}
.xm-list-box li img{width:3.4rem;padding: .6rem }

.xm-list-box li.aui-list-item-arrow:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    margin-top: -0.2rem;
    background: transparent;
    border: 1px solid #0ca9fd;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.no-lianjie .xm_icon1{ content:url('../images/xm_icon1_grey.png')}
.no-lianjie .xm_icon2{ content:url('../images/xm_icon2_grey.png')}

.no-lianjie .xm_icon3{ content:url('../images/xm_icon3_grey.png')}

.no-lianjie .xm_icon4{ content:url('../images/xm_icon4_grey.png')}

.no-lianjie .xm_icon5{ content:url('../images/xm_icon5_grey.png')}
.no-lianjie .xm_icon6{ content:url('../images/xm_icon6_grey.png')}

li.no-lianjie{ color: #666;}
.xm-list-box li.no-lianjie.aui-list-item-arrow:before {
		content: '';
		width: 0.5rem;
		height: 0.5rem;
		position: absolute;
		top: 50%;
		right: 0.75rem;
		margin-top: -0.2rem;
		background: transparent;
		border: 1px solid #666 ;
		border-top: none;
		border-right: none;
		z-index: 2;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.aui-qbox{display:flex; align-items: center; justify-content: center; padding:.8rem .6rem; }
	.aui-work .aui-inner-box{ margin: 0; background: #fff;}
	.aui-qbox-img{width: 3rem; margin-right: 1rem;}
	.aui-qbox-img img{width: 100%;}
	.aui-mt-20{margin-top: 25px;}
	.aui-mt-6{margin-top: .6rem;}
	.mflex{display: flex; justify-content: space-between;}
	.aflex{display: flex;align-items: center;}
/*企业基本信息*/
	.sous-title {
		display: flex;
		color: #0f0f0f;
	padding: .5rem .6rem;
		font-size: 1rem;
		font-weight: normal;
		margin: 0;
		align-items: center;
		padding-bottom: 0;
	}
	.sous-title img {
	margin-right: .5rem;
		width: 1.6rem;
	}
	.wf-from-ul{width: 100%;}

	.wf-from-ul li span {
		color: #606a6f !important;
	}
	.wf-from-ul li input {
		border: none;
		background: none;
		text-align: right;
		width: 55%;
		font-size: 1rem;
	}
	.aui-btn-black{ color: #fff;
		border-radius: 6px;
		width: 95%;
		 background-image: linear-gradient(to right, #49bdf3 0%, #0498fe 100%);
		margin: .6rem auto;
		font-size: 1rem;
		height: 2.6rem;
    line-height: 2.6rem;
		box-shadow: 0 0 12px #dfe5f3;}
	.text-center{ text-align: center;}	



@media screen and (min-width:221px) and (max-width:370px) {
body {
font-size:.9rem
}
.aui-lc-int {
	width: 62%;
}
.aui-lc-img {
	width: 6rem;
	height: 7.1rem;
}

.aui-yzl-ul li p {
 margin: .3rem 0;
	display: flex;
}
.aui-yzl-ul li .aui-text-default {

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aui-ycl-text table td span {
font-size: .8rem;
}
.aui-ycl-text table td span:last-child {
 margin-right: .1rem;
	float: right;
}
.aui-card-top {
	background: #f3f7fc;
font-size: .85rem;
}
}
 @media screen and (min-width:375px) and (max-width:410px) {
body {
font-size:.95rem
}
.aui-yzl-ul li .aui-text-default {

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aui-card-top {
	background: #f3f7fc;
font-size: .85rem;
}

}

.project_echarts{width: 100%; height:18rem;}
.gc_echarts{width:100%; height:15rem;}
.gc_echarts2{width:52vh; height:15rem;}
.demo_date{background:url(../images/date.png) no-repeat center right; border: none; text-align: right; padding-right: 20px;}
.justify-content{ justify-content: space-between;}

.allmap{width: 100%; height: 100%;}
.aui-mainbox {
    width: 100%;
    height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-top: 0;
}
.yd-step-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.yd-step-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.yd-step-item>em {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #dbdbdf;
}

.yd-step-theme1 .yd-step-item>em {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    text-align: center;
    line-height: 18px;
    z-index: 1002;
    font-size: 12px;
}

.yd-step-theme1 .yd-step-item-current:before, .yd-step-theme1 .yd-step-item-current>em {
    background-color: #ff1e64;
}

.yd-step-theme1 .yd-step-item>em>i {
    color: #fff;
    font-style: normal;
}

.yd-step-theme1 .yd-step-item-current>em.yd-step-checkmark:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 8px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
}
.yd-step-theme1 .yd-step-item>em.yd-step-checkmark:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 8px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height:8px;
}
.yd-step-item-bottom, .yd-step-item-top {
    position: absolute;
    left: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 4px;
}

.yd-step-item-bottom p {
    color: #dbdbdf;
    font-size: 12px;
}

.yd-step-item-current .yd-step-item-bottom p {
    color: #0c9dfd;
    font-size: 12px;
}

.yd-step-theme1 .yd-step-item-top {
    bottom: 18px;
}

.yd-step-item-top-text>span {
    color: #dbdbdf;
}

.yd-step-item-bottom, .yd-step-item-top {
    position: absolute;
    left: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 4px;
}

.yd-step-theme1 .yd-step-item-bottom {
    top: 18px;
}

.yd-step-item-bottom {
    color: #333;
}

.yd-step-theme1 .yd-step-item-current .yd-step-item-bottom {
    color: currentColor;
}

.yd-step-theme1 .yd-step-item:not(:first-child):before {
    width: 84%;
    left: -41%;
}

.yd-step-theme1 .yd-step-item-current:before, .yd-step-theme1 .yd-step-item-current>em {
    background-color: #e24a4a;
}

.yd-step-theme1 {
    margin-top: 18px;
}

.yd-step-item:not(:first-child):before {
    content: "";
    height: 4px;
    position: absolute;
    top: -2px;
    background-color: #e0e0e0;
}

.yd-step-theme1 .yd-step-item-current:before, .yd-step-theme1 .yd-step-item-current>em {

    background-color: #0c9dfd;
}

.yd-step-theme1 p {
    color: #a5a5a5;
    font-size: 12px;
    text-align: center;
}
.aui-footer {
	width: 100%;
	position: relative;
	z-index: 100;
	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;
	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;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.aui-tabBar-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: 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;
}
.icon-loan {
	background-image: url('../images/icon_foot_17.png');
}
.aui-tabBar-item-active .icon-loan {
	background-image: url('../images/icon_foot_03.png');
}
.icon-car {
	background-image: url('../images/icon_foot_07.png');
}
.aui-tabBar-item-active .icon-car {
	background-image: url('../images/icon_foot_20.png');
}
.icon-credit {
	background-image: url('../images/icon_foot_10.png');
}
.aui-tabBar-item-active i {
	color: #0a7ff3 !important
}
.icon-zg {
	background-image: url('../images/tit_foot_icon9.png');
}
.aui-tabBar-item-active .icon-zg {
	background-image: url('../images/tit_icon9.png');
}
.icon-xj {
	background-image: url('../images/tit_foot_icon1.png');
}
.aui-tabBar-item-active .icon-xj {
	background-image: url('../images/tit_icon1.png');
}
.aui-footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 49;
}
.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}
.aui-xjbg{background: url(../images/xj2bg.png);padding: .5rem 0;  position: relative;  background-size: 100% 100%;  height:7.5rem;}
.xjdtitle{ background:rgb(0,0,0,0.2); padding: .5rem; color: #fff; text-align: center; margin: 0; position: absolute; width: 100%; bottom: 0;;}
.mbsc-control{background:url(../images/jt_b.png) no-repeat center right 5px;  border: none; text-align: center; padding-right: 20px; width: 100%;}
.aui-flex-xjbox{ display: flex; padding: .5rem; align-items: center;}
.aui-xjbox-img {width: 4rem;}
.aui-xjbox-img  img{width: 100%;}

.aui-flex-xjbox.aui-list-item-arrow:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 34%;
    right: .6rem;
    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;
    -webkit-transform: rotate(
-135deg
);
    transform: rotate(
-135deg
);
}
.aui-nbox span foot{padding:0.1rem .3rem;font-size: .85rem; background: rgb(0,0,0,0.2); border-radius: 5px; margin-left: .5rem;}
.aui-nbox{font-size: .9rem;}
.aui-xynbg{ background: url(../images/xynbg.png); background-size: 100% 100%;}
.gdbox{background: url(../images/gd.png); background-size: 100% 100%;  position: relative;  width: 96%; margin: 0 auto; margin-top: .6rem; height: 5rem;}
.aui-bnt-gd{  background: #fff; padding:.4rem 1rem;  color: #0090fd;  position: absolute; border-radius: 20px; right: 1rem; top: 1.5rem;}
.aui-btnbox{margin: 0.5em  0 ; display: flex; position:fixed; width: 100%; bottom: 0; background: #fff;}
.aui-btnbox .aui-btn{margin: .5rem; height: 2.6rem;
    line-height: 2.6rem;}
	.aui-badge {
		display: inline-block;
		width: auto;
		text-align: center;
		min-width: 1rem;
		height: 1rem;
		line-height: 1rem;
		padding: 0 0.2rem;
		font-size: 0.6rem;
		color: #ffffff;
		background-color: #0091fd;
		border-radius: 0.4rem;
		position: absolute;
		top: 0.4rem;
		z-index: 99;
	}
	.aui-label {
		display: inline-block;
		padding: 0.4em 0.6em;
		font-size: 0.9rem !important;
		line-height: 1;
		color: #777;
		background-color: #f3f7fc;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		border-radius: 0.25em;
		position: relative;
	}
	.aui-btn-outlined {
		background: transparent !important;
		border: 1px solid #bdbdbd;
		margin: .2rem .1rem;
	}
	.lczhbox{display: flex; width: 100%; margin: 0 auto; flex-wrap: wrap; color: #fff;  overflow: hidden;  }
	.lczhbox img{width: 30px; margin-right: .6rem; }
	.lczhbox .active_b{background: url(../images/topbg1.png); background-size: 100% 100%; display: flex; align-items: center; margin-top: .5rem; padding: .8rem;width: 48%; height:4rem; border-radius: 8px;}
	.lczhbox .active_c{background: url(../images/topbg2.png); background-size: 100% 100%;display: flex;  align-items: center; margin-top: .5rem; padding: .8rem ;width: 48%;margin-left: .5rem;height:4rem;border-radius: 8px;}
	.lczhbox .active_e{background: url(../images/topbg3.png); background-size: 100% 100%;display: flex;  align-items: center; margin-top: .5rem; padding: .8rem ;width: 48%;height:4rem;border-radius: 8px;}
	.lczhbox .active_d{background: url(../images/topbg4.png); background-size: 100% 100%;display: flex; align-items: center;  margin-top: .5rem;padding: .8rem ;width: 48%;margin-left: .5rem;height:4rem;border-radius: 8px;}
	 
	.aui-card-list-content-padded{    border-radius: 6px;
		width: 95%;
		font-size: .92rem;
		margin: .1rem auto 10px;
		box-shadow: 0 5px 15px #dadada;}

		.scroll_area{padding:0 ;width:100%;margin:0 auto;}
		.scroll_area .content{overflow:hidden;position:relative;color:#666;height:40px;line-height:40px; }
		.scroll_area .scrolltxt{position:absolute;left:40px;top:0;white-space:nowrap; color: #333; width: 92%; padding-left: 40px;}
		.scroll_area .scrolltxt div{display:inline-block;}
		.aui-top-nav {
			background-image: linear-gradient(to right, #fff 0%, #fff 100%) !important;
			color: #333;
			padding: .6rem;
			display: flex;
			align-items: center;
			justify-content: space-between;
		  }
	  
		  .aui-top-nav  {
			display: flex;
			align-items: center;
			font-size: .9rem;
			font-weight: normal;
		  }
		  .aui-top-nav  span{background-image: linear-gradient(to right, #fff 0%, #fff 100%) !important; text-align: center; display: inline-block; width: 2rem;z-index: 100; position:absolute; left: 0;}
		  .aui-top-nav   img { 
			width: 1rem; 
			margin-right: .2rem; position: relative;top:2px
		  }
	  
		.num_lable {
			background: linear-gradient(to right, #2cabf7 , #50c9fe);
			width: 16px;
			height: 16px;
			display: inline-block;
			color: #fff;
			text-align: center;
			line-height: 16px; font-size: .6rem;
			border-radius: 50%;
		}
		.num_lable_top1{  background: linear-gradient(to right, #f45a16 , #f47339) !important;}
		.num_lable_top2{  background: linear-gradient(to right, #efa014 , #f6b541) !important;}
		.num_lable_top3{  background: linear-gradient(to right, #1dd0b4 , #74d8cd) !important;}
		.s_list li{ background: #fbfbfb; padding: .46rem; border-radius: 10px; margin: .3rem 0; }
.bg-no{ background: none !important;}
.s_list{margin: 5px;}
.s_list .sh_col_3 {text-align: right;}
.sh_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.sh_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.sh_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.sh_col_1 {
	flex: 0 0 5%;
	max-width: 5%;
}
.sh_col_2 {overflow: hidden;font-size: .9rem;
	text-overflow:ellipsis;
	white-space: nowrap;
	flex: 0 0 60%;  color:#333;
	max-width: 60%;
}
.sh_col_3 { font-size: .8rem;
	flex: 0 0 35%;
	max-width: 35%;
}
.sh_col_3 .aui-text-info{ margin-right: .2rem; color: #555 !important;}
.xmlbox h2{font-size: .95rem;padding-top: .6rem;  padding-left: .6rem;}
.xmlbox h2 p{font-size: .9rem;  font-weight: normal;  margin-top: .2rem;background: #fbfbfb;
    padding: .26rem;
    border-radius: 5px;}
	.xmlbox {width: 72%;}
	.aqbox{  width: 5rem;
		height: 5rem;
		background: #f8f6f8; border: 1px solid #ceebff;
		margin: 0 auto;
		border-radius: 50%;
		margin: 0 auto; margin-top: 1rem;
		text-align: center;box-shadow: 0 0px 6px #dadada; padding-top: 1rem;]}
		.aqbox h2{font-size: 1rem; color: #1cba91;}
		.aqbox h2 p{font-size: .9rem; }
		.ellipsis {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 100%;
		  }
		
	.xm-nbox	.aui-list-3 {

			background: #fff;
			border-radius: 6px;
			width: 96%;
			margin: 0 auto 10px;
			box-shadow: 0 5px 15px #dadada;
		  }
		
		  .boxfoot::before,
		  .boxfoot::after {
			position: absolute;
			width: 14px;
			height: 14px;
			border-radius: 7px;
			content: "";
			background: #e9edf3;
			bottom: -6px;
		  }
		
		  .boxfoot::after {
			right: -7px;
		  }
		
		  .boxfoot::before {
			left: -7px;
		  }
		
		  .boxfoot::before,
		  .boxfoot::after {
			position: absolute;
			width: 14px;
			height: 14px;
			border-radius: 7px;
			content: "";
			background: #e9edf3;
			bottom: -6px;
		  }
		
		  .border-r2 {
			border-radius: 20px;
			padding: .1rem .4rem;
		  }
		
		  .xm-nbox  .zspan {
			position: absolute;
			right: 5px; padding: .3rem  .5rem;
		  }
		  .xm-nbox  .tab1-title .zspan img{width: 14px; margin-right: .1rem; top:2px; position: relative;}
		  .xm-nbox  .aui-label-warning {
			color: #ffffff;
			background-color: #ffab2e;
		  }
		  .xm-nbox  .aui-label-danger {
			color: #ffffff;
			background-color: #fd7373;
		  }
		  .xm-nbox  .aui-label-gray {
			color: #ffffff;
			background-color: #999;
		  }
		  .xm-nbox  .aui-li-list li {
			font-size: .92rem;
			padding: .2rem 0; 

		  }
		  .xm-nbox  .aui-li-list li	.aui-text-default{ color: #666 !important;}
		  .xm-nbox  .text-overflow {
			text-overflow: ellipsis;
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
			display: inline-block;
		  }
		
		  .xm-nbox .tab1-title {
			position: relative;
			color: #333;
			font-size: .92rem;
		  }
		  .xm-nbox  .tab1-title  img{width: 20px; position: relative; top:3px;}
		
		  .border-d {
			border-bottom: 1px dashed #ddd;
		  }
		
		  .xm-nbox .aui-flex {
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
			padding: 10px 15px;
			position: relative;
		  }
		
		  .xm-nbox .aui-li-list li span {
			margin-right: .2rem;
		  }
		
		  .font6 {
			font-size: .5rem !important;
		  }
		
		  .xm-nbox .aui-text-success {
			color: #009688 !important;
		  }
		
		  .xm-nbox .aui-flex-abox {
			padding: .4rem .6rem;
			position: relative;
		  }
		  .xm-nbox .aui-label-info {
		  color: #ffffff;
		  background-color: #03a9f4;
		}
		  .aui-text-default {
			color: #666;
		  }.aui-text-info {
		  color: #03a9f4 !important;
		}
		.aui-tab-item img {
			width: 18px;
			margin-right: .3rem;
			position: relative;
			top: 3px;
		}

		.aui-gd {padding:0 .5rem;}
		.aui-gd img{width: 100%;}
		.gd_list {display: flex; align-items: center; flex-wrap: wrap; padding: 0 .3rem;}
		.gd_list li{display: flex; align-items: center; color: #2d476c; padding:.4rem .5rem; width: 48%; margin: .2rem;}
		.gd_list li img{width:2.6rem; margin-right: .5rem;    margin-top: 0.4rem;}
		.gd_bg1{background: url(../images/gdbg1.png) no-repeat ; background-size: 100% 100%;}
		.gd_bg2{background: url(../images/gdbg2.png) no-repeat ; background-size: 100% 100%;}
		.gd_bg3{background: url(../images/gdbg3.png) no-repeat ; background-size: 100% 100%;}
		.gd_bg4{background: url(../images/gdbg4.png) no-repeat ; background-size: 100% 100%;}
		.gd_bg5{background: url(../images/gdbg5.png) no-repeat ; background-size: 100% 100%;}
		.gd_bg6{background: url(../images/gdbg6.png) no-repeat ; background-size: 100% 100%;}


		.aui-gchealth-head {
			width: 100%;
			height: 8rem;
			background: url("../images/headbg.png") bottom center;
				background-repeat: repeat;
				background-size: auto;
				 position: relative;
			background-size: 100% 100%;
		}
		.gc_edit{position: absolute; top: 8px; right: 10px}
		.gc_edit img{width: 24px;}
		.aui-xmrb-health h2 {
			background: url(../images/gctitlebg.png) no-repeat center center;
			background-size: auto;
			background-size: 100%;
			width: 80%;
			margin: 0 auto;
			text-align: center;
			color: #fff;
			font-size: 1rem;
		}
		.gd_list font{font-size: .6rem; margin-left: .2rem;}
		.padding5{ padding: .5rem .2rem;}
	.gcbox	.aui-tab {
			position: relative;
			background-color: #ffffff;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-align-self: center;
			align-self: center;
			border-radius: 5px;
		}
	.gcbox	.aui-tab-item {
			width: 100%;
			position: relative; height: auto; line-height:inherit;
			font-size: .9rem; padding:.1rem .5rem;
			text-align: center;
			color: #212121;
			-webkit-box-flex: 1;
			background: #f6f8f5;  margin-left: -1px;
			box-flex: 1;
		}
	.gcbox	.aui-tab-item.aui-active {
			color: #fff;
			background:#257aff;
			border-bottom: none;
		
		}
		.aui-pull-right {
			float: right !important;
		}
		.aui-pull-left {
			float: left !important;
		}
		.aui-hide {
			display: none !important;
		}
		.aui-show {
			display: block !important;
		}

		.kaoq-table tr td a{color: #01ccb3;}
.kaoq-table tr td { border:1px solid #f2f2f2;
	padding:  5px 2px;
	height: 3vh;
	text-align: center;
	color:#333
}
.num_danger {
    color: #fb2732!important;
   }
   .num_w {
    color: #ff8a00 !important;
   }
.kaoq-table {  font-size:.85rem;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; border-radius: .5rem;
}
.kaoq-table th {border:1px solid #f2f2f2;
	text-align: center;
	padding: 10px 3px;
	color: #333;
	font-size:.8rem
}
.kaoq-table td{width: 20%;}
.kaoq-table tr:nth-child(2n+1)
{
background: #f8f8f8;
}
#tab1-con{ padding: .3rem;}
.gc-table{background: url(../images/topbg1.png);width: 100%;
	background-size: 100% 100%; padding: .5rem;
	border-collapse: collapse; color: #fff; font-size: .85rem;
	border-spacing: 0; margin-bottom: .5rem; border-radius: .5rem;}
	.gc-table td{padding: .5rem 0; padding-top: .1rem; text-align: center;}
	.gc-table th{padding: .3rem 0; }
	.gc-table td{ width: 20%;}
	.gcbox .aui-palace{ padding: .3rem;}
	.gcbox #tab2-con{padding: .3rem;}
.font6{font-size: .6rem;}

.da_list li{display: flex; justify-content: space-between; padding: .5rem; color: #757e91;}
.da_list li:first-child{ border-bottom: 1px dashed #ddd;}
.da_list li img{width: 1.2rem; margin-right: .3rem;}
.da_list li .da_img{display: flex; align-items: center;}
.da_text{color: #001235; width: 70%; text-align: right;}