div.screening {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 96;
}

div.screening>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	float: left;
}

div.screening>ul>li.current {
	color: #ff3f13;
}

div.screening>ul>li.current i {
	color: #ff3f13;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(180deg);
	display: inline-block;
}

div.screening>ul>li {
	float: left;
	width: 22%;
	text-align: center;
	line-height: 70px;
	font-size: 0.85rem;
	height: 70px;

}
div.screening>ul>li:last-child{
	width:12%;
}
div.screening>ul>li i {
	color: #bbbbbb;
	-webkit-transition: all 0.5s ease-in-out;
	margin-left: 3px;
}

div.screening>ul>li .iconpaixu {
	-webkit-transform: rotate(0deg) !important
}

.screening_r {
	float: right;
	height: 70px;
	line-height: 70px;
	color: #bbbbbb;
}

.screening_r_a {
	color: #ff3f13;
}

/* grade */
.grade-eject,
.Category-eject,
.Sort-eject,
.Chara-eject,
.Increase-eject {
	position: absolute;
	top: 0;
	width: 100%;
	max-height: 400px;
	min-height: 300px;
	max-width: 640px;
	background: #FFFFFF;
	left: 0;
	z-index: 95;
	-webkit-transition-duration: 0.4s;
	display:none;
}

.grade-eject ul,
.Category-eject>ul,
.Sort-eject>ul,
.Chara-eject>ul,
.Increase-eject>ul {
	margin: 0;
	padding: 0;
	overflow: auto;
	border-top: 1px solid #F2F2F2;
	height: 100%;
	width: 100%;
	-webkit-transition-duration: 0.4s;
}
.grade-eject ul{
	height: 300px;
	overflow-y:auto;
}
.grade-eject ul>li,
.Category-eject>ul>li,
.Sort-eject>ul>li,
.Chara-eject>ul>li,
.Increase-eject>ul>li {
	line-height: 3rem;
	padding-left: 1rem;
	background: #FFFFFF !important;
	border-bottom: solid 1px #eee !important;
}
.col li.current,.grade-eject li.current{
	color:#ff3f13;
}
.grade-eject ul.grade-w,
.Category-eject>ul.Category-w {
	background: #ddd;
	position: absolute;
	z-index: 1;
}

.grade-eject ul.grade-t,
.Category-eject>ul.Category-t {
	background: #eee;
	position: absolute;
	z-index: 2;
	left: 100%;
}

.grade-eject ul.grade-t>li,
.Category-eject>ul.Category-t>li {
	border-bottom: solid 1px #fff;
}

.grade-eject ul.grade-s,
.Category-eject>ul.Category-s {
	background: #fff;
	position: absolute;
	z-index: 3;
	left: 100%;
	list-style-type: none;
}

.grade-eject ul.grade-s>li,
.Category-eject>ul.Category-s>li {
	border-bottom: solid 1px #eee;
	margin-left: 1rem;
	padding: 0;
}

.grade-w-roll {
	top: 130px;
	display:block;
}

.grade-w-roll::after {
	position: fixed;
	content: "";
	width: 100%;
	left: 0;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	top: 176px;
}

/*Sort-eject*/
.Sort-Sort {
	background: #fff;
	position: absolute;
	z-index: 3;
	left: 0;
	list-style-type: none;
}

.Sort-Sort>li {
	border-bottom: solid 1px #eee;
	padding: 0;
}

.Sort-height {
	height: 343px;
}

/* demo-content */
.demo-content {
	padding-top: 3rem;
}

/*Chara-eject*/


.Chara-eject>li {
	border-bottom: solid 1px #eee;
	padding: 0;
}
