html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "微软雅黑", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
a, label, button, input, select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	border: 0;
}
body {
	background: #eef3fa;
	color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
.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;
}
.aui-flex-xm {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-start
}
.width90 {
	width: 90%
}
.xm-text-sh {
	width: 4.2rem;
	color: #aacffd;
	display: inline-block
}
.font18 {
	font-size: 1.8rem;
}
.aui-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 1rem;
	color: #333;
}
.aui-flex-box h1.aui-title {
	font-family: "微软雅黑" !important;
	color: #ffffff;
	font-size: 1.1rem !important;
	text-align: left;
}
.aui-dizhi {
font-size: .9rem;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
margin-top:.3rem;
	color: #ffffff;
padding:.1rem .3rem;
padding-right:.6rem;
	border: none;
	border-radius: 1.5rem !important;
	background: linear-gradient(to right, #46ccf1 0%, #6b80ff 100%) !important;
}
.aui-dizhi i {
	position: relative;
top:.1rem
}
.aui-palace-grid2-icon {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: inherit;
}
.aui-flex-box .aui-spantx {
	color: #fff;
margin-top:.1rem;
font-size:.96rem
}
.height3 {
	height: 12rem;
	width: 100%
}
.aui-flex-box .aui-spantx2 {
	margin-top: 0.1rem;
	color: #fff;
font-size:.7rem
}
/* 必要布局样式css */
.aui-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-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-center-title {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 1.08rem;
	color: #fff;
}
.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}
.aui-health-head {
	width: 100%;
	height: 11rem;
	background: url("../images/headbg.png") bottom center ;
	background-size:100%;
}
.aui-health-head2 {
	width: 100%;
	height: 8rem; text-align: center;
	background: url("../images/headbg.png") bottom center ;
	background-size:100%;
}

