﻿/* screening */

div.screening {
	width: 100%;
	max-width: 768px;
	overflow: hidden;
	background: #fff;
	/*position: fixed;*/
	z-index: 555;
	border-top: solid 1px #EFEFEF;
	position: relative;
}

div.screening ul li.Sort {
	width: 100%;
	text-align: left;
}

div.screening ul li.Sort span {
	width: 94%;
	display: block;
	margin: 0 auto;
}

div.screening>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #EFEFEF;
	overflow: hidden;
}

div.screening>ul>li {
	float: left;
	font-size: 16px;
	width: 25%;
	text-align: center;
	line-height: 50px;
	/*border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;*/
}

div.screening>ul>li>span {
	position: relative;
	z-index: 1;
	background: url("../images/cart_down_arrow.png") no-repeat right center;
	background-size: 0.75em;
	padding-right: 15px;
}

div.screening>ul>.current>span {
	position: relative;
	z-index: 1;
	background: url("../images/cart_up_arrow.png") no-repeat right center;
	background-size: 0.75em;
	color: #0F0F0F;
	/****edit****/
}

div.screening>ul>li>span:after {
	position: absolute;
	height: 50px;
	content: "";
	z-index: -1;
	width: 1px;
	background: #dfdfdf;
	right: 7%;
}


/* grade */

.Sort-eject {
	position: fixed;
	top: -200%;
	width: 100%;
	max-width: 768px;
	height: 63%;
	z-index: 1;
	-webkit-transition-duration: 0.4s;
	/*border-bottom: solid 2px #000000;*/
}

.Sort-eject>ul {
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
	width: 100%;
	-webkit-transition-duration: 0.4s;
	color: #3F3F3F;
	padding-top: 2px
}

.Sort-eject>ul>li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 1rem;
	border-bottom: solid 1px #EFEFEF;
	padding-left: 3%;
	/***edit***/
}

.grade-w-roll {
	top: 110px;
	z-index: 99
	/**********edit**********/
}

.grade-w-roll::after {
	position: fixed;
	content: "";
	width: 768px;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
}


/*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-eject>ul>li:after {
	position: absolute;
	content: "";
	color: #9F9F9F;
	right: 3%;
	margin-top: 15px;
	font-size: 15px;
	width: .6rem;
	height: .6rem;
	background: url(../images/cart_right_arrow.png) no-repeat center;
	background-size: auto auto;
	background-size: contain;
}

.Sort-height {
	height: 320px;
	border-bottom: solid 1px #0F0F0F;
}