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: #f2f6fc;
	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-flex-box .aui-user-ul li {
	padding: 0;
	margin: 0
}
.aui-flex-box .aui-user-ul h3 {
font-size:.9rem;
	font-weight: 500;
	color: #d6eff6;
margin:.1rem 0;
margin-bottom:-.1rem;
margin-top:.5rem
}
.aui-palace-text .aui-palace-grid-icon span.aui-text-m5 {
	margin-bottom: -12px;
	display: inline-block;
	overflow: hidden;
	margin-left: 20px
}
.aui-flex-box .aui-address {
	color: #d6eff6;
font-size:.7rem
}
.aui-address img {
	float: left;
margin-top:.26rem;
	margin-right: 3px;
}
.aui-flex-box .aui-spantx2 {
	margin-top: 0rem;
	color: #fff;
font-size:.7rem
}
/* 必要布局样式css */
.aui-flexView {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.aui-scrollView {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.aui-navBar {
	height: 44px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1002;
	background: #1c7bf3;
}
.aui-navBar-item {
	height: 44px;
	min-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0.9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	color: #808080;
	position: relative;
}
.aui-navBar-item:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: -25%;
	font-size: 0.9rem;
	font-weight: bold;
}
.aui-navBar-item:last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/*头部*/
.aui-health-head {
	width: 100%;
	height: 14rem;
	background: url("../images/head_bg.png") no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.aui-hnt-title {
	font-size: 1.06rem;
	color: #fff;
padding: .3rem 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px
}
.aui-lc-int {
	width: 65%;
}
.aui-top-box {
	display: flex;
padding: .5rem;
margin-top: .9rem !important;
	justify-content: space-between;
}
.aui-lc-img {
	width: 7rem;
	height: 8.1rem;
}
.aui-lc-img img {
	padding: 0;
	margin: 0;
	width: 100%;
}
.aui-member-head ul li {
	color: #fff
}
.aui-lc-table {
	width: 100%;
}
.aui-lc-table td {
padding: .3rem 0;
}
.aui-flex-box h2 {
	color: #333333;
	font-size: 1rem;
	font-weight: normal;
}
.aui-arrow {
	text-align: right;
	color: #999999;
	padding-right: 12px;
	position: relative;
	font-size: 0.8rem;
}
.aui-arrow:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #999999;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px;
	border-radius: 1px;
}
.aui-health-box {
	background: #fff;
	border-radius: 6px;
	width: 95%;
	margin: 0 auto;
	box-shadow: 0 0 12px #dfe5f3;
}
/*颜色*/
.aui-text-default {
	color: #212121 !important;
}
.aui-text-white {
	color: #ffffff !important;
}
.aui-text-primary {
	color: #00bcd4 !important;
}
.aui-text-success {
	color: #009688 !important;
}
.aui-text-info {
	color: #0591f4 !important;
}
.aui-text-warning {
	color: #ffc107 !important;
}
.aui-text-danger {
	color: #e51c23 !important;
}
.aui-text-pink {
	color: #e91e63 !important;
}
.aui-text-purple {
	color: #673ab7 !important;
}
.aui-text-indigo {
	color: #3f51b5 !important;
}
.aui-bg-default {
	background-color: #f5f5f5 !important;
}
.aui-bg-primary {
	background-color: #00bcd4 !important;
}
.aui-bg-success {
	background-color: #009688 !important;
}
.aui-bg-info {
	background-color: #0591f4 !important;
}
.aui-bg-warning {
	background-color: #f1c40f !important;
}
.aui-bg-danger {
	background-color: #e51c23 !important;
}
.aui-bg-pink {
	background-color: #e91e63 !important;
}
.aui-bg-purple {
	background-color: #673ab7 !important;
}
.aui-bg-indigo {
	background-color: #3f51b5 !important;
}
/**/
.aui-bar {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	min-height: 2.25rem;
	font-size: 0.9rem;
	text-align: center;
margin-bottom: .5rem;
	display: table;
}
.aui-bar-nav .aui-btn {
	position: relative;
	z-index: 20;
	height: 3rem;
	line-height: 3rem;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border-radius: 0.1rem;
	border-width: 0;
	background: transparent !important;
}
.aui-bar-nav {
	top: 0;
	line-height: 3rem;
}
.aui-bar-light {
	color: #0f0f0f;
	font-size: 1.2rem;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.aui-bar-nav .aui-pull-left {
	padding: 0 0.5rem;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.8rem;
	font-weight: 400;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.aui-bar-nav .aui-title {
	top: 0;
	min-height: 3rem;
	position: absolute;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	right: 5rem;
	left: 5rem;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 2;
}
.aui-health-box-top {
	margin-top: -1.6rem;
}
.aui-health-box-top2 {
	margin-top: -2.6rem;
}
.aui-palace {
	padding: 0.5rem 0;
	position: relative;
	overflow: hidden;
}
.aui-palace2 {
	padding: 0.5rem 0.8rem;
}
.aui-palace-grid {
	position: relative;
	float: left;
	padding: 1px;
	width: 33.333%;
	box-sizing: border-box;
	margin: 0;
margin-bottom: .5rem;
cursor: pointer;
}
.aui-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-10 {
margin-top: .6rem;
}
.aui-palace-grid-icon img {
	display: block;
	width: 70%;
	margin: 0 auto;
	border: none;
}
.aui-palace-grid-text {
	display: block;
	text-align: center;
	color: #333;
	font-size: 0.85rem;
	text-overflow: ellipsis;
	overflow: hidden;
}
.aui-palace-grid-text h1 {
	font-size: 1rem;
	font-weight: normal;
	color: #666666;
}
.aui-palace-grid-text h2 {
	font-size: 0.9rem;
	font-weight: normal;
	color: #212121;
}
.aui-palace-text .aui-palace-grid-icon {
	width: auto;
	text-align: center;
	height: auto;
}
.aui-palace-text .aui-palace-grid-text h2 {
	color: #777;
	font-size: 0.8rem;
}
.aui-palace-text .aui-palace-grid-icon span {
	color: #333;
	font-size: 1rem;
 padding-top:.5rem;
	font-weight: bold
}
.aui-btn {
	position: relative;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 400;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0 0.6rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
}
.aui-btn-block {
	display: block;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	margin-bottom: 0;
	font-size: 1rem;
}
.aui-btn-primary {
	color: #ffffff;
	background-image: linear-gradient(to right, #00b5ff 0%, #00a1ff 100%);
}
.ui-btn-outlined {
	color: #1d9bf5 !important;
	border: 1px solid #1d9bf5 !important;
	background: #f2f6fc;
}
select {
	border: none;
	outline: none;
	/*去掉默认的下拉三角*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*添加下拉三角图标*/
	background: url("../images/jt_icon.png") no-repeat right center transparent;
}
option {
	background: none;
	text-align: center;
	color: #000025 !important;
	border: none;
	outline: none;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.mt-r5 {
margin-right: .5rem;
}
.pt0 {
	padding: 0 1rem;
}
.aui-img img {
	width: 100%;
}
@font-face {
	font-family: "aui_iconfont";
	src: url('aui-iconfont.ttf') format('truetype');
}
.aui-iconfont {
	position: relative;
	font-family: "aui_iconfont" !important;
	font-size: 0.7rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.aui-icon-plus::before {
	content: "\e6e3";
}
.aui-bar-nav .aui-btn .aui-iconfont {
	font-size: 0.9rem;
	line-height: 1.25rem;
	padding: 0;
	margin: 0;
	color: #0f0f0f;
}
.aui-bar-nav .aui-iconfont {
	position: relative;
	z-index: 20;
	font-size: 0.9rem;
	color: #0f0f0f;
	font-weight: 400;
	line-height: 2.25rem;
}
.aui-icon-left:before {
	content: "\e6f4";
}
.sous-title {
	display: flex;
	color: #0f0f0f;
padding: .3rem .6rem;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}
.sous-title img {
margin-right: .5rem;
	width: 1.8rem;
}
/*对齐,显示，隐藏等*/
.aui-pull-right {
	float: right !important;
}
.aui-pull-left {
	float: left !important;
}
.aui-hide {
	display: none !important;
}
.aui-show {
	display: block !important;
}
.aui-invisible {
	visibility: hidden;
}
.aui-inline {
	display: inline-block;
	vertical-align: top;
}
.aui-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: 8;
	visibility: hidden;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
}
.aui-mask.aui-mask-in {
	visibility: visible;
	opacity: 1;
}
.aui-mask.aui-mask-out {
	opacity: 0;
}
img.aui-img-round {
	border-radius: 50%;
}
.margin-t10 {
	margin-top: 10px;
}
.aui-collapse-header.aui-active .aui-collapse-arrow {
	display: block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.aui-collapse-item {
	background: #fff;
	border-radius: 6px;
	width: 93%;
	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: #000f32;
	font-size: 1rem;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.aui-title img {
	width: 1.6rem;
margin-right: .2rem;
}
.baog_a {
	background: url('../images/baog_a.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.baog_a:hover{color: #009688;}
.baog_b {
	background: url('../images/baog_b.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.baog_c {
	background: url('../images/baog_c.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.baog_d {
	background: url('../images/baog_d.png');
	width: 100%;
	height: 3rem;
	line-height: 2rem;
padding: .5rem;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}
.aui-content {
	overflow: hidden;
padding: .2rem .5rem;
}
.aui-shig-box .aui-palace-grid-icon {
	background: #f3f7fc;
padding: .3rem;
	border-radius: 5px;
margin: .3rem;
}
.aui-shig-box .aui-palace-grid-text h2 {
	font-size: 0.8rem;
	font-weight: normal;
margin-top: .3rem;
	color: #212121;
}
.aui-shig-box .aui-palace-grid-icon img {
	display: block;
	width: 90%;
	margin: 0 auto;
	border: none;
}
.wf-from-ul li {
	width: 100%;
	background: #f3f7fc;
	border-radius: 3px;
	display: flex;
 padding: .6rem .5rem;
	justify-content: space-between;
 margin-bottom: .5rem;
}
.wf-from-ul li .aui-text-default {
	flex: 0 0 75%;
	text-align: right;
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aui-ycl-text {
	flex: 0 0 72%;
	max-width: 72%;
}
.aui-ycl-text2 {
	flex: 0 0 75%;
	max-width: 75%;
}
.aui-yzl-ul li .aui-text-default {
margin-left: .3rem;
	display: inline-block;
}
.mt14 {
	margin-top: 14.8rem !important;
}
.aui-yzl-ul li {
	display: flex;
	justify-content: space-between;
}
.aui-yzl-ul li .aui-text-default {
font-size: .95rem;
	flex: 0 0 72%;
	max-width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aui-yzl-ul li p {
margin: .4rem 0;
	display: flex;
}
.aui-ycl-img {
	position: relative;
	width: 6rem;
	height: 7rem;
}
.aui-ycl-img2 {
	position: relative;
	width: 5rem;
	height: 6.2rem;
}
.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-ycl-img2 span {
	position: absolute;
bottom: .6rem;
	color: #212121;
	width: 100%;
	display: block;
	text-align: center;
}
.aui-ycl-sl {
	background: url(../images/ycl_sl.png);
	background-size: 100% 100%;
}
.aui-ycl-st {
	background: url(../images/ycl_st.png);
	background-size: 100% 100%;
}
.aui-ycl-sz {
	background: url(../images/ycl_sz.png);
	background-size: 100% 100%;
}
.aui-ycl-chw {
	background: url(../images/ycl_chw.png);
	background-size: 100% 100%;
}
.aui-ycl-wjj {
	background: url(../images/ycl_wjj.png);
	background-size: 100% 100%;
}
.aui-ycl-img span {
	position: absolute;
bottom: .6rem;
	color: #212121;
	width: 100%;
	display: block;
	text-align: center;
}
.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;
}
/* time seed */
.aui-timeLine {
	background-color: #fff;
	color: #6e6e6e;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.aui-timeLine-content {
	margin-left: 25px;
	border-left: 1px solid #e4e5e9;
	margin-top: 1rem;
}
.aui-timeLine-content-item {
	padding: 10px;
	margin-left: 25px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 10px; 
	border-radius: 5px;
	padding-top: 0
}
.aui-timeLine-content-item i {
	color: #999;
	margin-right: 3px
}

.aui-timeLine-content-icon {

	content: "";
	position: absolute;
	
	left: -1.6rem;
	display: block;
	top: -1px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.aui-timeLine-content-item:first-child>.aui-timeLine-content-icon {
	top: -4px;
}
.aui-timeLine-content-icon img {
	width:2rem;
	height: 2rem;
	display: block;
	border: none;
	margin: 0 auto;
}

.aui-timeLine-content-item p {
padding-bottom:.2rem
}
.aui-timeLine-content-item h1 {
	font-size: 1.04rem;
margin-left:.4rem
}
.aui-timeLine-content-item h2 {
	padding: 0 !important;
margin:.6rem .3rem!important
}
.aui-box-img{position: relative;width:6em; height: 6rem;}
.aui-box-img img{ width: 6rem; }
.aui-box-img .laber-num{position: absolute; right:-.2rem; top: -.2rem;     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: #ff2600;
    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;
}
.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; }
.st-progress{width:100%; padding:.8rem 0;margin:.5rem auto; }
	.BarControl{
		width:100%;
		height:100%;
		padding:0;
		margin:0;
		display:inline-block;
		}
	.BarBeginTime{
		width:40px;
		height:20px;
		color:#333;
		font-size:14px;
		line-height:20px;
		}
	.TheBar{
		position:relative;
		width:calc(100% - 100px);
		margin-left:2px;
		height:8px;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		background:#aed7fa;
		overflow:visible;
		}
	.TheColorBar{
		width:0px;
		border-radius:0px;
		-webkit-border-radius:0px;
		-moz-border-radius:0px;
		height:100%;
		background: linear-gradient(to right, #4484fc 0%, #47a4f9 100%) !important;
		float:left;
		}
	.TimeBall{
		width:20px;
		height:20px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		background: linear-gradient(to right, #4484fc 0%, #47a4f9 100%) !important;
		position:absolute;
		left:0px;
		top:-6px;
		z-index:2;
		cursor:pointer;
		}
	.BarTimeBall{
		width:10px;
		height:10px;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:#458efb;
		position:absolute;
		left:0px;
		top:-3px;
		z-index:2;
		cursor:pointer;
		}
	.BarFinishTime{
		width:40px;
		height:20px; text-align: right; float:right;
		color:#333;margin-left:5px;
		line-height:20px;
		}
	.BarBeginTime,.BarFinishTime,.TheBar{
		display:inline-block;
		vertical-align:middle;
		padding:0px;
		}
	
.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;}
@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-ycl-img {
	position: relative;
	width: 5rem;
	height: 6rem;
}
.aui-yzl-ul li p {
 margin: .3rem 0;
	display: flex;
}
.aui-yzl-ul li .aui-text-default {
	flex: 0 0 66%;
	max-width: 66%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aui-ycl-img2 {
	height: 5.6rem;
	width: 5rem;
}
.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 {
	flex: 0 0 66%;
	max-width: 66%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aui-ycl-img2 {
	height: 5.8rem;
}
.aui-card-top {
	background: #f3f7fc;
font-size: .85rem;
}
.aui-ycl-img {
    position: relative;
    width: 5.6rem;
    height: 6.4rem;
}
}
