::-webkit-scrollbar{
    display: none;
}
/* 首页 */
.select_index_main{
    margin-top: 4rem;
    padding: 0 .75rem;
}
.select_index_main p{
    line-height: 22px;
}
.select_index_main .list{
    margin: 1rem 0;
}
/* 列表页 */
.screen{
    width: 100%;
    height: 2rem;
    padding: 0 .75rem;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    position: fixed;
    z-index: 3;
    top: 3rem;
}
.screen ul{
    width: 80%;
    height: 3rem;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.screen .screen_btn{
    width: 20%;
    height: 1.4rem;
    position: absolute;
    right: 0;
    top: .5rem;
    background-color: #fff;
    z-index: 4;
    padding-left: .3rem;
}
.screen .screen_btn img{
    width: 30%;
}
.screen ul li{
    width: 33.33%;
    display: inline-block;
    color: #5e5e5e;
    line-height: 1rem;
    padding: 0 .5rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    margin-right: .5rem;
    margin-top: .5rem;

}
.screen ul li.active{
    color: #F01414;
}
.screen ul li.active::after {
    display: block;
    content: "";
    width: 1rem;
    height: .1rem;
    background: #F01414;
    border-radius: .05333333rem;
    position: absolute;
    left: 41%;
    bottom: -9px;
}
.filter_inner{
    position: fixed;
    width: 90%;
    background-color: #fff;
    top: 0;
    right: 0;
    overflow-y: scroll;
    z-index: 100001;
    transition: all .3s;
}
.filter_inner .filter_footer{
    width: 90%;
    position: fixed;
    bottom: 0;
    background: #FFF;
    box-shadow: 0 -4px 8px 0 rgba(0,0,0,.1);
    display: flex;
    z-index: 100002;
}
.filter_inner .filter_footer div{
    width: 50%;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
}
.filter_inner .filter_footer div.yes{
    background: #F01414;
    color: #FFF;
}
.filter_inner .filter_inner_content{
    padding: .75rem;
}
.filter_inner h3{
    margin-bottom: .5rem;
}
.filter_inner ul{
    margin-bottom: 1rem;
}
.filter_inner ul li{
    float: left;
    width: 32%;
    border: 1px solid #eee;
    border-radius: .2rem;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 2%;
    margin-bottom: .6rem;
}
.filter_inner ul li:nth-child(3n){
    margin-right: 0;
}
.filter_inner ul li.active{
    color: #F01414;
    border-color: #F01414;
}
.select_list_mian .list{
    margin-top: 5rem;
    max-width: 100%;
    overflow: hidden;
}
.select_list_mian .list .list_item{
    background-color: #fff;
    padding: .5rem .75rem;
    margin-bottom: 10px;
}
.select_list_mian .list .list_item .list_left{
    width: 23%;
    float: left;
}
.select_list_mian .list .list_item .list_right{
    width: 75%;
    float: right;
}
.select_list_mian .list .list_item .list_right .title{
    font-weight: bold;
    font-size: .7rem;
}
.select_list_mian .list .list_item .list_right .info{
    color: #999;
}
.select_list_mian .list .list_item .list_right .info span{
    margin-right: 10px;
}
.select_list_mian .list .list_item .operation{
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.select_list_mian .list .list_item .operation span{
    margin-right: 10px;
    color: #108ee9;
}
.empty-div {
    padding: 3rem 0;
    text-align: center;
}
.empty-div .empty-img {
    display: block;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
}
.empty-div .empty-tip {
    margin-top: 1.6rem;
    font-size: .8rem;
    color: #71777D;
    line-height: .96rem;
}
/* 由专业选科目 */
.resultBox{
    background-color: #fff;
    margin-top: 1rem;
}
.resultBox ul li{
    float: left;
    width: 50%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.selectProvince,.selectSchool{
    width: 94%;
    height: 22rem;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 25%;
    z-index: 3;
    padding: .5rem .75rem;
    border-radius: 10px;
    left: 2%;
}
.selectProvince h3,.selectSchool h3{
    margin: .5rem 0 1rem 0;
}
.selectProvince ul li{
    float: left;
    width: 23%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 2.6%;
    margin-bottom: .5rem;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 1rem;
}
.selectSchool ul{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.selectSchool ul li{
    float: left;
    width: 100%;
    /* height: 2rem; */
    line-height: 2;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.selectProvince ul li:nth-child(4n){
    margin-right: 0;
}
.selectSchool ul li:nth-child(2n){
    margin-right: 0;
}
.selectProvince ul li.active,.selectSchool ul li.active{
    color: #F01414;
}

