

/* screening */
*{ box-sizing:border-box; padding:0px; margin:0px;}
div.screening{
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 4;
    
}
div.screening>ul{
    margin:  0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #d3d3d3;
    overflow: hidden;
    
}
div.screening>ul>li{
    float: left;
	font-size:0.75em;
    width: 25%;
    text-align: center;
    line-height: 2.4rem;
    border-left: 1px solid #d3d3d3;
    list-style: none;
}
/*div.screening>ul>li>span{
	background: url("../img/on_1.png") no-repeat right center; background-size:0.75em; padding-right:15px;
	}
div.screening>ul>.current>span{
    background: url("../img/on_2.png") no-repeat  right center;background-size:0.75em; color:#3cb9f3;
}*/

div.grade-eject ul li i{
	float: right;
	margin-right: 20px;
	line-height: 3rem;
}
div.grade-eject2 ul li i{
	float: right;
	margin-right: 20px;
	line-height: 3rem;
}
div.grade-eject3 ul li i{
	float: right;
	margin-right: 20px;
	line-height: 3rem;
}
div.grade-eject4 ul li i{
	float: right;
	margin-right: 20px;
	line-height: 3rem;
}
div.Sort-eject ul li i{
	float: right;
	margin-right: 20px;
	line-height: 3rem;
}

div.Category-eject ul li i{
	float: right;
	margin-right: 20px;
	line-height: 3rem;
}

div.meishi22 ul li i{
	float: right;
	margin-right: 20px;
	line-height: 3rem;
}



/* grade */

