<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.screening {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 96;
}

div.screening&gt;ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	float: left;
}

div.screening&gt;ul&gt;li.current {
	color: #ff3f13;
}

div.screening&gt;ul&gt;li.current i {
	color: #ff3f13;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(180deg);
	display: inline-block;
}

div.screening&gt;ul&gt;li {
	float: left;
	width: 22%;
	text-align: center;
	line-height: 70px;
	font-size: 0.85rem;
	height: 70px;

}
div.screening&gt;ul&gt;li:last-child{
	width:12%;
}
div.screening&gt;ul&gt;li i {
	color: #bbbbbb;
	-webkit-transition: all 0.5s ease-in-out;
	margin-left: 3px;
}

div.screening&gt;ul&gt;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&gt;ul,
.Sort-eject&gt;ul,
.Chara-eject&gt;ul,
.Increase-eject&gt;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&gt;li,
.Category-eject&gt;ul&gt;li,
.Sort-eject&gt;ul&gt;li,
.Chara-eject&gt;ul&gt;li,
.Increase-eject&gt;ul&gt;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&gt;ul.Category-w {
	background: #ddd;
	position: absolute;
	z-index: 1;
}

.grade-eject ul.grade-t,
.Category-eject&gt;ul.Category-t {
	background: #eee;
	position: absolute;
	z-index: 2;
	left: 100%;
}

.grade-eject ul.grade-t&gt;li,
.Category-eject&gt;ul.Category-t&gt;li {
	border-bottom: solid 1px #fff;
}

.grade-eject ul.grade-s,
.Category-eject&gt;ul.Category-s {
	background: #fff;
	position: absolute;
	z-index: 3;
	left: 100%;
	list-style-type: none;
}

.grade-eject ul.grade-s&gt;li,
.Category-eject&gt;ul.Category-s&gt;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&gt;li {
	border-bottom: solid 1px #eee;
	padding: 0;
}

.Sort-height {
	height: 343px;
}

/* demo-content */
.demo-content {
	padding-top: 3rem;
}

/*Chara-eject*/


.Chara-eject&gt;li {
	border-bottom: solid 1px #eee;
	padding: 0;
}
</pre></body></html>