body {
	background-color: #fff;
}

.filter_con{
	width: 100%;
	height: 0.75rem;
	margin-top: 0.05rem;
	background-color: #fff;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.filter_con>div{
	width: 50%;
	height: 0.75rem;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.28rem;
	
	
}
.filter_title{
	
	color: #666;
}
.filter_item{
	color: #257df8;
	line-height: 0.75rem;
}
.pull_down{
	width: 0.36rem;
	height: 0.36rem;
	display: inline-block;
	position: relative;
	top: 0.1rem;
	background-image: url(../../img/pull_down.png);
	background-size: 0.36rem;
	
}
.filter_cli{
	width: 0.02rem;	
	height: 0.2rem;
	background-color: #dfdfdf;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
}
.con_cli{
	width: 100%;
	height: 0.2rem;
	background-color: #f9f9f9;
}
.correction_list{
	width: 7.1rem;
	min-height: 9rem;
	background-color: #fff;
	overflow: hidden;
	padding: 0rem 0.2rem 0.1rem 0.2rem;
	overflow-y: auto;
}
.correction_list ul li{
	width: 2rem;
	height: 3.42rem;
	margin-bottom: 0.2rem;
	float: left;
	text-align: left;
	margin-left: 0.27rem;
	margin-right: 0.27rem;

}
.correction_list ul li img{
	width: 2rem;
	height: 2.7rem;
}

.correction_list ul li:nth-child(3n){
	margin-left: 0.27rem;
	margin-right: 0;
}
.correction_list ul li:nth-child(3n+1),
.correction_list ul li:nth-child(1){
	margin-left: 0;
	margin-right: 0.27rem;
}
.layui-flow-more{


	clear: both;
}
.list_item{
	width: 2rem;
	font-size: 0.24rem;
	color: #333;
	line-height: 0.3rem;
	word-break:break-all !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
}
.red_bz{
	color: #e70012;
}
.no_err{
	width: 100%;
	text-align: center;
	padding-top: 1.6rem;
	padding-bottom: 5rem;
}
.no_err img{
	width: 4.2rem;
	height: 2.45rem;
}
.search_con{
  width: 7.1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.search_con input{
  width: 5.2rem;
	height: 0.7rem;
	background-color: #ffffff;
	border-radius: 0.1rem;
	border: solid 0.01rem #dfdfdf;
  margin-right: 0.1rem;
  padding-left: 0.2rem;
}
.search_con input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
  color: #999999;
}
.search_con input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999999;
}
.search_con input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
  color: #999999;
}
.search_con input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
  color: #999999;
}
.search_con span{
  display: inline-block;
  width: 1.5rem;
	height: 0.7rem;
	background-color: #2684f8;
	border-radius: 0.1rem;
  text-align: center;
  line-height: 0.7rem;
  color: #ffffff;
  font-size: 0.24rem;
}
.customHighlight {
  color: red;
}