.meishi22,.grade-eject,.Category-eject,.Sort-eject{
    position:fixed;
    top: -100%;
    width: 100%;
    height: 63%;
    z-index: 1;
    -webkit-transition-duration: 0;
}
.grade-eject2{
    position:fixed;
    top: -100%;
    width: 100%;
    height: 63%;
    z-index: 1;
    -webkit-transition-duration: 0;
}
.grade-eject3{
    position:fixed;
    top: -100%;
    width: 100%;
    height: 63%;
    z-index: 1;
    -webkit-transition-duration: 0;
}
.grade-eject4{
    position:fixed;
    /* top: -100%; */
    width: 100%;
    height: 63%;
    z-index: 1;
    -webkit-transition-duration: 0;
}
.meishi22>ul,.grade-eject>ul,.Category-eject>ul,.Sort-eject>ul{
	position: absolute;
	top: 78px;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.grade-eject2>ul{
	position: absolute;
	top: 40px;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.grade-eject3>ul{
	position: absolute;
	top: 40px;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.grade-eject4>ul{
	position: absolute;
	top: 40px;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.meishi22>ul>li,.grade-eject>ul>li,.Category-eject>ul>li,.Sort-eject>ul>li{
	/* height: 3rem; */
    line-height: 3rem;
    font-size: 0.75em;
    padding-left: 1rem;
    border-bottom: solid 1px #eee;
}
.grade-eject2>ul>li{
	height: 3rem;
    line-height: 3rem;
    font-size: 0.75em;
    padding-left: 1rem;
    border-bottom: solid 1px #eee;
}
.grade-eject3>ul>li{
	height: 3rem;
    line-height: 3rem;
    font-size: 0.75em;
    padding-left: 1rem;
    border-bottom: solid 1px #eee;
}
.grade-eject4>ul>li{
	height: 3rem;
    line-height: 3rem;
    font-size: 0.75em;
    padding-left: 1rem;
    border-bottom: solid 1px #eee;
}
.meishi22>ul.meishia-w,.grade-eject>ul.grade-w,.Category-eject>ul.Category-w{
    background: #fff;
    position: absolute;
    z-index: 1; 
}
.grade-eject2>ul.grade-w{
    background: #fff;
    position: absolute;
    z-index: 1; 
}
.grade-eject3>ul.grade-w{
    background: #fff;
    position: absolute;
    z-index: 1; 
}
.grade-eject4>ul.grade-w{
    background: #fff;
    position: absolute;
    z-index: 1; 
}
.meishi22>ul.meishia-t,.grade-eject>ul.grade-t,.Category-eject>ul.Category-t{
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.grade-eject2>ul.grade-t{
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.grade-eject3>ul.grade-t{
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.grade-eject4>ul.grade-t{
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.meishi22>ul.meishia-t>li,.grade-eject>ul.grade-t>li,.Category-eject>ul.Category-t>li{
    border-bottom: solid 1px #e5e5e5;
}
.grade-eject2>ul.grade-t>li{
    border-bottom: solid 1px #e5e5e5;
}
.grade-eject3>ul.grade-t>li{
    border-bottom: solid 1px #e5e5e5;
}
.meishi22>ul.meishia-s,.grade-eject>ul.grade-s,.Category-eject>ul.Category-s{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.grade-eject2>ul.grade-s{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.grade-eject3>ul.grade-s{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.grade-eject4>ul.grade-s{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.meishi22>ul.meishia-s>li,.grade-eject>ul.grade-s>li,.Category-eject>ul.Category-s>li{
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}
.grade-eject2>ul.grade-s>li{
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}
.grade-eject3>ul.grade-s>li{
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}
.grade-eject3>ul.grade-s>li{
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}
.grade-w-roll{
top: 3rem; 
}
.grade-w-roll::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background:rgba(0,0,0,0.2);
    /* top: -80px; */
    top:100%;
}
/*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: 63%;
}

/* demo-content */
.demo-content{padding-top: 3rem;}




.xiaobiao{ background-color:#d2d3ce; color:#FFFFFF;
 padding:0px 5px; 
 font-size:10px; 
 border-radius:8px; 
 margin-left:10px;
 }
.xiaobiao1{font-size:10px; margin-left:20px;}



.zimu{ height:20px; 
background-color:#e4e4e4; 
border-bottom:1px solid #e5e5e5; 
padding-left:20px; 
line-height:20px;
}


.wrap {
  position: relative;
  margin-top:-60px;
}
.slider-v3 {
  margin: 1.5em auto;
}
.wrap input {
  position: absolute;
  left: -9999px;
}

.slider-v3 {
  position: relative;
  display: block;
  width: 5em;
  height: 2em;
  cursor: pointer;
  border-radius: 1.5em;
  transition: 350ms;
  background: #ddd;
}
.slider-v3::after {
  position: absolute;
  content: '';
  width: 1.5em;
  height: 1.5em;
  top: 0.2em;
  left: 0.5em;
  border-radius: 1.5em;
  transition: width 200ms ease-out, height 300ms 50ms ease-in, top 300ms 50ms ease-in, left 250ms 50ms ease-in, box-shadow 300ms ease-in;
  background: #e23a46;
  box-shadow: 0 0 0 1.5em #f2f2f2 inset;
}
input:checked + .slider-v3::after {
  top: 0.2em;
  left: 3em;
  box-shadow: 0 0 0 0 #f2f2f2 inset;
}



.choose a{color:#666666;text-decoration:none;}
.choose a:hover{color:#990000;text-decoration:none;}
.choose{padding: 13px 30px 30px 0;}
.choosetext{height:24px;padding:20px 0;font-size:14px;}
.choosebox{padding:0 0 35px 0;}
.choosebox li{float:left;margin-right:10px;display:inline;padding-bottom: 22px;}
.choosebox li a{float:left;background:#fff;font-size:14px;border:1px solid #ccc;height:14px;line-height:14px;padding:4px 12px; display:block;}
.choosebox li a.current{background:#e23a46; color:#FFFFFF;}
.choosebox li input{display:none;}
.choose .btn-img{overflow:hidden;background:#fff;cursor:pointer;border:0;}
.choose .btn-img span{font-size:18px;font-weight:800;color:#e23a46;font-family:"΢���ź�","����";}



