html,
body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Helvetica", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}


input,
select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 1px solid #f2f2f2;
	padding: 3px;
	border-radius: 3px;
}

img {
	border: 0;
}

body {
	background: #f8f8f8;
	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;
}

.aui-flex {
	display: flex;
	align-items: center;
	padding: .5rem;
	position: relative;
}

.aui-flex-box {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.aui-flex-box .aui-spantx {
	color: #fff;
	font-size: .9rem
}

.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: flex;
	flex-direction: column;
}

.aui-scrollView {
	width: 100%;
	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: #087ff3;
	font-size: 1.1rem;
}

.aui-navBar-item {
	height: 44px;
	min-width: 25%;
	flex: 0 0 25%;
	padding: 0 0.9rem;
	display: flex;
	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;
	order: 3;
	justify-content: flex-end;
}

.aui-center {
	-webkit-box-ordinal-group: 3;
	order: 2;
	display: flex;
	justify-content: 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;
	color: #fff;
}

.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}

.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;
	color: #fff;
}

.aui-health-head ul {
	padding-top: 15px;
}

.aui-health-head ul li {
	color: #fff;
	padding: 4px 0;
	text-align: center;
	margin: 5px;
	font-size: 14px;
}

.aui-health-head ul li .name {
	background: rgba(255, 255, 255, .3);
	padding: 4px 20px;
	font-size: 16px;
	border-radius: 20px;
	border: 1px solid #3176a7;
}

.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-arrow:after {
	content: " ";
	display: inline-block;
	height: .6rem;
	width: .6rem;
	border-width: 2px 2px 0 0;
	border-color: #999999;
	border-style: solid;
	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 15px;
	box-shadow: 0 5px 15px #dadada;
}

.aui-health-box-top {
	margin-top: -2rem;
}

.aui-health-box-top {
	margin-top: -2rem;
}

.aui-palace {
	padding: 0.5rem 0;
	position: relative;
	overflow: hidden;
}

.aui-footer {
	width: 100%;
	position: relative;
	z-index: 100;
	display: flex;
	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;
	transform: scaleY(0.5);
	transform-origin: 0 100%;
}

.aui-tabBar-item {
	flex: 1;
	display: flex;
	-webkit-box-orient: vertical;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #979797;
}

.aui-tabBar-item-text {
	display: inline-block;
	font-size: 0.65rem;
	color: #3b4048;
	padding-top: 2px;
}

.aui-tabBar-item-active .aui-tabBar-item-text {
	color: #0f6ff4;
}

.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: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.aui-health-head .aui-flex {
	display: flex;
	align-items: center;
	padding: 1.5rem;
	position: relative;
}

