﻿
/* screening */
div.screening{
    width:100%;
    overflow: hidden;
    background:#fff;
    position: fixed;
    z-index: 4; margin-top:29px;
}
div.screening>ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #d3d3d3; height:40px; line-height:40px;
    overflow: hidden;
}
div.screening>ul>li{
    float: left;
    width: 98%;
    text-align: center;
    line-height: 3rem;
    border-left: solid 1px #fff;
    font-size:15px;  color:#FFFFFF; height:40px;
}
/* grade */
.grade-eject,.Category-eject,.Sort-eject{
    position:fixed;
    top: -65%;
    width: 100%;
    height: 65%;
    z-index: 1;
    -webkit-transition-duration: 0.4s;
}
.Regional{ width:100%;}
.Regional a{ width:98%; display:block; border:1px solid #cccccc; border-radius:5px; margin:0 auto; color:#999999; height:30px; line-height:30px; margin-top:3px;}
.Regional a img{ margin-right:8px;width:18px; height:18px;}

.grade-eject>ul,.Category-eject>ul,.Sort-eject>ul{
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.grade-eject>ul>li,.Category-eject>ul>li,.Sort-eject>ul>li{
    line-height: 3rem;
    font-size:18px;
    padding-left: 1rem;
    border-bottom: solid 1px #eee;
}
.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: 4.3rem;font-size:20px;
}
.grade-w-roll::after{
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background:rgba(0,0,0,0.2);
    top: 0;
}

.bigfont{ font-size:40px;}


/* demo-content */
.demo-content{padding-top: 3rem;}

.curr_menu{color:#FF6600; background:#fff url('../images/s_yuan.png') 93px 22px no-repeat;}
.cruu_select{ color:red;background:#fff url('../images/s_gou.png') 5px 18px no-repeat; text-indent:13px;}