.aui-icon-jt{ float: left; color: #fff;}
.aui-icon-jt a{color: #fff;}
.aui-member-head {
	background-repeat: no-repeat;
}
.aui-member-head .aui-health-user img {
	width: 100%;
	height: auto;
	display: block;
	border: 2px solid #fff;
	border-radius: 100%;
}
.aui-member-head ul li {
	color: #fff
}
.aui-health-head {
	background-repeat: no-repeat;
}
.aui-health-user {
	width: 60px;
	height: 60px;
	margin-right: 0.8rem;
}
.aui-health-user img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	border-radius: 100%;
}
.aui-flex-box h2 {
	color: #333333;
	font-size: 1rem;
	font-weight: normal;
}
.aui-arrow {
	text-align: right;
	color: #999999;
	padding-right: 12px;
	position: relative;
	font-size: 0.8rem;
}
.aui-more {
	text-align: right;
	color: #666;
	padding-right: 12px;
	position: relative;
	font-size: 0.9rem;
}
.aui-arrow:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #999999;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px;
	border-radius: 1px;
}
.aui-health-box {
	background: #fff;
	border-radius: 6px;
	width: 96%;
	margin: 0 auto 10px;
	box-shadow: 0 5px 15px #dadada;
}
.aui-health-box-top {
	margin-top: -4rem;
}
.aui-flex-box .aui-user-ul h3 {
 font-size: .9rem;
	font-weight: 500;
	color: #d6eff6;
 margin: .1rem 0;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
 margin-bottom: -.1rem;
 margin-top: .5rem;
}
.aui-address i{ position:relative;top:2px;}
.aui-flex-box .aui-user-ul li {
	padding: 0;
	margin: 0;
}
.aui-health-user {

	width: 70px;
	height: 70px;
	margin-right: 0.8rem;
}
.aui-flex-box .aui-address {
	color: #d6eff6;
 font-size: .7rem;
}
.aui-flex-box h1.aui-title {
	font-family: "微软雅黑" !important;
	color: #ffffff;
	letter-spacing: 1px; text-align: center;
	font-size: 1.1rem !important;
	font-weight: 600;
}
.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.3333%;
	box-sizing: border-box;
	margin: 5px 0;
}
.aui-palace-grid3 {
	position: relative;
	float: left;
	padding: 1px;
	width: 25%;
	box-sizing: border-box;
	margin: 5px 0;
}
.aui-palace-grid8 {
	position: relative;
	float: left;
	padding: 1px;
	box-sizing: border-box;

}
.aui-palace-grid4 {
	position: relative;
	float: left;
	padding: 1px;
	width: 33.33%;
	box-sizing: border-box;
	margin: 5px 0;
	text-align: center;
}
.aui-palace-grid5 {
	position: relative;
	float: left;
	height: 8.5rem;
 padding:.8rem .2rem;
	width: 33.33%;
	box-sizing: border-box;
	margin: 0px 0;
	text-align: center;
	border-bottom: 1px solid #ddd
}
.aui-palace-grid5 .aui-palace-grid-icon3 {
	width: 5rem;
	height: 5rem;
	background: #f6f6fb;
	line-height: 5rem;
	margin: 0 auto;
	border-radius: 50%;
 padding: .8rem;
	text-align: center;
}
.aui-palace-grid-icon font{ font-size:.6rem; color:#999; font-weight:normal; margin-left:.15em;}
.aui-icon .aui-palace-grid-icon {
	width: 3rem;
	height: 3rem;
	background: #eef7fe;
	line-height: 3rem;
	margin: 0 auto;
 border-radius: 1rem;
	margin: 0 auto;
	text-align: center;
 margin-bottom:.2rem;
	box-shadow: 0 0.125rem 0.2rem #e4eff8 !important;
}
.aui-zg-icon {
	width: 1.2rem;
	position: absolute;
	right: -3px;
	bottom: -8px;
	height: 1.2rem;
	background: #fff;
	line-height: 1.1rem;
	margin: 0 auto;
	border-radius: 0.6rem;
	margin: 0 auto;
	text-align: center;
}
.aui-zg-icon i {
font-size:.6rem !important;
}
.aui-palace-text .aui-palace-grid-icon4 {
	width: 2.4rem;
	text-align: center;
	height: auto;
}
.around-a h2 {
	margin: 0 !important
}
.aui-icon .aui-palace-grid-icon5 {
	background: #f8f6f8;
	border-radius: 5px;
	font-size: 1.2rem !important;
	margin: 0 auto;
 margin:.0rem .3rem;
	text-align: center;
 padding:.5rem 0
}
.aui-palace-grid-icon5 h2 {
margin-bottom:.3rem;
	font-size: 1.2rem !important;
}
.aui-palace-grid2 {
	position: relative;
	float: left;
	padding: 1px;
	width: 33.33%;
	box-sizing: border-box;
	margin: 5px 0;
}
.aui-palace-two {
	background: #fff;
margin-bottom:.5rem
}
.aui-palace-two .aui-palace-grid {
	width: 33.33%;
	position: relative;
	float: left;
	padding: 1px;
	box-sizing: border-box;
	margin: 5px 0;
}
.aui-palace-50 .aui-palace-grid {
	width: 50%;
	margin: 0;
 padding: .5rem 0;
}
.aui-palace-box .aui-palace-grid {
	width: 50%;
	margin: 0;
	padding: 0;
 padding-bottom:.6rem
}
.aui-palace-box {
	overflow: hidden
}
.aui-icon .aui-palace-grid-icon2 {
	width: 5rem;
	height: 4.8rem;
	background: #dbedfb;
	line-height: 4.8rem;
	margin: 0 auto;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}
.aui-palace-grid-icon2 i {
	color: #0067ea;
	font-size: 1.8rem;
}
 [data-v-0a6ec0b4] {
background:none !important;
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
margin-top:1.1rem!important;
position:relative;
left:2.6rem;
font-size:.9rem
}
.aui-palace-grid-icon i {
	font-size: 1.4rem;
}
.aui-icon-kf .aui-palace-grid-icon i {
	font-size: 1.6rem;
}
.around-a {
	justify-content: space-around;
}
.aui-palace-grid-icon4 img {
	position: relative;
	top: 3px;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.aui-palace-grid-icon img {
	display: block;
	width: 100%;
	height: 100%;
	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: #555;
}
.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: .8rem;
	
}
.aui-palace-text .aui-palace-grid-icon span { margin-bottom: .3rem; display: block;
	color: #333;font-size: 1rem;
	font-weight: bold
 
}
.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 i {
	color: #b4c1cb;
	font-size: 1.2rem
}
.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_03.png');
}
.aui-tabBar-item-active .icon-loan {
	background-image: url('../images/icon_foot_17.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-ions {
	background-image: url('../images/icon_foot_05.png');
}
.icon-car {
	background-image: url('../images/icon_foot_07.png');
}
.aui-footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 49;
}
/*待办页面*/
.aui-margin-b-15 {
	margin-top: 15px
}
/* 必要布局样式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-health-head .aui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
 padding:.8rem 1.5rem;
	position: relative;
}
.br-t {
	border-bottom: 1px dashed #ddd
}
.aui-button-go button {
	background: none;
	border: 1px solid #ff9a36;
	border-radius: 50px;
	color: #ff9a36;
	padding: 0.6rem 0.95rem;
	font-size: 0.85rem;
}
.aui-logo-tag {
	width: 55px;
	height: 55px;
	margin-right: 0.8rem;
}
.aui-logo-tag img {
	width: 55px;
	height: 55px;
	display: block;
	border: none;
}
.aui-flex-box h3 {
	color: #1a1a1a;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	position: relative;
}
.aui-flex-box h3.h3::before {
	position: absolute;
	width: 3px;
	background: #0a7ff3;
	height: 15px;
	border-radius: 6px;
	left: -10px;
	top: 4px;
	content: '';
}
.aui-flex-box h3.h3 {
	color: #222;
	margin-bottom: 0!important;
	font-size: 1rem;
	font-weight: 500;
margin-left:.5rem
}
.aui-flex-box h3.h3 i {
	color: #0a7ff3;
margin-right:.5rem
}
.aui-flex-box p {
	color: #989898;
	font-size: 0.85rem;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.aui-flex-box h3 em {
	font-style: normal;
	background: #ff7e4c;
	border-radius: 20px;
	color: #fff;
	font-size: 0.8rem;
	position: relative;
	padding: 0.2rem 0.9rem 0.2rem 1.4rem;
	text-align: right;
	font-weight: normal;
}
/*基本容器*/
.aui-content {
	padding: 0 1rem;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	word-break: break-all;
	background: url(../images/bg-r.png) no-repeat top right;
	background-size: 70%
}
.aui-content-padded {
	margin: 0.75rem;
	position: relative;
	word-break: break-all;
	-webkit-overflow-scrolling: touch;
}
/*栅格类*/
.aui-row {
	overflow: hidden;
	margin: 0;
}
.aui-row-padded {
	margin-left: -0.125rem;
	margin-right: -0.125rem;
}
.aui-row-padded [class*=aui-col-xs-] {
	padding: 0.125rem;
}
.aui-col-xs-1, .aui-col-xs-2, .aui-col-xs-3, .aui-col-xs-4, .aui-col-xs-5, .aui-col-xs-6, .aui-col-xs-7, .aui-col-xs-8, .aui-col-xs-9, .aui-col-xs-10, .aui-col-xs-11, .aui-col-5, .aui-col-xs-20 {
	position: relative;
	float: left;
}
.aui-col-xs-12 {
	width: 100%;
	position: relative;
}
.aui-col-xs-11 {
	width: 91.66666667%;
}
.aui-col-xs-10 {
	width: 83.33333333%;
}
.aui-col-xs-9 {
	width: 75%;
}
.aui-col-xs-8 {
	width: 66.66666667%;
}
.aui-col-xs-7 {
	width: 58.33333333%;
}
.aui-col-xs-6 {
	width: 50%;
}
.aui-col-xs-5 {
	width: 41.66666667%;
}
.aui-col-xs-4 {
	width: 33.33333333%;
}
.aui-col-xs-3 {
	width: 25%;
}
.aui-col-xs-2 {
	width: 16.66666667%;
}
.aui-col-xs-1 {
	width: 8.33333333%;
}
.aui-col-5 {
	width: 20%;
}
.aui-col-xs-20 {
	width: 20.833%;
}
/*角标*/
.aui-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;
	border-radius: 0.5rem;
	position: absolute;
	top: 0.6rem;
	right: 10%;
	z-index: 99;
}
/*搜索条*/
.aui-searchbar {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	height: 1.8rem;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	color: #9e9e9e;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.aui-search-btn {
	background: #4d61da;
	display: inline-block;
padding:0 .5rem;
	position: absolute;
	right: 0px;
	border-radius: 0.25rem;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.aui-searchbar.focus {
	-webkit-box-pack: start;
}
.aui-palace h3 {
	font-size: 1rem;
	color: #333;
 padding-left: .5rem;
}
.aui-searchbar-input {
	margin: 0 0.5rem;
	background-color: #fff;
	border-radius: 0.25rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.9rem;
	position: relative;
	padding-left: 0.5rem;
	-webkit-box-flex: 1;
}
.aui-searchbar form {
	width: 90%;
}
.aui-searchbar-input input {
	color: #666666;
	width: 90%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	height: 1.4rem;
	line-height: normal;
	border: 0;
	-webkit-appearance: none;
	font-size: 0.9rem;
}
.aui-searchbar input::-webkit-input-placeholder {
 color: #ccc;
}
.aui-searchbar .aui-iconfont {
	line-height: 1.4rem;
	margin-right: 0.25rem;
	color: #9e9e9e !important;
}
.aui-searchbar .aui-searchbar-btn {
	font-size: 0.7rem;
	color: #666666;
	margin-right: -2.2rem;
	width: 2.2rem;
	height: 1.4rem;
	padding-right: 0.5rem;
	line-height: 1.4rem;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.aui-searchbar-clear-btn {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 1.1rem;
	height: 1.1rem;
	color: #4296ff;
	line-height: 0.6rem;
	text-align: center;
}
.aui-searchbar-clear-btn .aui-iconfont {
	font-size: 0.6rem;
	margin: 0 auto;
	position: relative;
	top: -2px;
}
.aui-searchbar .aui-searchbar-btn .aui-iconfont {
	color: #666666;
}
/*label*/
.pull-left {
	float: left;
}
.width40 {
	width: 40%
}
.width60 {
	width: 63%!important
}
.aui-font-size-12 {
	font-size: 0.6rem !important;
}
.aui-font-size-14 {
	font-size: 0.7rem !important;
}
.aui-font-size-16 {
	font-size: 0.8rem !important;
}
.aui-font-size-18 {
	font-size: 0.9rem !important;
}
.aui-font-size-20 {
	font-size: 1rem !important;
}
.aui-text-default {
	color: #212121 !important;
}
.aui-text-white {
	color: #ffffff !important;
}
.aui-text-primary {
	color: #00bcd4 !important;
}
.aui-text-success {
	color: #31bf79 !important;
}
.aui-text-info {
	color: #03a9f4 !important;
}
.aui-text-warning {
	color: #f17c30 !important;
}
.aui-text-danger {
	color: #fb5f5f !important;
}
.aui-text-pink {
	color: #fd747d !important;
}
.aui-text-purple {
	color: #9991f5 !important;
}
.aui-text-indigo {
	color: #3f51b5 !important;
}
.aui-icon-warning {
	color: #e17c3a !important;
}
.aui-icon-info {
	color: #67b3ff !important;
}
.aui-icon-success {
	color: #81d389 !important;
}
.aui-icon-primary {
	color: #9d93eb !important;
}
.aui-icon-pink {
	color: #fe9598 !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: #019fff !important;
}
.aui-bg-warning {
	background-color: #fc9317 !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-badge-danger {
	color: #fff;
	background: #fc867f !important;
	;
}
.aui-badge-azura {
	background: #6bbbfc !important;
	color: rgba(255, 255, 255, 0.7);
}
.aui-badge-success {
	color: #fff;
	background-color: #51ccb8 !important;
}
.aui-badge-warning {
	background-color: #ff9039 !important;
}
.aui-badge-indigo {
	background: #c48fdd !important;
	color: rgba(255, 255, 255, 0.7);
}
.aui-label {
	display: inline-block;
	padding: 0.4em 0.35em;
	font-size: 0.9rem !important;
	line-height: 1;
	color: #777;
	background-color: #dddddd;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.25em;
	position: relative;
}
.aui-radius {
	border-radius: 1em;
!important;
	padding: 0.3em 0.45em;
!important
}
#txt_zgCount {
	padding: 0.2em 0.25em;
}
#txt_tgCount {
	padding: 0.2em 0.25em;
}
.aui-label-primary {
	color: #ffffff;
	background-color: #00bcd4;
}
.aui-label-success {
	color: #ffffff;
	font-size: 0.9rem !important;
	background-color: #31bf79;
}
.aui-label-info {
	color: #ffffff;
	background-color: #218afd;
}
.aui-label-p {
	color: #ffffff;
	background-color: #ff86b6;
}
.aui-label-y {
	color: #ffffff;
	background-color: #fa9f77;
}
.aui-label-warning {
	color: #ffffff;
	background-color: #ea8340;
}
.aui-label-gray {
	color: #ffffff;
	background-color: #999;
}
.aui-label-danger {
	color: #ffffff;
	background-color: #f25067;
}
.aui-label-outlined {
	background-color: transparent;
	position: relative;
}
.aui-label-outlined:after {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 200%;
	content: '';
	width: 200%;
	border: 1px solid #ddd;
	position: absolute;
	top: -1px;
	left: -1px;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	z-index: 1;
}
.aui-label-outlined.aui-label-primary, .aui-label-outlined.aui-label-primary:after {
	color: #00bcd4;
	border-color: #00bcd4;
}
.aui-label-outlined.aui-label-success, .aui-label-outlined.aui-label-success:after {
	color: #009688;
	border-color: #009688;
}
.aui-label-outlined.aui-label-info, .aui-label-outlined.aui-label-info:after {
	color: #03a9f4;
	border-color: #03a9f4;
}
.aui-label-outlined.aui-label-warning, .aui-label-outlined.aui-label-warning:after {
	color: #ffc107;
	border-color: #ffc107;
}
.aui-label-outlined.aui-label-danger, .aui-label-outlined.aui-label-danger:after {
	color: #e51c23;
	border-color: #e51c23;
}
.aui-label .aui-iconfont {
	font-size: 0.6rem;
}
.aui-you {
	background: #009f3c;
padding:.1rem .3rem;
	color: #fff;
	font-size: 0.5rem;
margin-left:.1rem;
border-radius:.1rem
}
.aui-lian {
	background: #ef9c00;
padding:.1rem .3rem;
	color: #fff;
	font-size: 0.5rem;
margin-left:.1rem;
border-radius:.1rem
}
.aui-cha {
	background: #ea6b48;
padding:.1rem .3rem;
	color: #fff;
	font-size: 0.5rem;
margin-left:.1rem;
border-radius:.1rem
}
/*列表*/
.aui-list {
	width: 100%;
}
.aui-list .aui-list-item {
	position: relative;
	font-size: 1rem;
	align-items: center;
	background-color: #ffffff;
	border-bottom: 1px solid #f2f2f2
}
.aui-list-p0 .aui-list-item {
	background: none!important;
	border-bottom: 1px solid #f2f2f2;
}
.aui-list .aui-list-item:hover {
	background-color: #fcfcfc;
	cursor: pointer
}
.aui-list .aui-list-item .aui-list-item-position {
	position: absolute;
right:.2rem;
top:.1rem;
font-size:.2rem;
}
.aui-list .aui-content {
	overflow: hidden;
}
.aui-list.aui-list-noborder, .aui-list.aui-list-noborder {
	border-top: none;
}
.aui-list .aui-list-header {
	background-color: #ececec;
	color: #212121;
	position: relative;
	font-size: 1rem;
	padding: 0.4rem 0.75rem;
	-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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aui-list .aui-list-item {
	list-style: none;
	margin: 0;
 padding: .5rem 0;
	padding-left: 0.5rem;
	color: #212121;
	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;
}
.aui-list.aui-list-noborder .aui-list-item:last-child {
	border-bottom: 0;
}
.aui-list .aui-list-item-inner {
	position: relative;
	min-height: 2.2rem;
	padding-right: 0.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aui-list .aui-list-item:active {
	background-color: #f5f5f5;
}
.aui-list .aui-list-item-text {
	font-size: 0.9rem;
	color: #757575;
	position: relative;
	-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;
	-webkit-align-items: center;
	align-items: center;
}
.aui-list .aui-list-item-text5 {
	font-size: 0.9rem;
	color: #757575;
	position: relative;
	-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;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
margin-top:.2rem;
	background: #f6f6fb;
padding:.5rem
}
.aui-list .aui-list-item-title {
	font-size: 1rem;
	position: relative;
	max-width: 100%;
	color: #666;
}
.aui-list .aui-list-item-title i {
	margin-right: 0.3rem
}
.aui-list .aui-list-item-text i {
	margin-right: 0.2rem
}
.aui-list .aui-list-item-right, .aui-list-item-title-row em {
	max-width: 50%;
	position: relative;
	font-size: 0.6rem;
	color: #757575;
	margin-left: 0.25rem;
}
.aui-list .aui-list-item-inner p {
	overflow: hidden;
}
.aui-list .aui-list-media-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.aui-media-list-item-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.aui-media-list .aui-list-item {
	display: block;
}
.aui-media-list .aui-list-item-inner {
	display: block;
	padding-bottom: 0.5rem;
}
.aui-media-list-item-inner + .aui-info {
	margin-right: 0.75rem;
}
.aui-list .aui-list-item-media {
	width: 7.2rem;
	position: relative;
 padding: .1rem;
	margin-right: 0.35rem;
	display: inherit;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.berder-1 {
	border: 1px solid #ddd
}
.aui-list .aui-list-item-media img {
	width: 100%;
	height: 100%;
	display: block;
}
.aui-list .aui-list-item-media-list {
	margin-top: 0.25rem;
	padding-right: 0;
	display: block;
}
.aui-list [class*=aui-col-xs-] img {
	max-width: 100%;
	width: 100%;
	display: block;
}
.aui-list-item-middle .aui-list-item-inner:after {
	display: block;
}
.aui-list .aui-list-item-middle > .aui-list-item-media, .aui-list .aui-list-item-middle > .aui-list-item-inner, .aui-list .aui-list-item-middle > * {
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aui-list .aui-list-item-center > .aui-list-item-media, .aui-list .aui-list-item-center > .aui-list-item-inner, .aui-list .aui-list-item-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.aui-list .aui-list-item i.aui-iconfont {
	-webkit-align-self: center;
	align-self: center;
	font-size: 0.8rem;
}
.aui-list-item-inner.aui-list-item-arrow {
	overflow: hidden;
	padding-right: 1.5rem;
}
.aui-my-head .aui-list-item-arrow:before {
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
}
.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 #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-collapse-content .aui-list-item-arrow:before {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	right: 0.75rem;
	margin-top: -0.2rem;
	background: transparent;
	border: 1px solid #4db8ec;
	border-top: none;
	border-right: none;
	z-index: 2;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.aui-icon-bg {
	background: #5a9df5;
	color: #fff;
	border-radius: 2rem;
	width: 2rem;
	height: 2rem;
	text-align: center;
	font-size: 1rem !important;
	line-height: 2rem;
	display: inline-block
}
.aui-list-item.aui-list-item-arrow {
	padding-right: 0.75rem;
}
.aui-list label {
	line-height: 1.3rem;
 font-size:.9rem
}
.aui-list.aui-form-list .aui-list-item:active {
	background-color: #ffffff;
}
.aui-content-padded .aui-form-list {
	background-color: #ffffff;
	border-radius: 3px;
margin-bottom:.5rem;
padding:.2rem .6rem
}
.aui-main .aui-form-list {
	background-color: #ffffff;
	border-radius: 3px;
margin-bottom:.5rem;
padding:.2rem .6rem;
	width: 93%;
	margin: 0 auto
}
.aui-list.aui-form-list .aui-list-item-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0;
}
.aui-list .aui-list-item-label, .aui-list .aui-list-item-label-icon {
	color: #212121;
 font-size:.96rem;
	width: 48%;
	min-width: 1.5rem;
	margin: 0;
	padding: 0;
	padding-right: 0.25rem;
	line-height: 2.2rem;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	-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-list-item-label-icon i {
	font-size: 1.2rem;
	color: #aaa !important;
margin-left:.5rem
}
.aui-list .aui-list-item-label-icon {
	width: auto;
	padding-right: 0.75rem;
}
.aui-list .aui-list-item-input {
	width: 100%;
 padding: 0 .3rem;
	padding-right: 0.5rem;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.aui-list.aui-select-list .aui-list-item:active {
	background-color: #ffffff;
}
.aui-list.aui-select-list .aui-list-item-inner {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	-webkit-align-self: stretch;
	align-self: stretch;
}
.aui-list.aui-select-list .aui-list-item-label {
	width: auto;
	min-width: 2.2rem;
	padding: 0.5rem 0;
	padding-right: 0.75rem;
}
.aui-list.aui-form-list .aui-list-item-btn {
	padding: 0.75rem 0.75rem 0.75rem 0;
}
.aui-list textarea {
	overflow: auto;
	margin: 0.5rem 0;
	height: 3rem;
	line-height: 1rem;
	resize: none;
}
.aui-list .aui-list-item-right .aui-badge, .aui-list .aui-list-item-right .aui-dot {
	display: inherit;
}
.aui-flex-img img {
	width: 60px;
	height: 60px;
	display: block;
	border: none;
 border-radius: .62rem;
}
.aui-flex-img {
	width: 60px;
	height: 60px;
	margin-right: 0.8rem;
}
.projectbox {
	width: 100%
}
.projectbox li dd table {
	border: 1px solid #dcebfe;
	background: #e0ecff;
	padding: 2% 0.1rem;
	height: 10%;
	margin: 1% 0;
	text-align: center;
}
.projectbox li dd table .num-span {
	font-weight: bold;
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	line-height: 1.6rem;
	background-size: auto;
	background-size: 100% 100%;
	text-align: center;
}
.font20 {
font-size:.8rem;
	color: #333;
margin:.5rem 0
}
.font8 {
font-size:.8rem;
	color: #333;
}
.td_zs {
	color: #37a2f4;
}
.td_ycl {
	color: #19c7a5;
}
.td_wcl {
	color: #d0593b;
}
.font30 {
	font-size: 1.1rem!important;
	color: #fff !important
}
.projectboxall {
	border: 1px solid #255791;
	padding: 0.08rem;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
	z-index: 10;
}
.aui-flex-box h2::before {
 width: .3rem;
	height: 1rem;
	top: 0.8rem;
	position: absolute;
	content: "";
	background: #2d81f4;
	border-radius: 20px;
	left: 0;
}
.barbox6 {
	width: 100%
}
.text-c {
	color: #666;
font-size:.8rem;
margin-left:.8rem
}
.sjjtrain-ul {
	overflow: hidden;
	width: 100%;
}
.wtrain2-ul li {
font-size:.8rem;
	background: #f2f2f2;
	padding: 10px
}
.wtrain2-ul li span {
	width: 65%;
	display: inline-block;
	border: none
}
.wtrain2-ul li span:nth-child(2) {
	width: 30%;
	display: inline-block;
}
.sjjtrain-ul li .div-left {
	width: 60%;
	display: inline-block;
	float: left;
	border: none;
	color: #333;
font-size:.8rem
}
.sjjtrain-ul li .div-right {
	width: 40%;
	display: inline-block;
}
.sjjtrain-ul li:nth-child(2n) {
}
.sjjtrain-ul li i {
 font-size:.6rem !important;
	font-style: normal;
 padding-right:.1rem
}
.sjjtrain-ul li {
	line-height: 2.6rem;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}
/*选择框样式*/
.aui-select { /*清除默认样式*/
	padding-right: 1.2rem;
	padding-left: 0.2rem;
	color: #afbac0;
 font-size: .9rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 1.6rem;
	outline: none;
	margin: 0 auto;
	/*去掉默认的下拉三角*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*添加下拉三角图标*/
	background: url("../images/tranger-icon.png") no-repeat right center transparent;
}
.aui-select option {
	border: 1px solid #ddd;
}
.aui-table {
	width: 100%;
	padding: 7px;
}
.div_clzt {
	float: left;
	text-align: center;
 font-size: .8rem;
}
.div_count {
	font-weight: bold;
 font-size: .9rem;
	color: #333
}
.div_count_2 {
	font-weight: bold;
	font-size: 1rem;
}
.div_clzt2 {
	float: left;
	text-align: center;
 font-size: .8rem;
	margin-left: 15px;
}
.aui-table td {
 padding:.8rem 0
}
.aui-hr td {
	border-bottom: 1px solid #f2f2f2;
}
.aui-timeline-item-label-icon {
	width: 3rem;
	height: 3rem;
	font-size: 0.7rem;
	line-height: 3.0rem;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.aui-a-icon {
	width: 1.26rem;
	height: 1.25rem;
	font-size: 1.8rem !important;
	font-weight: normal !important;
	line-height: 1.1rem;
margin-right:.2rem;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}
.aui-margin-r {
margin-left:.5rem
}
.aui-dtitle {
margin:0rem .8rem;
font-size:.9rem;
	color: #333
}
.aui-top-bg1 {
	background-image: linear-gradient(to bottom, #9fc2fe, #7caffe);
}
.aui-top-bg2 {
	background-image: linear-gradient(to bottom, #83e7e8, #76dcde);
}
.aui-top-bg4 {
	background-image: linear-gradient(to bottom, #c8b6fb, #b294f5);
}
.aui-top-bg3 {
	background-image: linear-gradient(to bottom, #8aeab3, #65da94);
}
.aui-news-box i {
	color: #0d6feb;
margin-right:.3rem
}
.info_text {
font-size: .8rem;
}
#gundong {
	overflow: hidden;
 font-size: .8rem;
	height: 1.3rem;
	line-height: 20px;
}
#gundong a {
	color: #333;
}
#gundongAreaMain1 {
	float: left;
	width: 800%;
}
#gundongAreaMain2, #gundongAreaMain3, #gundongAreaMain2 li, #gundongAreaMain3 li {
	float: left;
margin:0 .5rem
}
.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;
margin-right:.3rem
}
.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;
}
.tab-head span {
	font-family: "新宋体";
	margin: 0 5px;
}
/*tab切换类*/
.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;
}
.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: #0a7ff3;
	border-bottom: 2px solid #0a7ff3;
}
.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-timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.aui-timeline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 1.85rem;
	width: 2px;
	height: 100%;
	background: #ececec;
	z-index: 0;
}
.aui-timeline .aui-timeline-item {
	position: relative;
	margin-bottom: 0.75rem;
}
.aui-timeline .aui-timeline-item-header {
	background-color: #ececec;
	padding: 0.2rem 0.5rem;
	margin: 0.75rem;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 0.7rem;
}
.aui-timeline .aui-timeline-item-label {
	width: 2.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.7em;
	background-color: #ececec;
	position: absolute;
	text-align: center;
	left: 0.75rem;
	top: 0;
}
.aui-timeline .aui-timeline-item-label-icon {
	width: 1.5rem;
	height: 1.5rem;
	font-size: 0.7rem;
	line-height: 1.5rem;
	background-color: #ececec;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	left: 1.15rem;
	top: 0;
}
.aui-timeline .aui-timeline-item-inner {
	margin-left: 3.75rem;
	margin-right: 0.75rem;
	padding: 0;
	position: relative;
}
/*卡片列表布局*/
.aui-card-list {
	position: relative;
	margin-bottom: 0.75rem;
	background: #f2f2f2;
}
.aui-card-list-header, .aui-card-list-footer {
	position: relative;
	min-height: 2.2rem;
	padding: 0.5rem 0.75rem;
	-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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aui-card-list-header {
	font-size: 0.8rem;
	color: #212121;
	border-bottom: 1px dashed #ddd
}
.aui-card-list-header.aui-card-list-user {
	display: block;
}
.aui-card-list-user-avatar {
	width: 2rem;
	float: left;
	margin-right: 0.5rem;
}
.aui-card-list-user-avatar img {
	width: 100%;
	display: block;
}
.aui-card-list-user-name {
	color: #212121;
	position: relative;
	font-size: 0.7rem;
	-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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aui-card-list-user-name > *, .aui-card-list-user-name small {
	position: relative;
}
.aui-card-list-user-name small {
	color: #757575;
}
.aui-card-list-user-info {
	color: #757575;
	font-size: 0.6rem;
}
.aui-card-list-content {
	position: relative;
}
.aui-card-list-content-padded {
	position: relative;
	padding: 0.5rem 0.75rem;
}
.aui-card-list-content, .aui-card-list-content-padded {
	word-break: break-all;
	font-size: 0.7rem;
	color: #212121;
}
.aui-card-list-content img, .aui-card-list-content-padded img {
	width: 100%;
	display: block;
}
.aui-card-list-footer {
	font-size: 0.9rem;
	color: #757575;
 margin-top:.3rem
}
.aui-card-list-footer > * {
	position: relative;
}
.aui-card-list-footer.aui-text-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.aui-card-list-footer.aui-text-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: right;
	box-pack: right;
	-webkit-justify-content: right;
	justify-content: right;
}
.aui-card-list-footer .aui-iconfont {
	font-size: 0.9rem;
}
.aui-switch {
	width: 2.3rem;
	height: 1.2rem;
 margin:0 .2rem;
	position: relative;
	vertical-align: top;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	border-radius: 0.6rem;
	background-clip: content-box;
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.aui-switch:before {
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.6rem;
	background-color: #fff;
	content: '';
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
}
.aui-switch:checked {
	border-color: #41cd62;
	background-color: #41cd62;
}
.aui-switch:checked:before {
	left: 1.1rem;
}
.aui-bar-btn {
	position: relative;
	font-size: 0.7rem;
	display: table;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 100%;
	min-height: 1.8rem;
}
.aui-bar-btn-item {
	display: table-cell;
	position: relative;
	width: 1%;
	line-height: 1.6rem;
	text-align: center;
	vertical-align: middle;
	border-radius: 0;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #03a9f4;
	border-left-width: 0;
}
.aui-bar-btn .aui-input, .aui-bar-btn input, .aui-bar-btn select {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	height: 1.8rem;
}
.aui-bar-btn-sm {
	min-height: 1.3rem;
}
.aui-bar-btn.aui-bar-btn-sm .aui-input, .aui-bar-btn.aui-bar-btn-sm input, .aui-bar-btn.aui-bar-btn-sm select {
	height: 1.2rem;
}
.aui-bar-btn-sm .aui-bar-btn-item {
	line-height: 1.3rem;
	font-size: 0.6rem;
}
.aui-bar-btn-item.aui-active {
	background-color: #03a9f4;
	color: #ffffff;
}
.aui-bar-btn-item:first-child {
	border-left-width: 1px;
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.aui-bar-btn-item:last-child {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	border-left: 0px;
}
.aui-bar-btn.aui-bar-btn-full .aui-bar-btn-item:first-child {
	border-left-width: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.aui-bar-btn.aui-bar-btn-full .aui-bar-btn-item:last-child {
	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.aui-bar-btn.aui-bar-btn-round .aui-bar-btn-item:first-child {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.aui-bar-btn.aui-bar-btn-round .aui-bar-btn-item:last-child {
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
.aui-bar-nav .aui-bar-btn {
	margin-top: 0.45rem;
	margin-bottom: 0.4rem;
	min-height: 1.3rem;
}
.aui-bar-nav .aui-bar-btn-item {
	line-height: 1.3rem;
	border-color: #ffffff;
}
.aui-bar-nav .aui-bar-btn-item.aui-active {
	background-color: #ffffff;
	color: #03a9f4;
}
.aui-bar-nav.aui-bar-light .aui-bar-btn-item {
	border-color: #03a9f4;
}
.aui-bar-nav.aui-bar-light .aui-bar-btn-item.aui-active {
	background-color: #03a9f4;
	color: #ffffff;
}
.aui-bar-nav > .aui-bar-btn {
	width: 50%;
}
.aui-info {
	position: relative;
	padding: 0.5rem 0;
	font-size: 0.7rem;
	color: #757575;
	background-color: transparent;
	-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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aui-info-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aui-info-item > *, .aui-info > * {
	display: inherit;
	position: relative;
}
.margin-left-5 {
margin-left:.5rem
}
.margin-left-8 {
margin-left:.8rem;
	display: inline-block
}
.aui-grid {
	width: 100%;
	background-color: #ffffff;
	display: table;
	table-layout: fixed;
}
.aui-border-r {
	border-right: 1px solid #ddd
}
.aui-border-b {
	border-bottom: 1px solid #ddd
}
.aui-inputlist li span {
	width: 33.33%;
	float: left;
	display: inline-block;
padding:.5rem;
	text-align: center
}
.aui-inputlist li span .aui-input2 {
	border: 1px solid #ddd;
	background: #fff;
	height: 1.8rem;
padding:0 .5rem
}
.aui-inputlist li span .aui-select-b {
	border: 1px solid #ddd;
	height: 1.8rem;
padding:0 .5rem
}
.aui-inputlist li:nth-child(odd) {
	background: #f6f6fb;
	padding: 0;
	clear: both;
	overflow: hidden
}
.aui-inputlist {
	overflow: hidden
}
.aui-collapse-item {
	overflow: hidden
}
.aui-collapse-content {
	display: none;
}
.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;
}
@font-face {
	font-family: "aui_iconfont";
	src: url('../font/aui-iconfont.ttf') format('truetype');
}
.aui-iconfont {
	position: relative;
	font-family: "aui_iconfont" !important;
	font-size: 0.8rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.aui-collapse-header.aui-active .aui-collapse-arrow {
	display: block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.aui-collapse-header{ cursor:pointer}
.aui-icon-down:before {
	content: "\e6f7";
}
.aui-icon-trash:before {
	content: "\e6d4";
	border: 1px solid #f25067;
	background: #f25067;
	color: #fff;
	border-radius: 50%;
 font-size:.8rem;
padding:.2rem .18rem
}
.aui-list-text9 {
 font-size: .8rem;
}
.aui-pull-right {
	float: right
}
.aui-text-list .aui-list-item-title {
margin:.5rem .8rem;
	background: #efefef;
	border-radius: 3px;
padding:.4rem
}
.aui-text-list p {
margin-top:.2rem;
}
.aui-text-list .aui-list-item-inner {
margin:.0rem .8rem;
padding:.4rem
}
.aui-bar-tab2 label {
margin:.0rem .5rem;
}
.aui-bar-tab2 .aui-checkbox {
	border: 1px solid #c1c1c1
}
.aui-list-item-title ul li .aui-checkbox {
margin:.0rem .3rem;
}
.aui-list-item-title ul li {
padding:.2rem;
	border-bottom: 1px dotted #ddd
}
.aui-text-list h4 {
margin:.5rem .8rem;
}
.aui-bar-tab2 {
	position: fixed;
	top: auto;
	bottom: 2.5rem;
	table-layout: fixed;
	background-color: #dddddd;
	color: #333;
	width: 100%;
	text-align: center;
 padding:.75rem 1rem
}
.aui-icon-correct:before {
	content: "\e6e5";
}
.aui-icon .aui-badge {
	left: 62% !important
}
.icon-nav1 {
	background: url(../images/nav-006.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.icon-nav2 {
	background: url(../images/nav-007.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.icon-nav3 {
	background: url(../images/nav-003.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.icon-nav4 {
	background: url(../images/nav-008.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.icon-nav5 {
	background: url(../images/nav-002.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.icon-nav6 {
	background: url(../images/nav-004.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.icon-nav7 {
	background: url(../images/nav-003.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.icon-nav8 {
	background: url(../images/nav-005.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px
}
.chart-legend table {
	margin: 1rem;
	width: 90%;
font-size:.9rem
}
.chart-legend table tr td {
	padding: 6px;
	vertical-align: middle;
}
.chart-legend table tr:nth-of-type(2n+1) {
	background-color: #f5f5f5;
}
.chart-legend-color > span {
	display: inline-block;
	margin-right: 6px;
	background-color: #f2f2f2;
	height: 10px;
	width: 10px;
}
.chart-legend-value {
	color: #34a853;
	text-align: right;
}
.chart-legend-horizontal {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
}
.chart-legend-horizontal > li {
	display: inline-block;
}
.chart-legend-horizontal > li + li {
	margin-left: 14px;
}
.chart-legend-horizontal > li > span {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #f2f2f2;
	margin-right: 2px;
}
.ry-table {
	width: 100%;
font-size:.9rem
}
.ry-table .aui-label {
margin:0 .1rem;
margin-bottom:.4rem;
font-size:.8rem
}
.ry-box {
padding:.8rem
}
.ry-box .aui-label {
margin:0 .1rem;
margin-bottom:.4rem;
}
.ry-table td {
padding:.2rem
}
img.aui-img-round {
	border-radius: 50%;
}
.aui-health-box .aui-collapse-header .aui-iconfont {
	font-weight: bold;
font-size:.9rem;
	color: #ddd;
}
.aui-health-box .aui-card-list-content-padded {
	padding: 0
}
.aui-shaiyan .aui-active .hiddipaly {
	display: none
}
.aui-list-item-inner.aui-list-item-arrow2 {
	overflow: hidden;
	padding-right: 1.0rem;
}
.aui-list-item-arrow2:before {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 23%;
	right: 0.55rem;
	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);
}
.width80 {
	width: 78%
}
.baz-table2 {
	width: 100%;
	display: inline-table;
font-size:.9rem
}
.baz-table2 td {
	border-bottom: 1px dotted #ddd;
padding:.4rem .1rem
}
.baz-table2 td:nth-child(2) {
	color: #333
}
.bz-table a {
	color: #08acee;
}
.bz-table td {
padding:.5rem;
	text-align: center
}
.bz-table th {
padding:.5rem;
	text-align: center
}
.bz-table tbody tr:nth-of-type(2n) {
	background-color: #f2f5f9;
}
.ba-title h2 {
	text-align: center;
	font-size: 1rem;
 margin: .05rem;
	font-weight: normal;
}
.bz-table {
	width: 100%;
font-size:.9rem
}
.box-bg {
	background: url(../images/box_bg.png) no-repeat;
	background-size: 100%;
padding:.4rem;
}
.box-c1 {
	background-image: linear-gradient( 135deg, #68b9fa 10%, #32a0ff 100%) !important;
}
.box-c2 {
	background-image: linear-gradient( 135deg, #809dff 10%, #7d9efa 100%) !important;
}
.box-c3 {
	background-image: linear-gradient( 135deg, #ffbbb7 10%, #ff9bb0 100%) !important;
}
.box-c4 {
	background-image: linear-gradient( 135deg, #fed192 10%, #f6c57d 100%) !important;
}
.box-c5 {
	background-image: linear-gradient( 135deg, #b9b1fa 10%, #9d93eb 100%) !important;
}
.box-c6 {
	background-image: linear-gradient( 135deg, #7db8eb 10%, #79b9ed 100%) !important;
}
.aui-palace-d {
	box-shadow: 0 1px 3px rgba(33,33,33,.2);
	border-radius: 7px;
margin:0 .6rem;
	color: #fff;
	position: relative
}
.aui-box-text h2 {
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
padding-top:.3rem
}
.aui-box-text span {
margin-right:.1rem;
	position: absolute;
	top: -10px;
	left: -3px;
	display: block
}
.aui-box-text p {
	background: rgb(0, 0, 0, .1);
	padding: 2px 4px;
	border-radius: 3px;
margin-right:.1rem;
	position: relative
}
.margin-top-10 {
	margin-top: 10px
}
.aui-imgbox {
	width: 100%;
padding:.5rem
}
.aui-imgbox img {
	width: 100%;
	border-radius: 5px
}
.boxfoot::before, .boxfoot::after {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	content: "";
	background: #e9edf3;
	bottom: -6px;
}
.boxfoot::before {
	left: -7px;
}
.boxfoot::after {
	right: -7px;
}
.boxhead::before, .boxhead::after {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	content: "";
	background: #e9edf3;
	top: -6px;
}
.boxhead::before {
	left: -7px;
}
.boxhead::after {
	right: -7px;
}
.border-d {
	border-bottom: 1px dashed #ddd !important
}
.wx-badge {
	display: inline-block;
	width: auto;
	text-align: center;
	min-width: 1.4rem;
	height: 1.4rem;
	line-height: 1.2rem;
	position: absolute;
	top: -5px;
	left: -5px;
	font-size: 0.8rem;
	background: #e0ecff;
	color: #149afd;
	border-radius: 0.8rem;
	border: 1px solid #fff;
 margin-right:.3rem;
	z-index: 99;
}
.wx-badge2 {
	display: inline-block;
	width: auto;
	text-align: center;
	min-width: 1.4rem;
	height: 1.4rem;
	line-height: 1.2rem;
	position: absolute;
	top: -5px;
	left: -5px;
	font-size: 0.8rem;
	background: #f8e6e8;
	color: #fb5f5f;
	border-radius: 0.8rem;
	border: 1px solid #fff;
 margin-right:.3rem;
	z-index: 99;
}
.tab1-title {
	position: relative;
	color: #333;
	font-size: 1rem
}
.zspan {
	position: absolute;
	right: 5px
}
.zspan2 {
	position: absolute;
	right: 8px;
	top: 8px
}
.aui-li-list li {
font-size:.92rem;
	border-bottom: 1px solid #f1f1f1;
padding:.2rem 0;
}
.aui-li-list li span {
margin-right:.1rem;
}
.aui-li-list .aui-text-default {
	display: inline-block
}
.aui-flex-abox {
padding:.4rem .6rem;
	position: relative
}
.aui-flex-abox .font8 {
font-size:.6rem !important
}
.aui-right-top {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}
.aui-right-top img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.aui-bar-nav .aui-pull-right {
	padding: 0 0.5rem;
	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-imgtop {
	width: 100%
}
.aui-imgtop img {
	width: 100%
}
.aui-gc-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 90%;
	margin: 0 auto;
	background: rgb(0, 0, 0, 0.3);
	color: #fff;
font-size:.92rem;
	border-radius: 6px;
	padding: 10px;
}
.position {
	position: relative !important
}
.border0 {
	border: 0 !important
}
.aui-icon-box {
	position: absolute;
	top: 40%;
	left: 45%;
}
.aui-icon-box img {
	width: 45px
}
.aui-content-box {
	padding: 0 5px;
	overflow: hidden
}
.aui-btn-grid-icon {
	border: 1px dashed #aaa;
	border-radius: 10px;
	margin: 0 5px;
	padding: 3px 10px;
font-size:.96rem;
	color: #333;
	background: #fff
}
.aui-btn-grid-icon i {
	margin-right: 5px;
	font-size: 1.2rem
}
.aui-p {
	overflow: hidden;
	margin-top: 10px !important
}
.aui-bf-box {
	width: 9rem;
	text-align: center;
	margin: 0 auto
}
.aui-bf-box img {
	width: 100%
}
.aui-splist-box .aui-list .aui-list-item {
	background: #f2f2f2!important;
	border-bottom: 1px solid #dee5ea !important;
}
.aui-splist-box .aui-list-item-media {
	width: 6rem !important
}
.aui-margin-t-10 {
	margin-top: 10px!important
}
.aui-list-p0 {
	padding: 0 !important
}
.text-f {
	color: #777;
margin-top:.3rem;
	background: #f5f5f5;
	padding: 5px;
	border-radius: 2px
}
.text-box {
	padding: 0px;
font-size:.92rem;
padding-bottom:.5rem
}
.text-box .a-right {
	float: right;
}
.text-box i {
margin-right:.2rem
}
.aui-btn-gay {
	color: #444;
	background-color: #fff !important;
	border: 1px solid #ddd !important
}
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-info {
	color: #ffffff !important;
	background-color: #03a9f4 !important;
}
.aui-list .aui-list-item-input {
	width: 100%;
	box-flex: 1;
	flex-shrink: 1;
	color: #333;
	text-align: right;
	font-size: 1rem;
}
.margin-left-5 {
 margin-left: .5rem;
}
.aui-input1 {
	border: none;
	background: none;
 margin: 0 .2rem;
 padding: .3rem .5rem;
}
.margin-right-5 {
	margin-right: 5px
}
.border-r {
	border-radius: 20px;
padding:.3rem .6rem

}
.font-5 {
	font-size: 1.6rem !important
}
.font-2 {
font-size:.8rem !important;
	font-weight: normal
}
.text-ellipsis {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-ddd {
	color: #c8c8c8 !important;
font-size:.8rem!important;
margin-left:.2rem
}
.padding8 {
padding:.6rem !important;
}
.padding3 {
padding:.3rem !important;
}
.aui-text-y {
	color: #666 !important;
padding-right:.5rem !important;
}
.tx-img {
	width: 80px;
	height: 80px;
}
.aui-label-num {
	background: #6f78cc;
	height: 20px;
	line-height: 20px;
	text-align: center;
padding:0 .3rem;
	color: #fff;
	border-radius: 3px;
margin-right:.5rem
}
.aui-label2-num {
	background: #f48554;
	height: 20px;
	line-height: 20px;
	text-align: center;
padding:0 .3rem;
	color: #fff;
	border-radius: 3px;
margin-right:.5rem
}
.aui-flex-box h3.hb3::before {
	position: absolute;
	width: 2px;
	background: #6f78cc;
	height: 15px;
	left: -11px;
	top: 3px;
	content: '';
}
.aui-flex-box h3.h4::before {
	position: absolute;
	width: 2px;
	background: #ff3300;
	height: 15px;
	left: -11px;
	top: 3px;
	content: '';
}
.aui-flex-box h3.h4 b {
	color: #ff3300
}
.aui-flex-box h3.h5::before {
	position: absolute;
	width: 2px;
	background: #ff9900;
	height: 15px;
	left: -11px;
	top: 3px;
	content: '';
}
.aui-flex-box h3.h5 b {
	color: #ff9900
}
.aui-flex-box h3.hy3::before {
	position: absolute;
	width: 2px;
	background: #f48554;
	height: 15px;
	left: -11px;
	top: 3px;
	content: '';
}
.justify-f {
	justify-content: flex-start !important;
	font-size: 1rem;
	color: #555
}
.aui-from i.icon-yanjing {
font-size:.9rem!important
}
.aui-from input {
	text-align: right;
	font-size: 1rem !important
}
.aui-btn-block {
	display: block;
	width: 96%;
	margin: 0 auto;
	height: 2.5rem;
	line-height: 2.55rem;
	margin-bottom: 0;
	font-size: 1rem;
}
.aui-navyblue {
	color: #ffffff;
	border: none;
	border-radius: 5px !important;
	background: linear-gradient(to right, #1c7bf3 0%, #3361fc 100%) !important;
}
.aui-navysuccess {
	color: #ffffff;
	border: none;
	border-radius: 5px !important;
	background: linear-gradient(to right, #3ddf86 0%, #2ccd6f 100%) !important;
}
.aui-from label {
	font-size: 1rem !important
}
.aui-text-gray {
	color: #666!important
}
.aui-mg-r {
margin-right:.3rem;
	font-size: 1.2rem!important
}
.demo_time, .mbsc-control {
	width: 6rem;
	border: 1px solid #ddd;
padding:.2rem .3rem;
margin-top:.2rem;
	color: #03a9f4 !important;
}
.aui-date-list .aui-list-item-input {
padding-right:.5rem;
}
.aui-shaiyan.h3 {
	position: relative
}
.aui-shaiyan.h3::before {
	position: absolute;
	width: 3px;
	background: #0a7ff3;
	height: 15px;
	left: 0px;
	top: 20px;
	content: '';
}
.aui-btn-outlined {
	background: transparent !important;
	border: 1px solid #bdbdbd;
}
.aui-btn-info.aui-btn-outlined {
	color: #03a9f4 !important;
	border: 1px solid #03a9f4 !important;
 margin-right:.5rem
}
.aui--text-center {
	text-align: center;
margin-bottom:.3rem
}
.justify-c {
	justify-content: center!important;
	align-items: center!important;
}
.aui-i-f {
	font-size: 1.4rem !important;
	;
	margin-right: 5px;
	position: relative;
	top: 2px
}
.aui-ass-box {
	width: 100%;
	background-image: url("../images/g_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 8rem;
 padding: .8rem 1.2rem;
	color: #fff;
}
.aui-chang-list {
	width: 92%;
	margin: -5rem auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 15px #e7e7e7;
	position: relative;
	z-index: 2;
 padding-bottom: .8rem;
}
.aui-user-img {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -1.6rem;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #fff;
}
.aui-user-text {
	padding: 2.4rem 0 0;
	text-align: center;
	position: relative;
	z-index: 3;
}
.aui-user-text h1 {
	font-size: 1rem;
margin:.3rem 0;
	padding: 0
}
.aui-user-img img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}
.aui-dizi-right {
	position: absolute;
right:.5rem;
top:.3rem
}
.aui-gl {
	background: none;
	border: 1px solid #31bf79;
	font-size: 0.9rem;
	font-weight: 400;
	color: #31bf79;
	border-radius: 22px;
	padding: 0.1rem 0.5rem;
}
.aui-yl {
	background: none;
	border: 1px solid #ff5722;
	font-size: 0.9rem;
	font-weight: 400;
	color: #ff5722;
	border-radius: 22px;
	padding: 0.1rem 0.5rem;
}
.aui-rl {
	background: none;
	border: 1px solid #fd3f57;
	font-size: 0.9rem;
	font-weight: 400;
	color: #fd3f57;
	border-radius: 22px;
	padding: 0.1rem 0.5rem;
}
.aui-bl {
	background: none;
	border: 1px solid #317aec;
	font-size: 0.9rem;
	font-weight: 400;
	color: #317aec;
	border-radius: 22px;
	padding: 0.1rem 0.5rem;
margin-right:.5rem
}
.aui-content-item {
	background: #fff
}
.aui-content-item .aui-list-item-input {
	color: #777 !important
}
.aui-content-item .aui-list-item-label i {
margin-right:.3rem;
	font-size: 1.2rem
}
.avatar-title {
	width: 48px;
	height: 48px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.bg-azura {
	background: #007FFF;
}
.bg-gray {
	color: #fff;
	background: #aaa;
}
.bg-success {
	background: #10b759 !important;
	color: #fff !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.tajiatar-title {
margin-top:.4rem;
padding:.2rem
}
.tajiatar-title i {
	font-size: 3rem;
	color: #00a2ff !important;
}
.avatar-title i {
	font-size: 1.2rem;
	color: #fff !important
}
.margin-br-10 {
margin-bottom:.4rem
}
.margin5 {
margin:.2rem 0
}
.stat-widget-two .media .media-body h2 {
	font-size: 1.2rem;
}
.text-info {
	color: #00a2ff !important;
}
.text-danger {
	color: #FF5722 !important;
}
.zx-media {
	display: flex;
	align-items: flex-start;
}
.zx-media-body {
	flex: 1;
}
.stat-widget-two {
	text-align: center;
	transition: all 0.4s ease-in-out;
}
.zx-card-body {
	flex: 1 1 auto;
	padding: 0.5rem 0;
}
.zx-card-body span {
font-size:.96rem
}
.zx-card {
 margin-bottom: .6rem;
	border: 0;
	background: #fff;
	border: 0 solid #fff;
	box-shadow: 2px 3px 10px 0px rgba(119,119,119,0.1);
	transition: all .5s ease-in-out;
}
.zx-card-title {
	border-bottom: 1px solid #eee;
padding:.75rem;
	color: #333
}
.br-1 {
	border-right: 1px solid #eee
}
.bg-indigo {
	background: #9367B4;
	color: rgba(255, 255, 255, 0.7);
}
.bg-info {
	background-color: #1c7bf3 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
.aui-pm {
	border-top: 1px dashed #ddd;
	clear: both;
padding-top:.5rem
}
.aui-pm .aui-pm-grid2 {
font-size:.9rem;
	text-align: center;
}
.aui-pm .aui-pm-grid2 .aui-pm-title {
	color: #333
}
.aui-pm .aui-pm-grid2 .aui-pm-text {
	color: #e17c3a
}
.aui-pm .aui-pm-grid2 .aui-pm-text span {
font-size:.7rem;
margin-left:.1rem;
	color: #666
}
.aui-pm-grid2 {
	position: relative;
	float: left;
	padding: 1px;
	width: 20%;
	box-sizing: border-box;
	margin: 5px 0;
}
.process {
padding:.6rem 0;
	text-align: center;
}
.process p {
	line-height: 26px;
font-size:.9rem;
	color: #999;
}
.process .flowline {
	margin-top: 0px;
*zoom:1
}
.process .flowline li {
	float: left;
	text-align: center;
	list-style: none;
	width: 25%;
}
.process .flowline li .icon-block {
	position: relative;
	display: inline-block;
	background-color: #67b3ff;
	margin-top: 0;
	color: #fff;
padding:.4rem 1rem;
	border-radius: 5px
}
.process .flowline li i {
	font-size: 2rem;
	display: block
}
.process .flowline li .icon-block:before {
	content: ''
}
.process .flowline li .icon-block span {
	margin: 0
}
.process .flowline li span {
	display: inline-block;
	color: #67b3ff;
	margin: 0
}
.process .flowline li p {
	color: #333
}
.process .flowline li.process-5 .flow-line {
	display: none
}
.process .flowline .flow-line {
	position: absolute;
	top: 4vh;
	left: 7vh;
	width: 10vh;
	border-bottom: 8px solid #67b3ff;
}
.process .process-g .flow-line {
	border-bottom: 8px solid #ccc
}
.process .process-g .icon-block {
	background-color: #ccc !important;
}
.process .process-g p span {
	color: #666 !important;
}
.aui-yujing-list li {
	border: 1px dashed #ddd;
	border-radius: 8px;
padding:.5rem 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
margin-bottom:.5rem
}
.aui-yujing-list {
margin:0 .5rem
}
.aui-yujing-list li i {
	font-size: 1.6rem;
}
.aui-yujing-text h3 {
	font-size: 1rem;
	font-weight: normal;
	color: #0a7ff3;
	text-align: left;
}
.aui-yujing-text p {
	font-size: 1rem;
}
.aui-yujing-text {
	width: 25%;
	border-right: 1px dashed #ddd
}
.aui-yujing-text span {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	display: inline-block;
	border-radius: 1.5rem;
}
.aui-yujing-text:last-child {
	border-right: none;
}
.aui-yujing-text h2 {
	font-size: 1.2rem;
}
.num_success {
	color: #67b3ff !important;
	border: 1px solid #67b3ff;
	background: none;
}
.aui-collapse-dl {
margin:0 .5rem;
	overflow: hidden;
margin-bottom:.2rem
}
.social-icon {
	font-size: 14px;
	display: inline-block;
 margin-right: .5rem;
	border-radius: 3px 3px 0 0;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.8rem;
	text-align: center;
	color: #fff;
}
.social-icon-info {
	background: #67b3ff;
}
.social-icon-warning {
	background: #f9b76b !important;
}
.social-icon-success {
	background: #81d389 !important;
}
.social-icon-pink {
	background: #d084ca !important;
}
.social-dt-info {
	border-bottom: 1px solid #67b3ff;
	color: #67b3ff
}
.social-dt-warning {
	border-bottom: 1px solid #f9b76b;
	color: #f9b76b
}
.social-dt-success {
	border-bottom: 1px solid #81d389;
	color: #81d389
}
.social-dt-pink {
	border-bottom: 1px solid #d084ca;
	color: #d084ca
}
.aui-collapse-dl dd .aui-palace-grid-icon i {
	color: #67b3ff;
	font-size: 1.4rem;
}
@media screen and (min-width:450px) and (max-width: 768px) {
.process .flowline .flow-line {
	position: absolute;
	top: 5vh;
	left: 9vh;
	width: 15vh;
	border-bottom: 8px solid #67b3ff;
}
.process .process-g .flow-line {
	border-bottom: 8px solid #ccc
}
.process .process-g .icon-block {
	background-color: #ccc !important;
}
}
@media screen and (min-width:768px) and (max-width: 1200px) {
.process .flowline .flow-line {
	position: absolute;
	top: 3vh;
	left: 6vh;
	width: 18vh;
	border-bottom: 8px solid #67b3ff;
}
.process .process-g .flow-line {
	border-bottom: 8px solid #ccc
}
.process .process-g .icon-block {
	background-color: #ccc !important;
}
}
@media screen and (min-width:1024px) and (max-width: 1366px) {
.process .flowline .flow-line {
	position: absolute;
	top: 2vh;
	left: 4vh;
	width: 18vh;
	border-bottom: 8px solid #67b3ff;
}
.process .process-g .flow-line {
	border-bottom: 8px solid #ccc
}
.process .process-g .icon-block {
	background-color: #ccc !important;
}
}
@media screen and (min-width:1400px) and (max-width: 2000px) {
.process .flowline .flow-line {
	position: absolute;
	top: 3vh;
	left: 6vh;
	width: 48vh;
	border-bottom: 8px solid #67b3ff;
}
.process .process-g .flow-line {
	border-bottom: 8px solid #ccc
}
.process .process-g .icon-block {
	background-color: #ccc !important;
}
}
.aui-media-box .aui-list .aui-list-item-media {
	width: 4rem;
}
.border-right {
	border-right: 1px dashed #ddd
}
.border-bottom {
	border-bottom: 1px dashed #ddd
}
.aui-list .aui-list-item-input label {
margin:.3rem;
	display: inline-block
}
.aui-list-img li {
	display: inline-block;
	float: left;
	width: 4rem;
	height: 3rem;
	margin: 0 3px;
	padding: 2px;
	border: 1px solid #ddd;
	position: relative
}
.box-dele {
	width: 16px;
	height: 16px;
	background: #dd5044;
	color: #fff;
	position: absolute;
	right: -3px;
	top: -3px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}
.aui-list-img li img {
	width: 100%;
	height: 100%
}
.inputfile + label {
	color: #777;
	height: 3rem;
	line-height: 3rem;
	border: 1px dashed #ccc;
	width: 4rem;
	display: inline-block;
	border-radius: 4px;
	background: #fff;
	font-size: 1.6rem;
	user-select: none;
	cursor: pointer;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.aui-flex-listup {
	display: flex;
	-webkit-box-flex: 1;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-end;
}
.aui-flex-box h3.h3.aui-text-warning::before {
	position: absolute;
	width: 3px;
	background: #f17c30;
	height: 15px;
	left: -11px;
	top: 3px;
	content: '';
}
 .kfbg1{background: linear-gradient(to bottom, #44d7d1 0%, #39b8e1 100%) !important; color:#fff!important }
  .kfbg2{background: linear-gradient(to bottom, #2fcdf4 0%, #239af8 100%) !important; color:#fff!important }
    .kfbg3{background: linear-gradient(to bottom, #48dc9e 0%, #2cc779 100%) !important;color:#fff!important  }
	 .kfbg4{background: linear-gradient(to bottom, #6ecc38 0%, #3dbb1a 100%) !important;color:#fff !important}
  .kfbg5{background: linear-gradient(to bottom, #b399fe 0%, #7d55e9 100%) !important; color:#fff!important }
    .kfbg6{background: linear-gradient(to bottom, #8991fc 0%, #4c58ea 100%) !important; color:#fff!important }
	   .kfbg7{background: linear-gradient(to bottom, #fd8048 0%, #fc7436 100%) !important; color:#fff !important}
	   	   .kfbg8{background: linear-gradient(to bottom, #fd868a 0%, #f86d74 100%) !important; color:#fff !important}
		     	   .kfbg9{background: linear-gradient(to bottom, #8fb6fb 0%, #7795f5 100%) !important; color:#fff !important}   
				   .kfbg10{background: linear-gradient(to bottom, #b095fc 0%, #825deb 100%) !important; color:#fff !important}	   .kfbg11{background: linear-gradient(to bottom, #878ffc 0%, #515eeb 100%) !important; color:#fff !important} .kfbg12{background: linear-gradient(to bottom, #48d5cd 0%, #3ab7e3 100%) !important; color:#fff !important} .kfbg13{background: linear-gradient(to bottom, #68e9cb 0%, #24cbba 100%) !important; color:#fff !important} .kfbg14{background: linear-gradient(to bottom, #3d81fc 0%, #3657f4 100%) !important; color:#fff !important}.kfbg14{background: linear-gradient(to bottom, #ff8d5b 0%, #ff6a1e 100%) !important; color:#fff !important}
				   .aui-icon-kf .aui-palace-grid-icon {
    width: 3rem;
    height: 3rem;
    background: #f6f8f5;
    line-height: 3rem;
    margin: 0 auto;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .2rem;
    box-shadow: 0 0.125rem 0.2rem #e4eff8 !important;
}
.kf-text1{background: #38b7ec -webkit-linear-gradient(top, #38b7ec 50%, #38b7ec 50%, #3dd2d6) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

.kf-text1{background: #38b7ec -webkit-linear-gradient(top, #38b7ec 50%, #38b7ec 50%, #3dd2d6) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-text2{background: #7ecf44 -webkit-linear-gradient(top, #7ecf44 50%, #7ecf44 50%, #38b917) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-text3{background: #fdd655 -webkit-linear-gradient(top, #fdd655 50%, #fdd655 50%, #feba4d) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-text4{background: #ff5237 -webkit-linear-gradient(top, #ff5237 50%, #ff5237 50%, #fe3732) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-text5{background: #8661ec -webkit-linear-gradient(top, #8661ec 50%, #8661ec 50%, #a68efe) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-text6{background: #72bbff -webkit-linear-gradient(top, #72bbff 50%, #72bbff 50%, #3b84e0) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-text7{background: #338afe -webkit-linear-gradient(top, #338afe 50%, #338afe 50%, #184bfe) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-text8{background: #ff642b -webkit-linear-gradient(top, #ff642b 50%, #fe8347 50%, #ff8f5f) no-repeat 0 0;
    background-size: auto;
    background-clip: border-box;
background-size: auto;
background-clip: border-box;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.kf-ul-list li{  width:100%;border-bottom:1px solid #eee; padding:.8rem ; margin: 0; overflow:hidden }
.kf-ul-list li h3{ font-weight:normal; font-size:.93rem; color:#333; padding-left:0; padding-top:.2rem}
.display2{ display:inline-block; float:left}
.mg5{ margin-left:.6rem;  }

.kf-ul-list li p{ font-weight:normal; font-size:.8rem; color:#999}
.margin-r{ border-right:1px solid #eee}
.mt6{ padding: .6rem 0 !important;}
.ovbox{ overflow: hidden;}
.zl-box .aui-more {
    text-align: right;
    color: #666;
    padding-right: 0px;
    position: relative;
    font-size: 0.9rem;
}
.sh_echarts{width: 100%; height: 15rem;}
.z_text1{ display: flex; font-size: .9rem; }
.z_text1 p { width: 20%; text-align: center; position: relative; background: #f1f6fb;margin:.5rem .1rem; border-radius: 3px; padding:.2rem .1rem ; }
.z_text1 p span{display: block; font-weight: bold; color: #222; }
.z_text2{ display: flex; font-size: .9rem; margin: .5rem 0; }
.z_text2 p{ width: 50%;}
.z_text1 p img{ position: absolute; left:2px; top: 2px; font-size: 18px; width: 10px;}
.nh_list .lc_row{ display: flex;   justify-content: space-between;padding:.5rem .6rem;}
.nh_list .lc_row span.nh_num{background:linear-gradient(to bottom,#6ab1f7,#4996e6);  border-radius: 50%; text-align: center; color: #fff; display: inline-block; width: 1.2rem; height:1.2rem; line-height: 1.2rem; font-size: .8rem;}
.text2{ color: #333;}
.nh_list .lc_row span.nh_num2{background:linear-gradient(to bottom,#6ab1f7,#4996e6); margin-right: .2rem;  border-radius: 50%; text-align: center; color: #fff; display: inline-block; width: 1rem; height:1rem; line-height: 1rem; font-size: .8rem;}

.nh_list li{ border-bottom: 1px dotted #ddd;}
.nh_list .lc_col_xl_8 { font-size: .9rem;}
.nh_list li:nth-child(1) .lc_row span.nh_num{background:linear-gradient(to bottom,#cb75ff,#cb75ff) }
.nh_list li:nth-child(2) .lc_row span.nh_num{background:linear-gradient(to bottom,#fd8388,#fa737a) }
.nh_list li:nth-child(3) .lc_row span.nh_num{background:linear-gradient(to bottom,#f49252,#f17c30) }

.aui-palace-jz {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding:.8rem .5rem;
}
#allmap {
	width: 100%;
	height: 15rem;
}

.anchorBL{display: none;}
.aui-grid-w i {
	color: #ddd;
    font-size: 2.8rem;
    float: left;
    margin-right: .2rem;
    position: absolute;
    bottom: 12%;
    right: 20%;
}
.aui-grid-w .aui-col-xs-6 {
    text-align: left;
    padding: .8rem;
    font-size: 1rem;
}
.aui-grid-w h4 {
    font-size: 1.2rem;
    color: #333;
    font-weight: normal;
}
.aui-grid-w span {
    margin-left: .3rem;
}
.font8 {
    font-size: .8rem;
    color: #333;
}.aui-grid-w .aui-col-xs-6 {
    text-align: left;
    padding: .8rem;    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-size: 1rem;
}.aui-col-xs-6 {
    width: 50%;    float: left;
}
.aui-grid-w h2 {
	font-size: .9rem; position: relative;z-index: 1;
    color: #333;
    font-weight: normal;
}
.aui-grid-w h2 span {
	font-size: 1.2rem;
    font-weight: normal;
}
.border-r2{ border-right: 1px solid #f1f1f1;}
.border-b{ border-bottom: 1px solid #f1f1f1;}
.text-lixt{ font-size: .9rem; 	}
.text-box{ color: #333;}
.location-main a {
    text-decoration: none;
    color: #2481f8;
}