.aui-flex-box {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.aui-flex-box h3 {
	color: #1a1a1a;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

/*基本容器*/
.aui-content {
	padding: 1rem;
	color: #333;
	font-size: 1rem;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	word-break: break-all;
	background: #fff;
}

.aui-content2 {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	word-break: break-all;
}

/*栅格类*/
.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 {
	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-badge {
	display: inline-block;
	width: auto;
	text-align: center;
	min-width: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.2rem;
	font-size: 0.6rem;
	color: #ffffff;
	background-color: #f59a23;
	border-radius: 0.4rem;
	position: absolute;
	top: 0.4rem;
	z-index: 99;
}

.aui-grid [class*=aui-col-xs-]:active {
	background-color: #f5f5f5;
}

.aui-grid .aui-iconfont {
	position: relative;
	z-index: 20;
	top: 0;
	height: 1.4rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.aui-grid .aui-grid-label {
	display: block;
	font-size: 1.02rem;
	position: relative;
	color: #9d9d9d;
	margin-top: 0.25rem;
}

.aui-grid .aui-badge {
	position: absolute;
	top: 0.5rem;
	left: 60%;
	z-index: 99;
}

.aui-grid .aui-dot {
	position: absolute;
	top: 0.5rem;
	right: 20%;
	z-index: 99;
}

.aui-grid [class*="aui-col-"] {
	text-align: center;
}

/*label*/
.pull-left {
	float: left;
}

.width40 {
	width: 40%
}

.width60 {
	width: 60%
}

.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 {
	color: #333 !important;
	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: #34a853 !important;
}

.aui-text-info {
	color: #2994eb !important;
}

.aui-text-warning {
	color: #ff8e0b !important;
}

.aui-text-danger {
	color: #e51c23 !important;
}

.aui-text-danger2 {
	color: #e34b50 !important;
}

.aui-text-pink {
	color: #e91e63 !important;
}

.aui-text-purple {
	color: #673ab7 !important;
}

.aui-text-indigo {
	color: #3f51b5 !important;
}

.aui-icon-warning {
	color: #f9b76b !important;
}

.aui-icon-info {
	color: #67b3ff !important;
}

.aui-icon-success {
	color: #3bb447 !important;
}

.aui-icon-pink {
	color: #d084ca !important;
}

.aui-bg-default {
	background-color: #f5f5f5 !important;
}

.aui-bg-primary {
	background-color: #00bcd4 !important;
}

.aui-bg-success {
	background-color: #70b603 !important;
	color: #fff !important;
}

.aui-bg-info {
	background-color: #03a9f4 !important;
	color: #fff !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-label {
	display: inline-block;
	padding: 0.4em 0.35em;
	font-size: 0.8rem !important;
	line-height: 1;
	color: #777;
	background-color: #dddddd;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.25em;
	position: relative;
}


#txt_zgCount {
	padding: 0.2em 0.25em;
}

#txt_tgCount {
	padding: 0.2em 0.25em;
}

.aui-label-primary {
	color: #ffffff;
	background: linear-gradient(to right, #52c4fa 0%, #5c6ae4 100%) !important;
}

.aui-yichang img {
	width: 12px !important
}

.aui-btn-info2 {
	border-radius: 5px !important;
	color: #ffffff;
	background: linear-gradient(to right, #3a67fe 0%, #53c2f9 100%) !important;
}

.aui-yichang-warning {
	color: #ffffff;
	background: linear-gradient(to right, #ff9b63 0%, #ff642a 100%) !important;
}

.aui-btn-radius {
	border-radius: 2px !important;

}

.aui-btn-info {
	color: #ffffff;
	font-size: 0.9rem !important;
	background-color: #34a853;
}

.aui-label-info {
	color: #ffffff;
	background-color: #0a7ff1;
}

.aui-label-p {
	color: #ffffff;
	background-color: #ff86b6;
}

.aui-label-y {
	color: #ffffff;
	background-color: #fa9f77;
}

.aui-label-warning {
	color: #ffffff;
	background-color: #ffc107;
}

.aui-label-danger {
	color: #ffffff;
	background-color: #f25067;
}

/*列表*/
.aui-list {
	width: 100%;
	padding: 0px;
}

.aui-list .aui-list-item {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 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-p0 .aui-list-item {
	margin: 0 !important;
}

.bm-1 {
	border-bottom: 1px solid #e6e6e6
}

.aui-list-item2 {
	padding: .5rem
}

.aui-list-item2 h3 {
	padding: .5rem 0;
	color: #444;
	font-weight: 500;
}

.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: #eef3fa;
	color: #212121;
	position: relative;
	font-size: 0.9rem;
	padding: 0.4rem 0.75rem;
	padding-top: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aui-list.aui-list-noborder .aui-list-item:last-child {
	border-bottom: 0;
}

.aui-list .aui-list-item-inner {
	position: relative;
	min-height: 3.6rem;
	padding-right: 0.5rem;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	-webkit-box-flex: 1;
	justify-content: space-between;
	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: flex;
	justify-content: space-between;
	align-items: center;
}

.aui-list .aui-list-item-title {
	font-size: 1.0rem;
	font-weight: 500;
	position: relative;
	max-width: 100%;

}

.aui-list .iconfont {
	font-size: 1.4rem;
	color: #bfc1c2;
	margin: .3rem
}

.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: 1rem;
	color: #757575;
	margin-left: 0.25rem;
}

.aui-list .aui-list-item-inner p {
	overflow: hidden;
}

.aui-list .aui-list-media-list {
	flex-direction: column;
}

.aui-media-list-item-inner {
	box-sizing: border-box;
	display: flex;
	width: 100%;
}

.aui-media-list .aui-list-item {
	display: block;
}

.aui-media-list .aui-list-item-inner {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.aui-media-list-item-inner+.aui-info {
	margin-right: 0.75rem;
}

.aui-list .aui-list-item-media {
	width: 4.5rem;
	height: 5rem;
	position: relative;
	padding: 0.5rem 0;
	padding-right: 0.75rem;
	display: inherit;
	flex-shrink: 0;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.aui-list-item-text2 {
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}

.aui-list .aui-list-item-media img {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #f2f2f2;
	border-radius: 8px;
	padding: 1px;
}

.aui-list .aui-list-item-media-list {
	margin-top: 0.25rem;
	padding-right: 0;
	display: block;
}

.aui-list-item-inner h2 {
	font-size: 14px;
	margin-right: 5px;
	color: #c06969;
}

.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>* {
	box-align: 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 {
	justify-content: center;
}

.aui-list .aui-list-item i.aui-iconfont {
	align-self: center;
	font-size: 0.8rem;
}

.aui-list-item-inner.aui-list-item-arrow {
	overflow: hidden;
	padding-right: 1.5rem;
}

.aui-list-item-arrow:before {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	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;
	border-radius: 0;
	transform: rotate(-135deg);
}

.aui-h2-arrow:before {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	right: 0.75rem;
	margin-top: .5rem;
	background: transparent;
	border: 1px solid #999;
	border-top: none;
	border-right: none;
	z-index: 2;
	border-radius: 0;

	transform: rotate(-135deg);
}

.aui-list.aui-form-list .aui-list-item {
	margin-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	padding: .2rem .6rem
}

.aui-list.aui-form-list .input-border {
	border: none
}

.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 {
	border-radius: 3px;
	margin-bottom: .5rem;
	padding: .5rem .6rem;
	margin: 0 auto
}

.aui-list.aui-form-list .aui-list-item-inner {
	box-sizing: border-box;
	display: flex;
	padding: 0;
}

.aui-list .aui-list-item-label,
.aui-list .aui-list-item-label-icon {
	color: #212121;
	font-size: 1rem;
	font-weight: 500;
	width: 50%;
	min-width: 1.0rem;
	margin: 0;
	padding: 0;
	padding-right: 0.25rem;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;

}

.aui-article-button {
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%
}

.aui-formbox .aui-text-danger {
	padding: .2rem .1rem;
	font-size: 1rem;
	position: relative;
	top: .2rem;
}

.aui-list .aui-list-item-label-icon {
	width: auto;
	padding-right: 0.75rem;
}

.aui-list .aui-list-item-input {
	width: 100%;
	padding: 0;
	padding-right: 0;
	box-flex: 1;
	flex-shrink: 1;
	color: #777;
	text-align: right;
	font-size: 1rem
}

.aui-list-item-input .aui-checkbox-label {
	margin: .2rem;
	min-width: 20%;
	display: inline-block
}

.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-formbox .aui-list-item-inner {
	text-align: right
}

.aui-list-item-inner2 {
	width: 100%;
	padding: .8rem 0
}

.aui-list-item-inner2 .aui-list-item-input {
	padding: .5rem;
	padding-bottom: 0
}

textarea {
	min-height: 4rem;
}

.aui-formbox .aui-list-item-inner input[type="text"] {
	text-align: right;
	width: 100%;
	border: none;
	background: none;
	font-size: 1rem
}

.aui-formbox .aui-list-item-inner select {
	text-align: right;
	width: 100%;
	border: none;
	background: none;
	font-size: 1rem
}

.aui-formbox h2 {
	font-size: 1rem;
	padding: 0 1rem;
	margin: .6rem .3rem;
	font-weight: normal;
	color: #8a96b4
}

.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;
	padding: .3rem;
	border: none;
	width: 100%;
	resize: none;
}

.aui-list .aui-list-item-right .aui-badge,
.aui-list .aui-list-item-right .aui-dot {
	display: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio:1.5) {
	.aui-list {
		background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: top;
	}

	.aui-list .aui-list-item {
		background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.aui-list.aui-list-in .aui-list-item {
		border: none;
	}

	.aui-list.aui-list-in .aui-list-item:last-child {
		background-position: bottom;
	}

	.aui-list.aui-list-noborder,
	.aui-list.aui-list-noborder .aui-list-item:last-child {
		border: none;
		background-size: 100% 0;
		background-image: none;
	}
}

.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;
}

.font20 {
	font-size: .8rem;
	color: #333;
	margin: .5rem 0
}

.font8 {
	font-size: .8rem;
	color: #333;
}

.font12 {
	font-size: 1rem !important;
	color: #666;
}

.td_zs {
	color: #37a2f4;
}

.td_ycl {
	color: #19c7a5;
}

.td_wcl {
	color: #d0593b;
}

.font30 {
	font-size: 1.3rem;
	margin-top: .6rem
}

.aui-flex-box h2::before {
	width: .3rem;
	height: 1rem;
	top: 0.8rem;
	position: absolute;
	content: "";
	background: #54a0ff;
	border-radius: 8px;
	left: 0;
}

.barbox6 {
	width: 100%
}

.text-c {
	color: #969696 !important;
	font-size: 1rem !important;
	padding: .7rem;
	padding-left: 1.4rem !important
}

/*选择框样式*/
.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 !important;
}

.aui-select option {
	border: 1px solid #ddd;
}

.aui-table {
	width: 100%;
	padding: 7px;
}


.aui-table td {
	padding: .8rem 0
}

.aui-hr td {
	border-bottom: 1px solid #f2f2f2;
}

.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-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;
	transition: background-color ease 0.1s;
}

.aui-checkbox {
	border-radius: 0.1rem;
}

.aui-radio:checked,
.aui-radio.aui-checked,
.aui-checkbox:checked,
.aui-checkbox.aui-checked {
	background-color: #03a9f4;
	border: solid 1px #03a9f4;
	text-align: center;
	background-clip: padding-box;
}

.aui-radio:checked:before,
.aui-radio.aui-checked:before,
.aui-checkbox:checked:before,
.aui-checkbox.aui-checked:before,
.aui-radio:checked:after,
.aui-radio.aui-checked:after,
.aui-checkbox:checked:after,
.aui-checkbox.aui-checked:after {
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	background: transparent;
	border: 1px solid #ffffff;
	border-top: none;
	border-right: none;
	z-index: 2;
	border-radius: 0;
	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;
	border-radius: 0;
	transform: rotate(-45deg);
}

/*tab切换类*/
.aui-tab {
	position: relative;
	background-color: #ffffff;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-self: center;
	box-shadow: 0 1px 8px #e5e5e5;
}

.aui-tab-item {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	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: #0a7ff1;
	border-bottom: 2px solid #0a7ff1;
}

.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;
}

/*按钮样式*/
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;
	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:active {
	color: #212121;
	background-color: #bdbdbd;
}

.aui-btn-primary {
	color: #ffffff;
	background-color: #00bcd4;
}

.aui-btn-gay {
	color: #ffffff;
	background-color: #999;
}

.aui-btn-primary.aui-active,
.aui-btn-primary:active {
	color: #ffffff;
	background-color: #00acc1;
}

.aui-btn-success {
	color: #ffffff;
	background-color: #00bb58 !important;
}

.aui-btn-success.aui-active,
.aui-btn-success:active {
	color: #fff;
	background-color: #00897b;
}

.aui-btn-info {
	color: #fff !important;
	background-color: #039be5 !important;
}


.aui-btn-info.aui-active,
.aui-btn-info:active {
	color: #fff !important;
	background-color: #039be5 !important;
}

.aui-btn-warning {
	color: #ffffff !important;
	background-color: #ffa73b !important;
}

.aui-btn-warning.aui-active,
.aui-btn-warning:active {

	color: #ffffff !important;
	background-color: #ffb300 !important;
}

/*底部切换栏*/
.aui-bar-tab {
	position: fixed;
	top: auto;
	bottom: 0;
	table-layout: fixed;
	background-color: #ffffff;
	color: #757575;
	width: 100%;
	padding: .2rem 0;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06), 0 10px 0px 0 rgba(0, 0, 0, 0.02);
}

.aui-bar-tab .aui-bar-tab-item {
	display: table-cell;
	position: relative;
	width: 1%;
	height: 2.5rem;
	text-align: center;
	vertical-align: middle;
}

.aui-bar-tab .aui-active {
	color: #039be5;
}

.aui-bar-tab .aui-bar-tab-item .aui-iconfont {
	position: relative;
	z-index: 20;
	top: 0.1rem;
	height: 1.2rem;
	font-size: 1rem;
	line-height: 1rem;
}

.aui-bar-tab .aui-bar-tab-label {
	display: block;
	font-size: 1rem;
	position: relative;
}

.aui-bar-tab .aui-badge {
	position: absolute;
	top: 0.1rem;
	left: 55%;
	z-index: 99;
}

.aui-bar-tab .aui-dot {
	position: absolute;
	top: 0.1rem;
	right: 30%;
	z-index: 99;
}

.aui-bar-tab .iconfont {
	font-size: 1.8rem
}

.margin-left-5 {
	margin-left: .5rem
}

.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 dotted #ddd
}

.aui-inputlist li span {
	width: 33.33%;
	float: left;
	display: inline-block;
	padding: .5rem;
	text-align: center
}

.aui-input2 {
	border: none;
	width: 90%;
	background: #f8f8f8;
	margin: 0 .2rem;
	padding: .5rem;
	border-radius: 3px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

.aui-input {
	border: none;
	background: #fff;
	margin: 0 .2rem;
	padding: .5rem;
	width: 90%;
}

.aui-dotted {
	overflow: hidden
}

.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-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;
}

img.aui-img-round {
	border-radius: 50%;
}

.aui-list-item-inner.aui-list-item-arrow2 {
	overflow: hidden;
	padding-right: 1.0rem;
}

.width80 {
	width: 78%
}

.aui-list-head {
	padding: 0 15px;
	font-size: 1rem;
	color: #333;
	position: relative;
}

.aui-xf-item .aui-flex-box {
	color: #666;
}

.aui-text-time {
	padding: 5px 15px;
	font-size: 0.8rem;
}

.aui-text-time p {
	padding: 3px
}

.aui-dotted {

	font-size: .8rem;
	padding: .8rem 0;

}

.inputfile+label img {
	display: block;
	width: 36px;
	position: relative;
	margin-bottom: 3px;
}

.aui-img-a {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #fff;
	border-radius: 50%
}

.aui-img-a i {
	font-size: .8rem;
}

.aui-timeline .aui-card-list {
	position: relative;
	margin-bottom: 0.75rem;
	background: #fff;
}

.aui-border-t {
	border-top: 1px solid #f2f2f2
}

.aui-timeline a {
	text-decoration: none;
	color: #08acee;
}

.aui-card-list-content-padded p {
	padding: 3px;
	color: #555
}

.aui-grid-b i {
	font-size: 2rem;
	color: #0094fb
}

.aui-grid-b {
	padding: .5rem;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06), 0 0px 0px 0 rgba(0, 0, 0, 0.02);
}

.aui-grid-box {}

.aui-grid-box h2 {

	font-size: 1rem;
	font-weight: normal;
	color: #333;
	padding: 10px 10px 0 15px;
	font-weight: 550
}

.aui-grid [class*="aui-col-"] {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 1rem 0;
}

.aui-btn-block {
	display: block;
	width: 96%;
	margin: 0 auto;
	height: 2.5rem;
	line-height: 2.55rem;
	margin-top: 1rem;
	font-size: 1rem;
}

.br-1 {
	border-right: 1px solid #ddd
}

.aui-grid-y .aui-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.aui-shrink-img {
	float: right;
	margin-right: .5rem
}

.aui-shrink-img i {
	font-size: 2.8rem !important;
	opacity: 0.3;
}

.aui-grid-y {
	text-align: left !important;
	padding: .5rem;
}

.aui-grid-y h3 {
	font-size: 1.4rem;
	margin: 0;
	font-weight: normal
}

.aui-grid-y .aui-flex-box {
	width: 60%;
	float: left;
	border-radius: 5px;
}

.aui-grid-w .aui-col-xs-6 {
	text-align: left;
	padding: 1rem;
	font-size: 1rem
}

.aui-grid-w i {
	color: #ddd;
	font-size: 1.2rem;
	float: left;
	margin-right: .5rem
}

.aui-grid-w h4 {
	font-size: 2rem;
	color: #333;
	font-weight: normal
}

.aui-grid-w span {
	margin-left: .6rem
}

.aui-navBar2 {
	height: 8rem;
	background: url(../images/headBg.png);
	background-size: 100%;
}

.aui-top-title {
	padding: 1rem;
	color: #fff;
	font-size: .8rem
}

.aui-top-title p {
	padding: .3rem 0
}

.aui-daka {
	background: #fb7c3d;
	border-radius: 5rem;
	color: #fff;
	padding: .3rem .6rem;
	margin: 1rem;
	font-size: .8rem
}

.text-bg {
	background: #f8f8f8;
	padding: .4rem;
	border-radius: 3px
}

.aui-margin-t-5 {
	margin-top: .5rem
}

/*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: #2994eb;
	border-bottom: 2px solid #2994eb;
}

.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-left {
	width: 80%
}

.aui-right {
	float: right;
	font-size: .8rem
}

.aui-right img {
	width: 14px;
	margin-top: 6px
}

.aui-left .aui-text-info {
	padding-right: .1rem;
	font-size: .9rem
}

#tab1-con2 {
	margin-bottom: 20px;
}


#showinfo {
	display: none;
	z-index: 99999999;
	position: absolute;
	width: 95%;
	right: 10px;
	top: 30px;
	padding: 10px;
	padding-top: 3px;
	min-height: 100px;
	border: 1px solid #ddd;
	background-color: #fff;
	animation-duration: 0.3s !important;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
	color: #555;
	border-radius: 4px;

}

.more-right {
	position: absolute;
	right: 10px;
	top: 2px
}

.aui-look-titile {
	position: relative;
	width: 100%
}

#showinfo a {
	text-align: right;
	display: block;
	color: #fe2222
}

.more-right a {
	color: #FF5722
}

#showinfo p {
	margin-bottom: .3rem;
}

.aui-content-padded {

	position: relative;
	word-break: break-all;
	-webkit-overflow-scrolling: touch;
}

.aui-list-item-inner.aui-list-item-arrow {
	overflow: hidden;
	padding-right: 1.5rem;
}

.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 #dddddd;
	border-top: none;
	border-right: none;
	z-index: 2;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.aui-list-item.aui-list-item-arrow {
	padding-right: 0.75rem;
}

.aui-list.aui-form-list .aui-list-item:active {
	background-color: #ffffff;
}

.aui-collapse-content {
	display: none;
}

.aui-collapse-header.aui-active {
	background: #f8f8f8 !important;
	color: #8a96b4 !important
}

.aui-icon-down:before {
	content: " ";
	display: inline-block;
	height: .6rem;
	width: .6rem;
	border-width: 2px 2px 0 0;
	border-color: #999999;
	border-style: solid;
	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-collapse-header.aui-active .aui-collapse-arrow {
	display: block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.aui-collapse-header .aui-list-item-title span {
	font-size: .93rem;
	padding-left: .3rem;
	color: #de8d5c
}

.aui-li-text {
	padding: .4rem .6rem;
	font-size: .8rem
}

.aui-radius-info {
	border-radius: 10px;
	padding: .1rem .3rem;
	display: inline-block;
	background: #2994eb;
	text-align: center;
	color: #fff;
	font-size: .8rem
}

.aui-collapse-content .aui-media-list li {
	border-bottom: 1px dashed #ddd
}

.aui-collapse-content .aui-media-list li .aui-list-item-title {
	color: #333
}

.aui-collapse-content .aui-media-list li p {
	margin-top: .2rem
}

.aui-collapse-content .aui-media-list li p span {
	margin-right: .2rem
}

.aui-media-list button {
	height: auto
}

.font6 {
	font-size: .8rem;
	color: #de8d5c;
	padding-left: .3rem
}

.aui-media-list .aui-talbe-s {
	color: #666;
	font-size: .95rem;
	padding: .3rem 0;
}

.aui-media-list .aui-talbe-s td {
	padding: .2rem 0;
}

.page-link {
	color: #334151;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
	border-width: 0;
	border: 1px solid #e1e6f1;
	font-weight: 400;
	margin: 0 1px;
	margin-top: 1.1rem
}

.pagePanel {
	line-height: 3.6rem;
}

.pagePanel {
	font-size: .9rem;
	color: #666
}

.page-item {
	border: none !important
}

.pagePanel span {
	padding: 0 .3rem;
	color: #06C
}

.helper-page-first i,
.helper-page-last i,
.helper-page-prev i,
.helper-page-next i {
	display: block;
	width: 12px;
	height: 12px;
	background-position: center center;
	background-repeat: no-repeat;

	transform: scale(0.8)
}

.aui-switch {
	width: 2.3rem;
	height: 1.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: #03a9f4;
	background-color: #03a9f4;
}

.aui-switch:checked:before {
	left: 1.1rem;
}

.cell-input2 {
	border: none;
	width: 100%;
	min-height: 2rem;
	padding-top: 4px;
	text-align: right;
	border-radius: 3px;
	padding-right: 20px;
}

.aui-box-info {
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-right: .3rem;
	border-radius: 50%;
	color: #fff;
	font-size: .8rem;
	display: inline-block;
	text-align: center;
	background: #2994eb
}

.aui-collapsebox2 .aui-collapse-header {
	color: #666
}

.aui-collapsebox2 .aui-icon-down:before {
	right: 8px;

}

.tab1-title h2 {
	position: relative;
	font-size: 1rem;
	padding: .5rem 1rem;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
}

.tab1-title h3 {
	position: relative;
	font-size: 1rem;
	padding: .5rem 1rem;
	margin: 0;
	color: #333;
	border-bottom: 1px solid #f1f1f1;

}

.tab1-title h3 p {

	font-size: .9rem;
	font-weight: normal;
	color: #666;
	margin-top: 5px;






}

.tab1-title h3: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);
}

.tab1-title h2::before {
	width: .2rem;
	height: 14px;
	top: .8rem;
	position: absolute;
	content: "";
	background: #0a7ff1;
	border-radius: .2rem;
	left: .5rem;
}

.font12 {
	font-size: 13px !important;
}

.mt-1 {
	margin-top: 8px;
}

.tab1-box {
	text-align: center;
	padding: .8rem;
	overflow: hidden;
	margin-bottom: 8px
}



.tab1-box2 {
	background: #fff;
	text-align: left;
	padding: .5rem;
	overflow: hidden;
	margin-bottom: 8px
}

.tab1-box img {
	width: 11rem;
	margin: 0 auto;
}

.tab1-box h3 {
	font-weight: normal;
	color: #333;
	margin-bottom: .8rem;
	font-size: 1rem
}

.tab1-box h3 img {
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: 3px
}

.tab1-box2 img {
	width: 12rem;
	margin: 0 auto;
}

.tab1-box2 h3 {
	font-weight: normal;
	color: #333;
	margin-bottom: 0rem;
	font-size: 1rem
}

.tab1-box2 h3 img {
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: 3px
}

.aui-yp-btn img {
	width: 24px
}

.aui-yp-btn {
	width: 50px;
	margin-left: 8px
}

.yp-ui {
	background: #fff;
	padding: 1rem 1.2rem
}

.yp-ui li {
	padding: .1rem;
	color: #444;
	font-size: .94rem
}

.yp-top::before {
	top: .46rem !important
}

.aui-col-xs-6 img {
	width: 90%
}

.yp-title2 {
	font-size: 1.1rem;
	color: #333;
	font-weight: normal;
	text-align: left;
	margin-bottom: .3rem
}

.yp-top-title {
	font-size: 1.05rem;
	font-weight: normal;
	color: #999;
	padding: .6rem 1rem
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	color: #fff;
	height: 3rem;
	margin: .5rem 0;
	width: 100px;
	height: 100px;
	background: linear-gradient(to bottom, #4ac0fe 0%, #3a67fe 100%) !important;
	display: inline-block;
	border-radius: 50%;

	user-select: none;
	cursor: pointer;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;

	font-weight: 400;
	font-size: 14px;


}

.aui-inputfile-input img {
	width: 80px;
	margin-top: 20px;
	display: block
}

.width50 {
	width: 49%;
	margin: 0px;
	display: inline-block
}

.aui-btn-nobg {
	background: none !important;
	color: #0a7ff1
}

.bg2 {
	background: #f6fafd;
	padding: 1rem 0;
	width: 60%;
	margin: 0 auto
}

.aui-article-button .aui-btn {
	border-radius: 0 !important;
	padding: 0 !important;
	line-height: 2.6rem;
	height: 2.6rem
}

#aui-slide3 {
	margin: 30px auto;
	text-align: center;
	width: 60%;
}

.aui-text-align {
	text-align: center
}

.aui-text-align img {
	width: 80px;
	margin-top: 30px;
	font-size: 1.04rem
}

.tab1-box img.btn-img {
	width: 60px !important
}

.yp-box img {
	width: 10rem
}

.yp-box {
	margin-top: .8rem
}

.yp-box .aui-col-xs-6 {
	text-align: center
}

.yp-box .aui-col-xs-4 {
	text-align: center
}

.aui-text-left {
	text-align: left !important
}

.aui-text-right {
	text-align: right !important
}

.imgw10 {
	width: 32px
}

.aui-searchbar {
	border: 1px solid #eaeeff;
	width: 100%;
	overflow: hidden;
	margin: 0.5rem 0;
	padding: 0;
	height: 2.4rem;
}

.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-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-clear-btn {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 1.1rem;
	height: 1.1rem;
	color: #4296ff;
	line-height: 0.6rem;
	text-align: center;
}

.height50 {
	height: 40vh;
	padding: 5px;
}

.height90 {
	height: 90vh;
}

.sm_baimap {
	width: 100%;
	height: 100%;
}

.anchorBL {
	display: none;
}

.cg-box {
	text-align: center;
	margin: 0 20%;
	padding: 50px 0;
}

.cg-box img {
	width: 64px;
}

.cg-box h2 {
	color: #333;
	padding: 15px 0px;
	font-size: 18px;
	border-bottom: 1px solid #f2f2f2;
}

.cg-box h2 p {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
}

.cg-box ul {
	padding-top: 10px;
}

.cg-box ul li {
	text-align: left;
	margin: 6px 0;
	font-size: 14px;
	color: #333;
	display: flex;
}

.cg-box ul li img {
	width: 24px;
}

.aui-btn-block a {
	color: #fff;
}

.footicon1 {
	background-image: url('../images/footicon1.png');
}

.aui-tabBar-item-active .footicon1 {
	background-image: url('../images/footicon1_ac.png');
}

.footicon2 {
	background-image: url('../images/footicon2.png');
}

.aui-tabBar-item-active .footicon2 {
	background-image: url('../images/footicon2_ac.png');
}

.footicon3 {
	background-image: url('../images/footicon3.png');
}

.aui-tabBar-item-active .footicon3 {
	background-image: url('../images/footicon3_ac.png');
}

.footicon4 {
	background-image: url('../images/footicon4.png');
}

.aui-tabBar-item-active .footicon4 {
	background-image: url('../images/footicon4_ac.png');
}

.aui-tabBar-item-active i {
	color: #0a7ff3 !important
}

.icon-zg {
	background-image: url('../images/tit_foot_icon9.png');
}

.aui-tabBar-item-active .icon-zg {
	background-image: url('../images/tit_icon9.png');
}

.icon-xj {
	background-image: url('../images/tit_foot_icon1.png');
}

.aui-tabBar-item-active .icon-xj {
	background-image: url('../images/tit_icon1.png');
}

.aui-health-head {
	width: 100%;
	height: 9rem;
	background: url(../images/headbg.png) bottom center;
	background-size: 100% 100%;
}

#clock {

	text-align: center;
	position: absolute;
	left: 50%;
	top: 35%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #0f6ff4;
	text-shadow: 0 0 10px #fff, 0 0 20px rgba(255, 255, 255, 0);
}

#clock .time {
	letter-spacing: 0.05em;
	font-size: 60px;
	padding: 5px 0;
}

#clock .date {
	letter-spacing: 0.1em;
	color: #666;
	font-size: 16px;
}

#clock .text {
	letter-spacing: 0.1em;
	font-size: 12px;
	padding: 20px 0 0;
}

.dakabox {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
}

.dakabox button {
	color: #fff;
	height: 3rem;
	margin: .5rem 0;
	width: 100px;
	height: 100px;
	background: linear-gradient(to bottom, #4ac0fe 0%, #3a67fe 100%);
	display: inline-block;
	border-radius: 50%;
	user-select: none;
	cursor: pointer;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0 30px;
}

.aui-button-warning {
	background: linear-gradient(to bottom, #ff9a48 0%, #fe6d2c 100%) !important;
}



.week_content {
	width: 100%;
	min-height: 160px;
	margin: 0 auto;
	background: #fff;
}

.week_title {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	padding-top: 20px;
}

.week_title a,
.week_title h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
}

.week_title a {
	width: 20px;
	height: 20px;
	border: 1px solid dodgerblue;
	border-radius: 50%;
	position: relative;
}

.week_title a:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #1E90FF;
	border-right: 1px solid #1E90FF;
	transform: rotate(-135deg);
	position: absolute;
	right: 4px;
	top: 6px;
}

.week_title a.nextWeek:before {
	transform: rotate(45deg);
	right: 7px;
}

.week_title h1 {
	margin: 0 10px;
}

.week_box {
	background: #f2f2f2;
}

.week_box ul li {
	width: 14.285%;
	float: left;
	text-align: center;
	line-height: 50px;
}

.calendarContent {
	width: 100%;
	overflow: hidden;
}

.calendarAll {
	width: 100%;
	overflow-y: auto;
}

.calendar_box section {
	float: left;
	width: 14.285%;
	box-sizing: border-box;
	padding: 0 5px;
}

.calendar_box section h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.calendar_box section h2 a {
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	border: 1px solid rgba(0, 0, 0, 0);
}

.calendar_box section h2.current a {
	background: #1E90FF;
	color: #fff;
}

.calendar_box section h2.select a {
	border: 1px solid #1E90FF;
}

.calendar_box section h2.active {
	background: #1E90FF;
}

.calendar_box section h2.active a {
	color: #fff;
}

.calendar_box section ul li {
	text-align: center;
	font-size: 14px;
	/* line-height: 30px; */
	min-height: 60px;
	background: #1E90FF;
	margin-top: 10px;
	position: relative;
}

