﻿

/* screening */
*{ box-sizing:border-box; padding:0px; margin:0px;}
div.screening{
	position:relative;
    width: 100%;
    max-width:640px;
    background: #fff;
	/*border-top:3px solid #ebc117;
    position: fixed;*/
    z-index: 99;
    overflow: hidden;
}
div.screening>ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #e7e7e7;
    overflow: hidden;
}
div.screening>ul>li{
    float: left;
	font-size:17px;
    width: 50%;
    text-align: center;
    line-height: 50px;
    border-left: solid 1px #d3d3d3;
    
}
div.screening>ul>li>span{
	background: url("../images/on_1.png") no-repeat right center; background-size:10px 8px; padding-right:18px;
	}
div.screening>ul>.current>span{
    background: url("../images/on_3.png") no-repeat  right center;background-size:10px 8px;
}

/* grade */

.grade-eject,.Sort-eject{
    position:fixed;
    top: -65%;
    width: 100%;
    max-width:640px;
    height: 65%;
    -webkit-transition-duration: 0.4s;
}

.grade-eject>ul,.Sort-eject>ul{
	position:relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.grade-eject>ul>li,.Sort-eject>ul>li{
	height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 1rem;
    border-bottom:1px solid #eee;
}
.grade-eject>ul.grade-w{
    background: #fff;
    position: absolute;
    z-index: 1; 
}
.grade-eject>ul.grade-t{
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.grade-eject>ul.grade-t>li{
    border-bottom: solid 1px #e5e5e5;
}
.grade-eject>ul.grade-s{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.grade-eject>ul.grade-s>li{
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}
.grade-w-roll{
	top: 51px; 
	z-index:2;
}
.grade-w-roll::after{
    position: fixed;
    content: "";
	width:100%;
    max-width:640px;
    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-height,.grade-height{
    height: 100%;
}




