.picture_lts {
	display:flex;
	position:fixed;
	bottom:4.8rem;
	right:.24rem;
	z-index:101
}
.consultation-table-wrap {
	position:relative;
	min-height:100vh;
	padding-top:.92rem
}
.consultation-table-wrap .tab-wrap {
	display:flex;
	text-align:center;
	height:1rem;
	line-height:1rem;
	position:absolute;
	top:.92rem;
	left:0;
	width:100%;
	border-bottom:.02rem solid #b8b8b8;
	z-index:1
}
.consultation-table-wrap .tab-wrap .tab-item {
	flex:1;
	font-size:.32rem;
	color:#333
}
.consultation-table-wrap .tab-wrap .tab-item .icon-sort-down {
	font-size:.24rem;
	margin-left:.1rem
}
.consultation-table-wrap #chart_svg {
	position:absolute;
	top:.6rem
}
.consultation-table-wrap .table-wrap {
	height:calc(100vh - 1.92rem);
	overflow-y:auto;
	overflow-x:hidden;
	position:relative;
	transform:translateY(1rem);
	width:100%
}
.consultation-table-wrap .table-wrap .label-qs {
	line-height:.48rem;
	padding:.06rem .12rem;
	box-sizing:border-box
}
.consultation-table-wrap .table-wrap .label-qs input {
	position:relative;
	float:left;
	height:.48rem;
	width:.48rem;
	margin:0
}
.consultation-table-wrap .table-wrap .label-qs div {
	float:left
}
.consultation-table-wrap .table-wrap .label-qs .to-notice {
	float:right;
	width:.36rem;
	height:.36rem;
	text-align:center;
	line-height:.36rem;
	border-radius:50%;
	color:#333;
	border:.02rem solid #333;
	margin-top:.06rem
}
.consultation-table-wrap .table-wrap table {
	width:100%;
	background:#fff;
	border-collapse:collapse;
	text-align:center
}
.consultation-table-wrap .table-wrap table th {
	font-weight:400;
	color:#fff;
	font-size:.24rem;
	background:#a96223
}
.consultation-table-wrap .table-wrap table .table-title {
	font-weight:700
}
.consultation-table-wrap .table-wrap table tr td {
	border:.02rem solid #e1e1e1
}
.consultation-table-wrap .table-wrap table tr td.red {
	color:red
}
.consultation-table-wrap .table-wrap table tr {
	line-height:.56rem
}
.consultation-table-wrap .table-wrap table tr .redcolor {
	background:red;
	color:#fff;
	height:.44rem;
	width:.44rem;
	border-radius:50%;
	text-align:center;
	line-height:.44rem;
	margin:0 auto
}
.consultation-table-wrap .table-wrap table tr .redcolor.blue {
	background:#00f
}
.consultation-table-wrap .table-wrap table tr .redcolor.green {
	background:green
}
.consultation-table-wrap .table-wrap table tr:nth-of-type(2n) {
	background:#f8f8f8
}
.consultation-table-wrap .table-wrap table td>div.red {
	width:.44rem;
	height:.44rem;
	color:#fff;
	background:red;
	border-radius:50%;
	text-align:center;
	line-height:.44rem;
	margin:0 auto
}
.consultation-table-wrap .table-wrap .sel-type {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,.3);
	bottom:0;
	min-height:calc(100vh - 1rem);
	width:100%
}
.consultation-table-wrap .table-wrap .sel-type .sel-type-body {
	height:4.7rem;
	background:#fff
}
.consultation-table-wrap .table-wrap .sel-type .sel-type-body>div {
	float:left;
	width:50%;
	height:100%;
	box-sizing:border-box;
	padding:.12rem .3rem .12rem 0;
	line-height:.72rem;
	overflow-y:auto;
	color:#333;
	font-size:.32rem
}
.consultation-table-wrap .table-wrap .sel-type .sel-type-body>div:first-of-type {
	padding-left:.92rem
}
.consultation-table-wrap .table-wrap .sel-type .sel-type-body>div:first-of-type .icon-caret-right {
	font-size:.24rem;
	color:#000;
	margin-left:.1rem
}
.consultation-table-wrap .table-wrap .sel-type .sel-type-body>div:nth-of-type(2) {
	padding-left:.64rem;
	border-left:.02rem solid #b8b8b8
}
.consultation-table-wrap .table-wrap .sel-type .sel-type-body>div:nth-of-type(2) .icon-check {
	color:#07c160;
	float:right;
	font-size:.24rem
}
.consultation-table-wrap .table-wrap .sel-type .btn-wrap {
	display:flex;
	text-align:center;
	height:1rem;
	line-height:1rem;
	border-top:.02rem solid #b8b8b8;
	z-index:1;
	background:#fff
}
.consultation-table-wrap .table-wrap .sel-type .btn-wrap>div {
	flex:1;
	font-size:.36rem;
	color:#333
}
.consultation-table-wrap .table-wrap .sel-type .active {
	color:#07c160!important
}
.consultation-table-wrap .picker .picker-toolbar {
	height:.9rem;
	background:#f0f0f0
}
.consultation-table-wrap .picker .mint-datetime-action {
	padding:0 .44rem;
	box-sizing:border-box;
	line-height:.9rem
}
.consultation-table-wrap .picker .mint-datetime-cancel {
	text-align:left;
	color:#444
}
.consultation-table-wrap .picker .mint-datetime-confirm {
	text-align:right
}
.consultation-table-wrap .picker .picker-items .picker-slot {
	display:none
}
.consultation-table-wrap .picker .picker-items .picker-slot:first-of-type {
	display:block
}
.consultation-table-wrap .picker .picker-items .picker-selected {
	color:#898989
}
