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 { 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{ padding-right: 1.2rem; display:inline-block;}

.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: 2rem;
    margin-top: -0.2rem;


    top: 30%;
    right: 1rem;
    background: transparent;
    border: 1px solid #666;
    border-top: none;
    border-right: none;
    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: .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;}
 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;

}
.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;
    display: block;
    border: none;
    border-radius: 100%;
}
.aui-health-user {
    width: 50px;
    height: 50px;
    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: #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%;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 3px;
	display: flex; font-size: .9rem;
 padding:  .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: .2rem .3rem;
}
.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 #e8eaf0;
}
.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;  color: #fff; display: flex; justify-content: space-between;}
.aui-gc-title2{ background: url(../images/titlebg2.png);background-size: 100% 100%;padding: .5rem;   color: #fff; display: flex; justify-content: space-between;}
.aui-gc-title3{ background: url(../images/titlebg3.png);background-size: 100% 100%;padding: .5rem;  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 {}
	.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; 	width: 96%;
	margin: 10px auto ; border-radius: 5px;}
.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;}
.user-img {width: 4rem;}
.user-img img{ width: 100%;border-radius: 50%;}
/*å¾…åŠžå·¥ä½œ*/
.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
	}
	.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;}	

	.wf-from-ul li span:nth-child(2){color: #333;}

@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:10rem;}

.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; position: relative;}
.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  auto ; width:95%; }
.aui-btnbox .aui-btn{ 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;
	}
	.multibox{display: flex; width: 96%; margin: .5rem auto; color: #fff;  overflow: hidden; }
	.multibox img{width: 40px; margin-right: .6rem;}
	.multibox .active_b{display: flex;align-items: center;background: url(../images/zgbg1.png); background-size: 100% 100%; padding: .8rem;width: 48%; margin-right: .5rem; height: 4.6rem;}
	.multibox .active_c{display: flex;align-items: center;background: url(../images/zgbg2.png); background-size: 100% 100%;padding: .8rem;width: 48%;margin-left: .5rem;height: 4.6rem;}
	.aui-card-list-content-padded{    border-radius: 6px;
		width: 95%;
		font-size: .92rem;
		margin: .1rem auto 10px;
		box-shadow: 0 5px 15px #dadada;}

		.aui-center-title {
			text-align: center;
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
			display: block;
			text-overflow: ellipsis;
			font-size: 0.95rem;
			color: #fff;
		}.aui-center {
			-webkit-box-ordinal-group: 3;
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-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;
			height: 44px;
			width: 50%;
			margin-left: 25%;
		}

		.aui-radio,
.aui-checkbox {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
            user-select: none;
    -webkit-transition: background-color ease 0.1s;
            transition: background-color ease 0.1s;
}
.aui-checkbox {
    border-radius: 0.1rem;
}
.aui-radio:checked,
.aui-radio.aui-checked,
.aui-checkbox:checked,
.aui-checkbox.aui-checked {
    background-color: #03a9f4;
    border: solid 1px #03a9f4;
    text-align: center;
    background-clip: padding-box;
}
.aui-radio:checked:before,
.aui-radio.aui-checked:before,
.aui-checkbox:checked:before,
.aui-checkbox.aui-checked:before,
.aui-radio:checked:after,
.aui-radio.aui-checked:after,
.aui-checkbox:checked:after,
.aui-checkbox.aui-checked:after {
    content: '';
    width: 0.5rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.aui-radio:disabled,
.aui-radio.aui-disabled,
.aui-checkbox:disabled,
.aui-checkbox.aui-disabled {
    background-color: #dddddd;
    border: solid 1px #dddddd;
}
.aui-radio:disabled:before,
.aui-radio.aui-disabled:before,
.aui-radio:disabled:after,
.aui-radio.aui-disabled:after,
.aui-checkbox:disabled:before,
.aui-checkbox.aui-disabled:before,
.aui-checkbox:disabled:after,
.aui-checkbox.aui-disabled:after {
    content: '';
    width: 0.5rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
 .tab-head{
      list-style-type: none;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-flex-wrap:nowrap;
      -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
      -webkit-box-pack:justify;
      -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
      justify-content:space-between;
  
      padding:0 .6rem;
      overflow:auto;
      }
    .tab-head-item{
      -webkit-box-flex:1;
      -webkit-flex:1 0 auto;
      -ms-flex:1 0 auto;
      flex:1 0 auto;
      color:#555;
	  font-size:.8rem;
      padding:0 4px;
      }

		h2 .more{position: absolute; right: .5rem; font-size: .8rem; color: #999; }
		.checkbox-ul li{ padding: .5rem;border-bottom: 1px solid #f3f3f3;color: #606a6f ;}
	.gcbox	 .aui-list-item-arrow:before{border: 1px solid #fff;    border-top: none;
		border-right: none;}

		h2 .morebtn{position: absolute; right: .5rem; font-size: .8rem; color: #fff; border-radius: 5px;  padding: .3rem .6rem;   background-image: linear-gradient(to right, #00b5ff 0%, #00a1ff 100%) !important; }
		
		.jdtalbe{border:0px; width: 98%; margin: .5rem auto;
			border-collapse: collapse;}
		.jdtalbe td { font-size: .9erm;
		padding: .5rem .4rem ;
		}

		.jdtalbe tr:nth-child(2n+1) {
		background: #f3f3f3;
		}
		.aui-label-warning {
			color: #ffffff !important;
			background-color: #ffc107;
		}
		.aui-label-danger {
			color: #ffffff !important;
			background-color: #f25067;
		}.aui-label-info {
			color: #ffffff !important;
			background-color: #03a9f4;
		}
		.aui-mine-cell{text-align: center; background-color: #f3f7fc;
			border: 1px solid #f2f2f2; padding: 1rem; width: 12rem; margin: 2rem auto; border-radius: 5px;}
			.aui-mine-cell h1{font-weight: bold; color: #222; font-size: 1.2rem;}
			.aui-btn-select{border: 1px solid #36cfc9; color: #36cfc9 ; padding: .5rem; margin: .6rem; text-align: center; border-radius: 5px;}
			.aui-icon-hg{ background: #469ff9;     display: inline-block;
			
				text-align: center;
				width:2.4rem;
				height: 2.4rem;
				line-height: 2.4rem;
			font-size: 0.6rem;
				color: #ffffff;
				border-radius: 2.2rem;
			z-index: 99;}
			.bg-red{ background: #ff6e31 !important;}
			.aui-he{ background: #36cfc9; padding: .18rem .3rem; color: #fff; border-radius: 5px; font-size: .6rem !important;}