.calendar_box section ul li:hover article {
	display: block;
}

.calendar_box section ul li article {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.calendar_box section ul li article a {
	display: block;
	padding: 10px 0 0;
	color: #fff;
}

.down_list {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: none;
	z-index: 999;
}

.down_list_c {
	overflow: hidden;
	width: 500px;
	min-height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	background: #fff;
	border-radius: 5px;
	color: #333;
}

.down_list_c h1 {
	font-size: 16px;
	line-height: 40px;
	background: #f2f2f2;
}

.down_list_c .jy_list {
	padding: 0 20px;
}

.down_list_c .jy_list p {
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
}

.down_list_c .jy_list p a {
	float: right;
	color: #333 !important;
	width: 40px;
}

.down_list_c h5 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.down_list_c h5:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	transform: rotate(-45deg);
	background: #666;
	position: absolute;
	right: 0;
	top: 10px;
}

.down_list_c h5:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	transform: rotate(45deg);
	background: #666;
	position: absolute;
	right: 0;
	top: 10px;
}

.main {
	width: 100%;

	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

/* time seed */
.aui-timeLine {
	background-color: #fff;
	font-size: 13px;
	color: #6e6e6e;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.aui-timeLine-content {
	margin-left: 35px;
	border-left: 1px solid #e4e5e9;
	margin-top: 1rem;
	padding-top: 1rem;
}

.aui-timeLine-content-item {
	padding: 1px 12px 16px 0;
	margin-left: 25px;
	position: relative;
	margin-bottom: 10px;
	font-size: .9rem;
}

.aui-timeLine-content-item h1 {
	font-size: .9rem;
	margin-bottom: .5rem;
}

.aui-timeLine-content .aui-timeLine-content-item .aui-timeLine-box {
	margin-bottom: 4px;
	padding-top: 0;
	color: #fe6000;
}

.aui-timeLine-content .aui-timeLine-content-item .aui-timeLine-box em {
	color: #333333;
	font-style: normal;
}

.aui-timeLine-content .aui-timeLine-content-item:first-child h1 {
	color: #34a853
}

.aui-timeLine-content-icon {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: .9rem;
	border-radius: 99px;
	background-color: #e5e5e5;
	color: #fff;
	content: "";
	position: absolute;
	z-index: 1;
	left: -25px;
	display: block;
	top: 3px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.aui-timeLine-content-item:first-child>.aui-timeLine-content-icon {
	top: 0px;
}



.aui-timeLine-content-icon img {
	width: 18px;
	height: 18px;
	display: block;
	border: none;
	margin: 6px auto;
}

.aui-timeLine-content-item .aui-timeLine-content-info {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background-color: #e5e5e5;
	content: "";
	position: absolute;
	z-index: 1;
	left: -25px;
	display: block;
	top: 39px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.aui-timeLine-content-item h2 {
	padding: 0 !important;
	margin: .6rem .3rem !important
}

.gd_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}

.gd_list li {
	display: flex;
	align-items: center;
	color: #666;
	padding: .4rem .5rem;
	width: calc(50% - 6px);
	margin: 3px;
	font-size: 12px;
}

.gd_list li h3 {
	color: #333;
	font-weight: normal;
}

.gd_list li img {
	width: 2rem;
	margin-right: .5rem;
	margin-top: 0.4rem;
}

.gd_bg1 {
	background: #eaf6ff;
	border-radius: 5px;
}

.gd_bg2 {
	background: #eaf6ff;
	border-radius: 5px;
}

.aui-health-box .content {
	padding: 6px;
}

.aui-list-3 {

	background: #fff;
	border-radius: 6px;
	width: 96%;
	margin: 0 auto 15px;
	box-shadow: 0 5px 15px #dadada;
}

.boxfoot::before,
.boxfoot::after {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	content: "";
	background: #e9edf3;
	bottom: -6px;
}

.boxfoot::after {
	right: -7px;
}

.boxfoot::before {
	left: -7px;
}

.boxfoot::before,
.boxfoot::after {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	content: "";
	background: #e9edf3;
	bottom: -6px;
}

.border-r2 {
	border-radius: 20px;
	padding: .1rem .4rem;
}

.zspan {
	position: absolute;
	right: 5px;
}

.aui-label-warning {
	color: #ffffff;
	background-color: #ffab2e;
}

.aui-li-list li {
	font-size: .9rem;
	padding: .2rem 0;
}

.text-overflow {
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.tab1-title {
	position: relative;
	color: #333;
	font-size: .92rem;
}

.border-d {
	border-bottom: 1px dashed #ddd;
}

.aui-flex {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 15px;
	position: relative;
}

.aui-li-list li span {
	margin-right: .2rem;
}

.font6 {
	font-size: .5rem !important;
}



.aui-flex-abox {
	padding: .4rem .6rem;
	position: relative;
}

.aui-label-info {
	color: #ffffff;
	background-color: #03a9f4;
}

.aui-text-default {
	color: #666;
}

.aui-text-info {
	color: #03a9f4 !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;
}

.wf-from-ul li {
	width: 100%;
	background: #fefdfe;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 3px;
	display: flex;
	padding: .6rem .5rem;

	margin-bottom: .5rem;
	color: #666;
	font-size: 13px;
}

.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;

}

.wf-from-ul li span:first-child {
	display: inline-block;
	width: 110px;
	text-align: right;
}

.wf-from-ul li span.width70 {
	color: #000 !important;
}

.cjtable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #9fdafb;
	margin: 5px 0;

}


.cjtable td {
	padding: .3rem;
	font-size: .8rem;
}

.cjtable tr {
	border-bottom: 1px solid #f1f1f1;
}

.cjtable tr:first-child td:first-child {
	border-right: 1px solid #f1f1f1;
}

.cjtable tr:last-child {
	border-bottom: none;
}

.cjtable td:last-child {
	color: #333;
}

.flex-conter {
	padding: 5px;
}

.tb-text {
	background: #7bbbf9;
	width: 25px;
	color: #fff;
}

textarea {
	overflow: auto;
	height: 4rem;
	padding: .3rem;
	border: none;
	width: 100%;
	resize: none;
	border: 1px solid #f2f1f2;
}

.aui-inner2 {
	padding: 10px;
	font-size: 13px;
}

.aui-article2-button {
	width: 100%;
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

.tab1-title img {
	width: 20px;
	position: relative;
	top: 3px;
}

.tab1-title .zspan img {
	width: 14px;
	margin-right: .1rem;
	top: 2px;
	position: relative;
}


.info-box-img img {
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	margin: 0 .5rem;
}

.mui-box .rbox {
	text-align: center;
	background-color: #f3f7fc;

	display: inline-block;
	border: 1px solid #f2f2f2;
	padding: 0 .8rem;
	font-size: .9rem;
	border-radius: 20px;
	margin-left: .5rem;
	margin-bottom: .3rem;
}

.mui-box {
	margin-top: .3rem;
}

.wf-from-ul {
	width: 100%;
}

.aui-card-list .wf-from-ul li span {
	color: #606a6f
}

.aui-card-list .wf-from-ul .rbox {
	text-align: center;
	background-color: #f3f7fc;
	display: inline-block;
	border: 1px solid #f2f2f2;
	padding: .1rem .5rem;
	font-size: .9rem;
	border-radius: 20px;
	margin-right: .5rem;
	margin-bottom: .3rem;
}

.aui-card-list .wf-from-ul li input {
	border: none;
	text-align: left;
	width: 75%;
	color: #999;
	font-size: .9rem !important;
	font-size: 1rem;
}

.aui-card-list .wf-from-ul li {
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 3px;

	font-size: .9rem;
	padding: .5rem;

	margin-bottom: .5rem;
}

.aui-card-list h2.h2 {
	position: relative;
	color: #333333;
	margin: 0;
	font-size: 1rem;
	padding: .6rem;
	font-weight: normal;
	border-bottom: 1px solid #f0f3fc;
}

.aui-card-list h2.h2 img {
	width: 1.2rem;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

select {
	border: 1px solid #ddd;
}




.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;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.aui-collapse-header.aui-active .aui-list-item-arrow:before {
	transform: rotate(135deg);
	-webkit-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);
}

.qubox ul li.nav-active {
	border: 1px solid #03a9f4 !important;
	color: #03a9f4 !important;
}

.aui-card-list-header {
	background: #fafdfd;
	border-radius: 5px;
	position: relative;
}

.aui-card-list .wf-from-ul .more {
	color: #03a9f4;
	font-size: .9rem;
	padding-top: 3px;
}

.aui-card-list .cxbox {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.aui-card-list .qubox {
	display: inline-block;
	width: 80%;
}

.aui-card-list .box li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.aui-card-list .qubox ul li {
	display: inline-block;
	padding: 3px 4px;
	width: 26% !important;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 5px;
}

.boxdown {
	position: absolute;
	right: 5px;
	top: .6rem;
	color: #03a9f4;
	font-size: 12px;
}

.qubox ul li a {
	font-size: 12px;
}

.aui-card-list .qubox2 {
	display: inline-block;
	width: 80%;
}

.aui-card-list .qubox2 ul li {
	display: inline-block;
	padding: 3px 4px;
	width: 26% !important;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 5px;
}

.qubox2 ul li a {
	font-size: 12px;
}

.qubox2 ul li.nav-active {
	border: 1px solid #03a9f4 !important;
	color: #03a9f4 !important;
}

.aui-card-list .qubox3 {
	display: inline-block;
	width: 80%;
}

.aui-card-list .qubox3 ul li {
	display: inline-block;
	padding: 3px 4px;
	width: 26% !important;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 5px;
}

.qubox3 ul li a {
	font-size: 12px;
}

.qubox3 ul li.nav-active {
	border: 1px solid #03a9f4 !important;
	color: #03a9f4 !important;
}

.aui-card-list .aui-collapse-content .wf-from-ul li span {
	width: 80px;
	font-size: 13px;
}

.aui-card-list .aui-collapse-content .wf-from-ul li {
	margin-bottom: 0;
}

.aui-text-y {
	text-align: right;
	justify-content: end;
}

.aui-btn-gay {
	color: #444;
	background-color: #fff !important;
	border: 1px solid #ddd !important;
}

.xm-head {
	position: relative;
	padding: 6px 5px;

	cursor: pointer;
	font-size: 12px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-align: left;
	border-radius: 5px;
	background: #f8fbfd;
	border: 1px solid #f2f2f2;
}

.xm-img {
	position: relative;
	overflow: hidden;
}

.xm-img {
	position: relative;
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 8px;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
}

.xm-img img {
	width: 100%;
	height: 100%;
}

.xm-head .end {
	background: #34a853;
	color: #fff;
	position: absolute;
	top: -1.2em;
	right: -4.3em;
	font-size: .3rem;
	padding: 1.2em 2.5em 0.2em;
	display: block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.xm-head h3 {
	color: #333;
	width: calc(100% - 5rem);
	font-size: 13px;
}

.xm-head h3 img {
	width: 16px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.xm-head h3 p {
	font-size: 12px;
	font-weight: normal;
	margin-top: .2rem;
}

.end span {
	display: block;
	transform: scale(.8);
}

.kf-teble .sm_list {
	font-size: .9rem;
	color: #444;
	display: flex;
	justify-content: space-between;
	padding: .2rem 0
}

.frspan {
	color: #2994eb;
	font-weight: bold;
}

.kf_chart1 {
	width: 100%;
	height: 12rem
}

.kf-teble td {
	padding: .5rem;
}

.border-b {
	border-bottom: 1px solid #eee;
}

.kf-teble {
	width: 100%;

}

.border-r1 {
	border-right: 1px solid #eee;
}

.xhrb_echarts {
	width: 100%;
	height: 30vh;
}

.ztbox {
	color: #333;
	font-size: .9rem;
	width: 86%;
	margin: 20% 5%;
}

.ztbox h3 {
	color: #333;
	font-size: .9rem;
}

.ztbox li .ztbox-text {
	padding: 5px;
	display: flex;
	margin: 6px 0;
	justify-content: space-between;
	border-radius: 5px;
}

.ztbox li:nth-child(2) .ztbox-text {
	background: #e7f1fb;
	border: 1px solid #add3f3;
}

.ztbox li:nth-child(3) .ztbox-text {
	background: #edf6eb;
	border: 1px solid #b3fcd5;
}

.ztbox li:nth-child(4) .ztbox-text {
	background: #faf8eb;
	border: 1px solid #f9eccf;
}

.aui-palace-list {
	position: relative;
	float: left;
	padding: 1px;
	width: 33.3333%;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	margin-bottom: .3rem;
}

.aui-palace-list .aui-palace-grid-box {
	background: #f6faff;
	border: 1px solid #c9e8ff;
	text-align: center;
	height: 5.8rem;
	padding: .6rem 0;
	border-radius: 6px;
	margin: 0 .2rem;
}

.aui-palace-list .aui-palace-grid-box p {
	color: #627087;
	font-size: .9rem;
}

.aui-palace-list .aui-palace-grid-box h2 {
	color: #001437;
	font-size: 1.1rem;
	font-weight: normal;
}

.aui-palace-list .aui-palace-grid-box img {
	height: 1.6rem;
}

.aui-palace-text .aui-palace-grid-icon span font {
	font-size: .7rem;
	font-weight: normal;
	margin-left: .1rem;
	color: #333;
}

.aui-icon .aui-palace-grid-img img {
	width: 100%;
}

.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
}

.wfbox {
	padding: .2rem;
	padding-top: 0;
}

.wfbox ul {
	margin: 0;
	padding: 0;
}

.wfbox li {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	width: 100%;
}

.wfbox dd {
	position: relative;
	padding: 4px 5px;
	width: 49%;
	margin: 4px .5%;
	cursor: pointer;
	font-size: 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-align: left;
	border-radius: 5px;
	background: #f8fbfd;
	border: 1px solid #f2f2f2;

}

.wfbox dd i {
	margin: 0 5px;
	font-size: 22px;
	color: #333
}

.wfbox dd h3 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.wfbox dd h3 p {
	font-weight: 600;
	margin: 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
}

.wfbox .end {
	background: #fe5353;
	color: #fff;
	position: absolute;
	top: -1.2em;
	right: -4.3em;
	font-size: .3rem;
	padding: 1.2em 2.5em 0.2em;

	display: block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.wfbox .end span {
	display: block;
	transform: scale(.8);
}

.wfbox dd .wfspan {
	width: 50px;
	height: 60px;
	margin-right: 5px;
	border: 1px solid #f2f2f2;
}

.wfbox dd .wfspan img {
	width: 100%;
	height: 100%;
}

.aui-palace-grid5 {
	position: relative;
	float: left;
	padding: .8rem .2rem;
	width: 50%;
	box-sizing: border-box;
	margin: 0px 0;
	text-align: center;
}

.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-palace-grid5 .aui-palace-grid-text h2 {
	color: #777;
	font-size: .8rem;
	display: flex;
	justify-content: center;
	font-weight: normal;
}

.aui-palace-grid5 .aui-palace-grid-icon span {
	margin-bottom: .3rem;
	display: block;
	color: #333;
	font-size: 1rem;
	font-weight: bold;
}

.icon-nav6 {
	background: url(../images/nav-004.png);
	width: 18px;
	height: 20px;
	display: inline-block;
}

.icon-nav8 {
	background: url(../images/nav-005.png);
	width: 18px;
	height: 20px;
}

.gd_list li {
	position: relative;
}

.gd_list li .aui-lable {
	text-align: center;
	background: #f13e3e;
	width: 18px;
	height: 18px;
	display: inline-block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	position: absolute;
	top: 0px;
	right: 0;
	border-radius: 50%;
}

/* 看板 */
.recommend {
	width: 100%;
	padding-top: .3rem;
}

.recommend ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend ul li {
	width: 33.33%;
	height: 3.2rem;
	border-radius: .1rem;
	padding: .5rem;
	padding-right: 2rem;
	display: flex;
	flex-direction: column;
	margin-bottom: .15rem;
	border-right: 1px solid #f1f1f1;
}

.recommend ul li:last-child {
	border-right: none;
}

.recommend ul li p {
	font-size: .6rem;
	color: #627087;
}

.recommend ul li span {
	font-size: .92rem;
	color: #000;
	padding-top: .2rem;
}

.recommend ul li:nth-child(1) {
	background: url(../images/smicon7.png) right .5rem center no-repeat;
	background-size: 2rem;
}

.recommend ul li:nth-child(2) {
	background: url(../images/smicon8.png) right .5rem center no-repeat;
	background-size: 2rem;
}

.recommend ul li:nth-child(3) {
	background: url(../images/smicon9.png) right .5rem center no-repeat;
	background-size: 2rem;
}

/* 看板 */
.recommend2 {
	width: 100%;
	padding-top: .3rem;
}

.recommend2 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend2 ul li {
	width: 50%;
	height: 3.2rem;
	border-radius: .1rem;
	padding: .5rem;
	padding-right: 2rem;
	display: flex;
	flex-direction: column;
	margin-bottom: .15rem;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.recommend2 ul li:last-child {
	border-right: none;
}

.recommend2 ul li p {
	font-size: .6rem;
	color: #627087;
}

.recommend2 ul li span {
	font-size: .92rem;
	color: #000;
	padding-top: .2rem;
}

.recommend2 ul li:nth-child(1) {
	background: url(../images/smicon10.png) right .5rem center no-repeat;
	background-size: 1.7rem;
	opacity: .8;
}

.recommend2 ul li:nth-child(2) {
	background: url(../images/smicon1.png) right .5rem center no-repeat;
	background-size: 1.6rem;
	opacity: .8;
}

.recommend2 ul li:nth-child(3) {
	background: url(../images/smicon11.png) right .5rem center no-repeat;
	background-size: 1.8rem;
	opacity: .8;
}

.recommend2 ul li:nth-child(4) {
	background: url(../images/smicon12.png) right .5rem center no-repeat;
	background-size: 1.8rem;
	opacity: .8;
}

.recommend2 ul li:nth-child(5) {
	background: url(../images/smicon2.png) right .5rem center no-repeat;
	background-size: 1.8rem;
	opacity: .8;
}

.recommend2 ul li:nth-child(6) {
	background: url(../images/smicon15.png) right .6rem center no-repeat;
	background-size: 1.5rem;
	opacity: .8;
}

/* 看板 */
.recommend3 {
	width: 100%;
	padding-top: .3rem;
}

.recommend3 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend3 ul li {
	width: 50%;
	height: 4rem;
	border-radius: .1rem;
	padding: .5rem;
	padding-right: 3.5rem;
	display: flex;
	flex-direction: column;
	margin-bottom: .15rem;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.recommend3 ul li:last-child {
	border-right: none;
}

.recommend3 ul li p {
	font-size: .6rem;
	color: #627087;
}

.recommend3 ul li span {
	font-size: .92rem;
	color: #000;
	padding-top: .2rem;
}

.recommend3 ul li:nth-child(1) {
	background: url(../images/smicon17.png) right .5rem center no-repeat;
	background-size: 1.7rem;
	opacity: .8;
}

.recommend3 ul li:nth-child(2) {
	background: url(../images/smicon16.png) right .5rem center no-repeat;
	background-size: 1.4rem;
	opacity: .8;
}

.recommend3 ul li:nth-child(3) {
	background: url(../images/smicon18.png) right .5rem center no-repeat;
	background-size: 2rem;
	opacity: .8;
}

.recommend3 ul li:nth-child(4) {
	background: url(../images/smicon19.png) right .5rem center no-repeat;
	background-size: 1.8rem;
	opacity: .8;
}

.recommend3 ul li:nth-child(5) {
	background: url(../images/smicon20.png) right .5rem center no-repeat;
	background-size: 1.6rem;
	opacity: .8;
}

.recommend3 ul li:nth-child(6) {
	background: url(../images/smicon21.png) right .5rem center no-repeat;
	background-size: 1.6rem;
	opacity: .8;
}



.aui-box .aui-palace-grid3 {
	position: relative;
	float: left;
	padding: 1px;
	width: 33.33%;
	box-sizing: border-box;
	margin: 5px 0;
	text-align: center;
}

.aui-box .aui-palace-grid3 .aui-palace-grid-text h2 {
	color: #fff;
	font-size: .8rem;
	font-weight: normal;
}

.aui-box {
	background: url(../images/kbbg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	border-radius: 6px;
	width: 96%;
	margin: 10px auto 10px;
	padding: 10px;
	box-shadow: 0 5px 15px #dadada;
	color: #fff;
}

.aui-box font {
	color: #fff;
	font-size: .6rem;
	margin-left: 2px;
}

.aui-box h3 {
	font-size: .8rem;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #3586f5;
	width: 86%;
}

.aui-box h4 {
	margin: 5px 0;
}

.aui-box h4 span.num {
	background: #00bb58;
	font-size: .6rem;
	padding: 1px 6px;
	border-radius: 20px;
}

.num_lable {
	background: linear-gradient(to right, #3875c6, #6ca5f0);
	width: 18px;
	height: 18px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-right: 3px;
	line-height: 18px;
	border-radius: 50%;
	font-size: 12px;
}

.tb-table tr:nth-child(2) td .num_lable {
	background: linear-gradient(to right, #f45a16, #f47339) !important;
}

.tb-table tr:nth-child(3) td .num_lable {
	background: linear-gradient(to right, #efa014, #f6b541) !important;
}

.tb-table tr:nth-child(4) td .num_lable {
	background: linear-gradient(to right, #1dd0b4, #74d8cd) !important;
}


.tb-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #f2f2f2;
	margin: 0;
}

.tb-table th {
	padding: 6px;
	font-size: 13px;
	font-weight: normal;
	background: #fbfbfb;
}

.tb-table td {
	padding: 6px;
	font-size: 13px;
	text-align: center;
	color: #333;
}

.tb-table td:nth-child(2) {
	text-align: left;
}

.tb-table tr:nth-child(2n) {
	background: #f8fafd;
}


.mui-table-view-cell {
	padding: 10px 5px;
	border-bottom: #f2f2f2 solid 1px;
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;

}


.mui-badge {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	padding: 4px 6px;
	color: #333;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .15);

	width: 60px;
	text-align: center;



}

.mui-pull-left {
	float: left;
}

.mui-badge-danger,
.mui-badge-red {
	color: #fff;
	background-color: #dd524d;
}

.mui-badge-info,
.mui-badge-info {
	color: #fff;
	background-color: #338df6;
}

.mui-badge-danger {
	top: 60% !important;
}

.mui-badge-info {
	top: 60% !important;
}

.mui-table-view .a-object {
	height: 50px;
	line-height: 50px;
	max-width: 50px;
	border-radius: 25px;
	width: 50px;
}

.mui-table-view .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-bg-box {
	background-image: url("../images/usrebg.png");
	padding-bottom: 20px;
	height: 10rem;
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.aui-user-box {
	width: 96%;
	height: auto;
	background: white;
	margin: -120px auto;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 5px 10px #dedede;
}

.aui-white-bg-pa {
	margin-top: 130px;
}

.aui-user-box .aui-user-img {
	width: 60px;
	overflow: hidden;
	border-radius: 100px;
	border: 1px solid #f2f2f2;
	display: flex;
	align-items: center;
}

.aui-user-box .aui-flex-box h2 {
	color: #3e3e3e;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.aui-user-box .aui-flex-box p {
	color: #99b7c5;
	font-size: 0.8rem;
}

.aui-tes button {
	background-color: #ff9c3c;
	background: -webkit-linear-gradient(to right, #ff9c3c, #fb731c);
	background: -o-linear-gradient(to right, #ff9c3c, #fb731c);
	background: -moz-linear-gradient(to right, #ff9c3c, #fb731c);
	background: linear-gradient(to right, #ff9c3c, #fb731c);
	border: none;
	color: #fff;
	border-radius: 100px 10px 10px 100px;
	padding: 0 20px;
	font-size: 0.85rem;
	position: absolute;
	height: 1.5rem;
	line-height: 1.5rem;
	right: 0px;
	top: 75px;
}

.aui-user-box .aui-flex {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 5px;
	padding-left: 25px;
	position: relative;
}

.aui-user-box h2 .text {
	font-size: 0.85rem;
	font-weight: normal;
	color: #7fa9bb;
	text-align: center;
}

.aui-user-box .aui-palace-grid h2 {
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.aui-user-box .aui-palace-grid {
	color: #fff;
	box-sizing: border-box;
	padding: 0 8px;
	font-size: .8rem;
	border-right: 1px solid #fff;
}

.aui-user-box .aui-palace-grid:last-child {
	border: none;
}

.aui-user-box .aui-palace {
	margin-top: 5px;
	position: relative;
	background: #54a0ff;
	overflow: hidden;
	display: flex;
	padding: 6px;
	justify-content: space-between;
	border-radius: 0px 0px 10px 10px;

}

.aui-user-box img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

.aui-user-box ul {
	margin-top: -20px;
}

.aui-user-box ul li {
	display: flex;
	align-items: center;
	padding: 3px 5px;
	color: #333;
	font-size: .8rem;
}

.aui-user-box ul li img {
	width: 20px;
	margin: 0 3px;
}

.aui-user-box .aui-flex-box h2 img {
	width: 18px;
	display: inline-block;
	margin-left: 5px;
	background: #eaf1fa;
	padding: 3px;
	border-radius: 3px;
}

.recommend4 {
	width: 100%;
	padding: .3rem;
}

.recommend4 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend4 ul li {
	width: calc(33.33% - 4px);
	text-align: center;
	border-radius: .1rem;
	padding: .5rem;
	padding-right: 2rem;

	padding: 8px;
	margin-bottom: .15rem;
	border: 1px solid #f1f1f1;
}

.recommend4 ul li img {
	width: 2rem;
	margin-right: 8px;
}

.recommend4 ul li p {
	font-size: .6rem;
	color: #627087;
	margin-bottom: 3px;
}

.recommend4 ul li span {
	font-size: .92rem;
	color: #333;
	padding-top: .2rem;
}

.product-inline {
	background-color: rgba(247, 249, 253, 0.4);
	border: 1px solid rgba(233 240 255);
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.product-inline .product-inline-content p {
	color: #666;
	font-size: .8rem;
	margin-bottom: .3rem;
}

.product-inline .product-inline-content .price h4 {
	font-weight: 400;
	font-size: .8rem;
}

.product-inline .product-inline-content h4 {
	margin-bottom: 3px;
	color: #222222;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .9rem;
	margin-bottom: .3rem;
}

.product-inline .product-inline-content h5 {
	color: #777777;
	margin-bottom: 3px;
}

.product-inline img {
	width: 90px;
	height: 90px;
	border-radius: 3px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 12px;
}

[dir="rtl"] .product-inline img {
	margin-right: 0;
	margin-left: 12px;
}

.price {
	margin-top: 2px;
}

.price h4 {
	margin-bottom: 0;
}

.price h4 del {
	color: #777777;
	margin-left: 6px;
}

.price h4 span {
	color: #FF4C3B;
	font-size: 14px;
	margin-left: 6px;
}

.wishlist-btn {
	min-width: 80px;
	height: 24px;
	border-radius: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fdb04c;
	font-size: .8rem;
	color: #fff;
}

.product-inline .end {
	background: #54a0ff;
	color: #fff;
	position: absolute;
	top: -2.8em;
	left: -3em;
	font-size: .3rem;
	padding: 3.4em 3em 0.2em;
	display: block;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.product-inline .end span {
	display: block;
	transform: scale(.8);
}

.product-inline-content {
	width: 100%;
}

.product-inline-content div {
	width: 100%;
}

.product-inline .product-inline-content h4 span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

.product-inline .product-inline-content p .time {
	color: #d3808e;
	float: right;
	padding: 2px 5px;
	border-radius: 3px;
	background: #fdf7f8;
}

.product-inline .product-inline-content h4 label {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 2px 5px;
	border-radius: 3px;
	background: #54a0ff;
	margin-left: 5px;
}

.product-inline .product-inline-content h4 .label-zs {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 2px 5px;
	border-radius: 3px;
	background: #fdb04c;
	margin-left: 5px;
}

.zsimg {
	background: url(../images/zs.png) no-repeat center right 5px;
	background-size: 60px 53px;
}


.aui-gjkq {
	width: 96%;
	border-radius: 10px;
	margin: 0 auto;
	padding: .5rem;
	box-shadow: 0 5px 15px #dadada;
}

.aui-gjkq .aui-list-item {
	font-size: 1rem;
	min-height: 3rem;
	margin-bottom: 8px;
	color: #212121;
	position: relative;
	box-sizing: border-box;

	align-items: center;
	background: #fff;
	border-radius: 5px;

}

.aui-gjkq .aui-list-item-foot {
	font-size: 12px;
	padding: 5px;
	color: #333;
	border-top: 1px solid #f2f2f2;
	display: flex;
	align-items: center;
	background: #f4f6fa;
	border-radius: 0 0 5px 5px;
}

.aui-gjkq .aui-list-item-foot img {
	width: 18px;
	margin-right: 5px;
}

.aui-gjkq .img-fluid img {
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 2px;
	border-radius: 10px !important;
}

.aui-gjkq .aui-list-item-media2 {
	width: 4rem;
	position: relative;
	padding: 0.5rem 0;
	padding-right: 0px;
	padding-right: 0.55rem;
	display: inherit;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: flex-start;
}

.aui-gjkq .icon-i i.icon-fastname {
	font-size: .9rem;
	margin-top: .1rem;
	margin-left: .16rem;
	margin-right: .3rem !important;
}

.aui-gjkq .aui-media-list-item-inner {
	box-sizing: border-box;
	display: flex;
	position: relative;
	min-height: 3.6rem;
	padding-right: 0.5rem;
	width: 100%;
	align-items: center;
}

.aui-gjkq .aui-ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.aui-gjkq .aui-arrow {
	color: #999999;
	padding-right: 12px;
	position: relative;
	font-size: 0.8rem;
}

.aui-gjkq .aui-list-item-text {
	font-size: 0.9rem;
	color: #757575;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.aui-gjkq .aui-arrow:after {
	content: " ";
	display: inline-block;
	height: .6rem;
	width: .6rem;
	border-width: 2px 2px 0 0;
	border-color: #ddd;
	border-style: solid;
	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-gjkq .iconfont {
	font-size: 1.2rem;
	margin: 0;
	color: #bfc1c2;
	margin-right: .1rem !important;
}

.aui-text-info {
	color: #0093ff !important;
}

.margin-left-5 {
	margin-left: .5rem;
}

.aui-gjkq .icon-gongzhongtijianjianyi {
	font-size: .8rem;
	margin-left: .2rem;
	margin-right: .3rem !important;
}

.aui-gjkq .aui-bg1 {
	color: #3ca624;
	margin-left: 10px;
	font-size: .86rem;
}

.aui-gjkq .aui-media-list-item-inner {
	padding: .5rem;
}

.aui-gjkq .date {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	padding: 4px 6px;
	color: #fff;
	border-radius: 5px;
	background-color: #0094fb;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
}


.aui-gjkq .aui-list-item-text label {
	border: 1px solid #b7d7e3;
	display: inline-block;
	background: #eaf5f9;
	border-radius: 3px;
	padding: 1px 6px;
	margin: 6px;
}

.aui-content-kaoq {
	width: 96%;
	margin: 0 auto;
}

.aui-content-kaoq .aui-list-item {
	position: relative;
	font-size: 0.8rem;
	background-color: #ffffff;
	border-bottom: 2px solid #bac6d0 !important;
	border-radius: .25rem;
	margin-bottom: 8px;
}

.aui-content-kaoq .aui-list .aui-list-item-inner {
	width: calc(100% - 5rem);
}

.xm-nbox .aui-flex-abox table {
	width: 100%;
	font-size: .85rem;
}

.xm-nbox .aui-flex-abox table td {
	text-align: center;
	padding: .2rem;
	background: #f8fafd;
	border: 1px solid #efeded;
	border-radius: 3px;
	margin-top: .3rem;
	color: #4c5a73;
}

.ellipsis {
	white-space: nowrap;
	/* 确保文本在一行内显示 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 使用省略号显示溢出的文本 */
	width: 90%;
	/* 设置元素宽度 */
}

.ticon {
	width: 20px;
}

.yj-box {
	background: url(../images/gdbg2.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding: .4rem .8rem;
	color: #934e1a;
	width: 100%;
}

.yj-box img {
	width: 2.8rem;
	margin-right: .5rem;
	margin-top: 0.4rem;

}

.yj-box h3 {
	font-size: .95rem;
	font-weight: normal;
}

.yj-box h3 p {
	font-weight: normal;
	color: #927d6e;
	font-size: .85rem;
	margin-top: .2rem;
}

.yujing .mui-table-view-cell {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: .5rem;
	box-shadow: 0 5px 15px #dadada;
	color: #333;
}

.yujing .info-box-img img {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	margin: 0;
	margin-right: 5px;
}

.yujing {
	width: 96%;
	margin: 0 auto;
}

.yujing .end {
	background: #fa677f;
	color: #fff;
	position: absolute;
	top: -1.2em;
	right: -4.4em;
	font-size: .3rem;
	padding: 1.9em 2.5em 0.2em;

	display: block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.yujing .end span {
	display: block;
	transform: scale(.8);
}

.yujing .a-body {
	width: 100%;
}

.yujing .mui-box {
	font-size: .8rem;
	width: 100%;
	color: #666;
	display: flex;
	justify-content: space-between;
	margin-top: .5rem;
}

.yujing .mui-box span img {
	width: 16px;
	margin-right: 3px;
	position: relative;
	top: 3px
}


/*我的信息*/
.aui-userbox {
	background: url(../images/userbg.png) no-repeat;
	background-size: 100% 100%;
	height: 7.6rem;
	width: 96%;
	margin: 10px auto;
	border-radius: 5px;
}

.position {
	position: relative;
}

.xm-liye-box li {
	display: flex;
	position: relative;
	align-items: center;
	padding: .5rem;
	border-bottom: 1px solid #f6f4f5;
	color: #00042a;
}

.xm-liye-box li img {
	width: 2.6rem;
	padding: .6rem
}

.aui-userbox .aui-label3 {
	display: flex;
	align-items: center;
	padding: 0.3rem 0.5rem;
	font-size: 0.9rem !important;
	color: #d9c893;
	background: #424a5d;
	border-radius: 1rem 0 0 1rem;
	position: absolute;
	right: 1px;
	top: 26%;
}

.aui-userbox img {
	width: 16px;
	margin-right: .3rem;
}

.aui-list-item-arrow:before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 50%;
	right: 0.75rem;
	margin-top: -0.2rem;
	background: transparent;
	border: 1px solid #666;
	border-top: none;
	border-right: none;
	z-index: 2;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.aui-gcxm-box {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background: rgb(0, 0, 0, 0.1);
	color: #fff;
	font-size: .9rem;
	padding: 3px;
	border-image: linear-gradient(to right, #02b4ff, #3576f2) 20 20;
	border-radius: 0 0 6px 6px;
}

.user-text {
	padding: .2rem .3rem;
}

.user-list {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 1rem;
}

.user-img {
	width: 4rem;
}

.user-img img {
	width: 100%;
	border-radius: 50%;
}