.header{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.18rem;
	background: #425a7e;
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
}
.search{
	display: inline-block;
	width: 100%;
	height: 0.85rem;
	background: #ffffff;
	border-bottom: 1px solid #edebeb;
	position: fixed;
	top: 0.4rem;
	left: 0;
	z-index: 997;
}
.search .search_con{
	width: 3.5rem;
	margin: 0 auto;
	margin-top: 0.2rem;
}
.search_con input{
	width: 2.8rem;
	height: 0.4rem;
	/* line-height: 0.4rem; */
	padding:0;
	padding-top:0.03rem;
	/* padding-bottom:0.05rem; */
	margin: 0;
	border: 1px solid #e3e3e3;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 0.16rem;
	text-indent: 1em;
	color: #706969;
	box-sizing: border-box;
}
.search_con button{
	padding: 0;
	margin: 0;
	background:#236fdd;
	color: #ffffff;
	border: none;
	border-radius:0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 0.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.16rem;
	vertical-align:text-bottom;
	box-sizing: border-box;
}
.content{
	width: 100%;
	position: fixed;
	top: 1.26rem;
	bottom: 0;
	left: 0;
	right:0;
	z-index: 2;
	overflow: hidden;
}
.content ul {
	/* margin-bottom: 0.4rem; */
}
.mui-pull-bottom-pocket{
	height: 0.6rem;
	bottom: 0.1rem;
}
.content ul li{
	margin-top: 0.12rem;
	width: 100%;
	padding: 0.12rem 0.18rem;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
}
.content ul li span{
	color: #545454;
	font-size: 0.14rem;
	font-weight: 500;
	margin-right: 0.1rem;
}
.content ul li .xm{
	font-size: 0.16rem;
}
.content ul li .time{
	margin: 0;
	color:#4685e3;
}
.content ul li p{
	margin: 0;
	font-size: 0.14rem;
	margin-top: 0.04rem;
}

/* 灵活 */
.lh_search input{
	font-size: 0.14rem;
	width: 2rem;
}
.lh_search .sx{
	width: 0.7rem;
	border-radius: 3px;
	line-height: 0.42rem;
}
.mui-icon-list:before {
	margin-right: 0.03rem;
}
.lh_content .con_ul li .time{
	color: #8f8f94;
}

.mui-content>.mui-table-view:first-child {
	margin-top: -1px;
}

.zw{
	text-align: center;
	background: #ffffff;
	color: #818181;
	font-size: 0.18rem;
	padding: 0.7rem 0;
	display:none;
}
