/*教师移动端全局样式*/

#app {
    padding-bottom: 50px;
}

p {
    margin: 0;
}

* {
    font-family: Alibaba-PuHuiTi-R;
}

*::-webkit-scrollbar {
    display: none;
}

.title {
    padding: 0 16px;
    display: flex;
    height: 21px;
    line-height: 21px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.title .title-text {
    height: 21px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

/*.van-tabbar--fixed i{*/
/*    font-size: 26px;*/
/*}*/

/*.van-tabbar-item.active{*/
/*    color: #1989fa !important;*/
/*    background-color: #fff !important;*/
/*}*/

/*.van-tabbar-item.active a{*/
/*    color: #1989fa !important;*/
/*}*/

/*.van-tabbar-item.noactive{*/
/*    color: #646566 !important;*/
/*}*/


.van-cell::after {
    border: none !important;
}

.van-cell {
    align-items: center
    /*line-height: 35px;*/
}

.van-popup {
    padding-top: 40px;
}

.textbookRecomndation .van-field__value {
    border: 1px solid #eeeeee;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
}

.textbookRecommendation .van-field__value input {
    padding-left: 10px !important;
}

.inputBox .van-icon-arrow-down {
    /*color: #0094EC;*/
    color: #c8c9cc;
}

.textbookRecommendation.van-popup .van-button {
    width: 90px;
    height: 30px;
    border-radius: 5px;
}