/* screening */
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

div.screening {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    /*position: fixed;*/
    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: 3rem;
    border-left: solid 1px #D3D3D3;

}

div.screening > ul > li > span {
    background: url("../images/on_1.png") no-repeat right center;
    background-size: 0.75em;
    padding-right: 15px;
}

div.screening > ul > .current > span {
    background: url("../images/on_2.png") no-repeat right center;
    background-size: 0.75em;
    color: #3CB9F3;
}

/* grade */

.meishi22, .grade-eject, .Category-eject, .Sort-eject {
    position: fixed;
    top: -65%;
    width: 100%;
    height: 63%;
    z-index: 1;
    -webkit-transition-duration: 0.4s;
}

.meishi22 > ul, .grade-eject > ul, .Category-eject > ul, .Sort-eject > ul {
    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 #EEEEEE;
}

.meishi22 > ul.meishia-w, .grade-eject > ul.grade-w, .Category-eject > ul.Category-w {
    background: #FFFFFF;
    position: absolute;
    z-index: 1;
}

.meishi22 > ul.meishia-t, .grade-eject > ul.grade-t, .Category-eject > ul.Category-t {
    background: #EEEEEE;
    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;
}

.meishi22 > ul.meishia-s, .grade-eject > ul.grade-s, .Category-eject > ul.Category-s {
    background: #FFFFFF;
    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 #EEEEEE;
    margin-left: 1rem;
    padding: 0;
}

.grade-w-roll {
    top: 3rem;
}

.grade-w-roll::after {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
}

/*Sort-eject*/
.Sort-Sort {
    background: #FFFFFF;
    position: absolute;
    z-index: 3;
    left: 0;
    list-style-type: none;
}

.Sort-Sort > li {
    border-bottom: solid 1px #EEEEEE;
    padding: 0;
}

.Sort-height {
    height: 63%;
}

/* demo-content */
.demo-content {
    padding-top: 3rem;
}

/*.meishi1{ background:url(../images/meishi1.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
.meishi2{ background:url(../images/meishi2.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
.meishi3{ background:url(../images/meishi3.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
.meishi4{ background:url(../images/meishi4.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
.meishi5{ background:url(../images/meishi5.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
.meishi6{ background:url(../images/meishi6.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
.meishi7{ background:url(../images/meishi7.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
.meishi8{ background:url(../images/meishi8.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}*/

.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: #DDDDDD;
}

.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: #FFFFFF;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    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: #FFFFFF;
    cursor: pointer;
    border: 0;
}

.choose .btn-img span {
    font-size: 18px;
    font-weight: 800;
    color: #E23A46;
    font-family: "微软雅黑";
}

div.screening {
    position: relative;
}

.Sort-eject {
    position: absolute;
    height: 250px;
    display: none;
}

.grade-w-roll::after{
    height: 0px;
    width: 0px;
}

div.screening{
    overflow: inherit;
}

.Sort-eject > ul > li{
    text-align: center;
}