.fatieItem{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    text-align: center;
    margin-top: 0.1rem;
}
.lis_btm>li.lis_info{
	display: flex;
}
.lis_btm>li .lis_btn_s{
	padding: 0;
}
.levelName{
	color: #fff;
    background: url(http://m.ivying.com/home/point_level_imgs/levelIcon/1.png) center center;
    background-size: cover;
    margin: 0.18rem 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    width: 1rem;
    text-align: center;
    font-size: xx-small;
	transform: scale(0.8);
}
.quanziFar{
	width: 100%;
	overflow-x: auto;
	background: #f4f4f4;
}
.quanziFar::-webkit-scrollbar { width: 0 !important; height: 0;}
.quanziBox{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0.2rem;
	width: 11rem;
}
.quanziItem{
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 0.2rem;
	padding: 0 0.2rem;
	box-shadow: 0px 2px 8px 1px rgb(0 0 0 / 20%);
	width: 5.2rem;
}
.quanziItemTit{
	display: flex;
	height: 0.75rem;
	line-height: 0.75rem;
	flex: 1;
	border-bottom: 1px solid #eeeded;
	position: relative;
}
.quanbor{
	position: absolute;
	top: 0.55rem;
	left: 0.1rem;
	width: auto;
	height: 0.1rem;
}
.quanziItemTxt{
	flex: 1;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.quanziMore{
	color: #333;
	font-size: small;
	transform: scale(0.9);
}
.quanziItemIcon{
	height: 0.5rem;
	width: 0.5rem;
	border-radius: 0.1rem;
	margin: 0.1rem;
	background: #f27a3e;
}
.lis_Q_tit{
	display: flex;
	margin-bottom: 0.3rem;
}
.lis_Q_titIcon{
	color: #fff;
    margin-right:0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
	padding: 0 0.1rem;
    text-align: center;
    font-size: xx-small;
	/*transform: scale(0.8);*/
	background: #95a7ec;
	border-radius: 0.1rem;
}
.lis_Q_titTxt{
    height: 0.4rem;
    line-height: 0.4rem;
    font-weight: bold;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: medium;
}
.NotItem{
	display: none;
}
.NotItem .quanziMore{
	display: block;
	width: 100%;
	text-align: center;
	transform: scale(1);
}
.head{
	position: relative;
}
.seachIpt{
	display: none;
	position: absolute;
	margin:0.15rem 0.2rem;
	border-radius: 0.2rem;
	border-radius: 0.3rem;
	padding: 0.1rem 0.2rem;
	width: 4.8rem;
	z-index: 999;
}